|
ARGoS 3
A parallel, multi-engine simulator for swarm robotics
|
#include "dynamics3d_gravity_plugin.h"#include <argos3/plugins/simulator/physics_engines/dynamics3d/dynamics3d_model.h>#include <algorithm>#include <vector>
Include dependency graph for dynamics3d_gravity_plugin.cpp:Go to the source code of this file.
Namespaces | |
| namespace | argos |
| The namespace containing all the ARGoS related code. | |
Functions | |
| argos::REGISTER_DYNAMICS3D_PLUGIN (CDynamics3DGravityPlugin, "gravity", "Michael Allwright [allsey87@gmail.com]", "1.0", "Applies a gravity force to all bodies in the simulation", "For a description on how to use this plugin, please consult the documentation\n" "for the dynamics3d physics engine plugin", "Usable") | |