- Oct 22, 2019
-
-
- May 09, 2018
-
-
- Apr 19, 2018
-
-
- Aug 22, 2017
-
-
Rohan Budhiraja authored
-
- Jun 02, 2017
-
-
Rohan Budhiraja authored
Leads to resize with garbage value TODO: where to set the size of angleEncoder_?
-
- Jul 13, 2016
-
-
Olivier Stasse authored
sot_laoder: calls the real time control loop after initializeRosNode.
-
Olivier Stasse authored
with filling sensor, control computation and sending control.
- Jun 13, 2016
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- Apr 14, 2016
-
-
Rohan Budhiraja authored
-
- Apr 12, 2016
-
-
Rohan Budhiraja authored
-
- Apr 08, 2016
-
-
Rohan Budhiraja authored
-
- Jan 18, 2016
-
-
Olivier Stasse authored
-
- Jul 11, 2013
-
-
olivier stasse authored
-
olivier stasse authored
-
- Jul 10, 2013
-
-
olivier stasse authored
Setting up ROS: rosparam load `rospack find hrp2_14_description`/sot/hrp2_14_reduced.yaml rosrun robot_state_publisher state_publisher Display the robot using the info given in https://trac.laas.fr/gepetto/hrp2/hrp2_14_description/html/reference/ To repeat at each simulation: rosrun dynamic_graph_bridge geometric_simu --input-file ~/devel/ros-unstable-2/install/lib/libsot-hrp2-14-controller.so rosrun dynamic_graph_bridge run_command >>> from dynamic_graph.sot.application.velocity.precomputed_tasks import * >>> solver=initialize(robot) rosservice call /start_dynamic_graph >>> Put_whatever_you_want_in_python The rationale is to use a state vector map provided by the robot stack. For instance for hrp-2 we have a yaml file providing the ros parameter: /sot/state_vector_map which specifies the state vector: [RLEG_JOINT0, RLEG_JOINT1, RLEG_JOINT2, RLEG_JOINT3, RLEG_JOINT4, RLEG_JOINT5, LLEG_JOINT0, LLEG_JOINT1, LLEG_JOINT2, LLEG_JOINT3, LLEG_JOINT4, LLEG_JOINT5, CHEST_JOINT0, CHEST_JOINT1, HEAD_JOINT0, HEAD_JOINT1, RARM_JOINT0, RARM_JOINT1, RARM_JOINT2, RARM_JOINT3, RARM_JOINT4, RARM_JOINT5, RARM_JOINT6, LARM_JOINT0, LARM_JOINT1, LARM_JOINT2, LARM_JOINT3, LARM_JOINT4, LARM_JOINT5, LARM_JOINT6]
-
- Jul 08, 2013
-
-
olivier stasse authored
-