Open RaduCorcodel opened 1 year ago
Hi @RaduCorcodel,
yes, this is something we are aware of. The simulation does not implement the waypoint interface (which was added with KortexAPI2.3.0). This means the full arm example, that uses waypoints cannot work.
This was mentionned in #221
I will add a not implemented yet tag to this issue and leave open.
If you have any other question, I will be happy to help you
Regards, Felix
Description
We are trying to simply run the full arm movement example in Gazebo but it stops at executing any waypoint trajectory. The example works perfectly fine on the real robot but in Gazebo we have the following behavior:
Version
ROS distribution : Noetic
Branch and commit you are using : noetic-devel
Steps to reproduce
Expected behavior
Terminal running Gazebo:
Terminal running the example script:
It appears to be stuck in
example_send_cartesian_pose
that starts at line 176.Could you please offer us some hints on how to fix this?
Thank you.
Best, Radu