Closed davetcoleman closed 9 years ago
Includes https://github.com/ros-planning/moveit_core/pull/242
This complements the existing robotStateToStream function that I added to write a robot state to file, instead adding a streamToRobotState function that reads from a CSV into a robot state
robotStateToStream
streamToRobotState
Ready to be merged.
ping
Thanks!
Includes https://github.com/ros-planning/moveit_core/pull/242
This complements the existing
robotStateToStream
function that I added to write a robot state to file, instead adding astreamToRobotState
function that reads from a CSV into a robot state