swri-robotics / gilbreth

robotic product handling simulation
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Adds a c++ robot execution node #50

Closed jrgnicho closed 6 years ago

jrgnicho commented 6 years ago

This PR adds a c++ ROS node for robot execution. The benefits of this node with respect to the python counterpart is that it can create more goal positions with complex constraints specified, which is not easily done from the python interface. This node is still buggy but its performance is comparable to the current python script.