- Oct 22, 2019
-
-
- Oct 23, 2018
-
-
- Sep 14, 2018
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- Feb 25, 2018
-
-
Olivier Stasse authored
-
- Dec 21, 2016
-
-
Rohan Budhiraja authored
-
- Sep 02, 2016
-
-
Rohan Budhiraja authored
-
Rohan Budhiraja authored
-
- Aug 17, 2016
-
-
Rohan Budhiraja 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.
-
- May 07, 2012
-
-
Thomas Moulard authored
-
- Apr 28, 2012
-
-
Florent Lamiraux authored
Define entity RosTime that exports Ros time in a signal, add this entity in class dynamic_graph.ros.ros.Ros. Transfer Ros time in signal of type ptime instead of vector.
-
- Mar 14, 2012
-
-
Thomas Moulard authored
-
Thomas Moulard authored
Previous version of abstract-robot-dynamics did not contain the joint name. Therefore, we had no way to forward the joint names to ROS. This patch changes the ros_joint_state entity to add a retrieveJointNames command. This command uses the pool to retrieve an instance of the Dynamic entity (i.e. robot.dynamic) by using the entity name. It then iterates on the robot structure to fill the joint names in the message. This command is automatically called in the Ros class so this change is transparent for the end-user. However, no more assumptions are made on the robot structure so the sent message is exactly matching the robot structure loaded in the dynamic entity. In particular, the free floating DOFs are sent and the hard coded hand values have been removed. ROS, in fact, requires DOF names and not joint names. Therefore, the names are computed as follow: - 0 dof: ignored, - 1 dof: dof name is the joint name, - >1 dof: <joint name>_<dof id>
-
- Nov 18, 2011
-
-
Thomas Moulard authored
-
- Nov 10, 2011
-
-
Thomas Moulard authored
-
- Sep 06, 2011
-
-
Thomas Moulard authored
-