Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00724.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00724.php on line 2
The ARGoS Website

prototype_joints_default_actuator.cpp File Reference
Include dependency graph for prototype_joints_default_actuator.cpp:

Go to the source code of this file.

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Functions

 argos::REGISTER_ACTUATOR (CPrototypeJointsDefaultActuator,"joints","default","Michael Allwright [allsey87@gmail.com]","1.0","The prototype joints actuator: controls a prototype entity's joints.","This actuator is used to control the joints inside a prototype entity. To\n""control a joint, add a joint child node to the joints node. Each child node has\n""three attributes, all of which are required.\n\n""REQUIRED XML CONFIGURATION\n\n"" <controllers>\n"" ...\n"" <my_controller ...>\n"" ...\n"" <actuators>\n"" ...\n"" <joints implementation=\"default\">\n"" <joint id=\"joint0\" mode=\"velocity\" max_impulse=\"0.002f\"/>\n"" <joint id=\"joint1\" mode=\"position\" max_impulse=\"0.005f\"/>\n"" ...\n"" </joints>\n"" ...\n"" </actuators>\n"" ...\n"" </my_controller>\n"" ...\n"" </controllers>\n\n""The 'id' attribute specifies which joint in the prototype joint equipped entity\n""we are interested in controlling. The 'mode' attribute has three options:\n""disabled, position, and velocity. The disabled mode is self-explanatory. The\n""position and velocity modes enable closed loop position control and closed loop\n""velocity control. The 'max_impulse' attribute defines the maximum impulse of\n""the actuator in kg m/s for prismatic joints and kg m^2/s for revolute joints.\n\n""OPTIONAL XML CONFIGURATION\n\n""None.","Usable")