- Feb 12, 2014
-
-
Pierre Gergondet authored
Fixes #22 Conflicts: include/dynamic_graph_bridge/ros_interpreter.hh src/ros_interpreter.cpp
-
Francois Keith authored
Deregister the signal formerly added. Add a mutex system to prevent removing a signal while triggering it, to avoid a crash (especially if the topic was listened to).
-
- Jan 08, 2014
-
-
Francois Keith authored
-
- Dec 19, 2013
-
-
florent-lamiraux authored
Update CMakeLists.txt to install libros_bridge
-
aclodic authored
this will allow to close Issue #18
-
- Dec 04, 2013
-
-
Florent Lamiraux authored
It seems that everybody is still using the old style ROS build system...
-
- Dec 02, 2013
-
-
Florent Lamiraux authored
Previous commit was not on official repository.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Fix distcheck target.
-
Benjamin Coudrin authored
-
- Nov 09, 2013
-
-
Florent Lamiraux authored
-
- Nov 07, 2013
-
-
Florent Lamiraux authored
Without this call the command fails.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Conflicts: CMakeLists.txt src/ros_publish.cpp
-
olivier stasse authored
Modify RosRobotModel to derive from sot::Dynamic
-
- Nov 05, 2013
-
-
olivier stasse authored
migration to catkin_make
-
Benjamin Coudrin authored
-
Benjamin Coudrin authored
-
Nirmal Giftsun authored
-
Thomas Moulard authored
Fix compilation error "floating-point literal cannot appear in a constant expression".
-
- Nov 04, 2013
-
-
Nirmal Giftsun authored
-
Nirmal Giftsun authored
-
- Sep 26, 2013
-
-
Francois Keith authored
The old names are kept for now, but will disappear in the future.
-
Francois Keith authored
The old names are kept for now, but will disappear in the future.
-
- Sep 13, 2013
-
-
Pierre Gergondet authored
-
Pierre Gergondet authored
Reimplement runsource to reset the cache in case of SyntaxError Behaviour of runsource based on: http://docs.python.org/2/library/code.html
-
Pierre Gergondet authored
Retry the command (one time only) if the connection was lost
-
- Sep 12, 2013
-
-
Damien Petit authored
-
Damien Petit authored
-
- Sep 11, 2013
-
-
Thomas Moulard authored
-
Thomas Moulard authored
-
Thomas Moulard authored
-
- Jul 16, 2013
-
-
Francois Keith authored
-
Francois Keith authored
-
- Jul 15, 2013
-
-
Florent Lamiraux authored
Launching an application in a roslaunch file may cause to send python command before the interpreter has read the prologue. This commit should fix this issue.
-
- 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
-