qcr / armer

The Generic Manipulation Driver Package - Implements a ROS Interface over the robotics toolbox for Python
BSD 3-Clause "New" or "Revised" License
23 stars 7 forks source link

ServoToPoseAction is not available #15

Closed Dyymon closed 1 year ago

Dyymon commented 2 years ago

https://github.com/qcr/armer/blob/ceeb2dc2b8a20ff88a217d9a4c125a4c195f9a8b/examples/panda_example.py#L12

Hi, the panda example fails because armer_msgs doesn't have all messages and actions defined. Best, Jan

DasGuna commented 1 year ago

Hi Dyymon,

Sorry this is so late. The ServoToPose is now a topic to publish to (with a new ServoStamped message type available in armer_msgs).

If there are still any issues, happy to look into it!

Closing this for now