We are having some issues when using joint_trajectory_action interface to command sda10f robot.
When we send a goal to the /joint_trajectory_action server, the goal is processed, the robot moves but /joint_trajectory_action/status always returns status: 1, which means ACTIVE, but never sends a SUCCEEDED. Moreover, the /joint_trajectory_action/result, topic is never published.
We've made a similar test with /sda10f/sda10f_r1_controller interface, and it works as expected: /sda10f/sda10f_r1_controller/joint_trajectory_action/status is properly updated and it also returns the correct result
Any idea about what's happening?
We are having some issues when using
joint_trajectory_actioninterface to command sda10f robot.When we send a goal to the
/joint_trajectory_actionserver, the goal is processed, the robot moves but/joint_trajectory_action/statusalways returnsstatus: 1, which means ACTIVE, but never sends a SUCCEEDED. Moreover, the/joint_trajectory_action/result, topic is never published.We've made a similar test with
/sda10f/sda10f_r1_controllerinterface, and it works as expected:/sda10f/sda10f_r1_controller/joint_trajectory_action/statusis properly updated and it also returns the correct resultAny idea about what's happening?