Replies: 1 comment
-
You are correct, these topics are not publishing anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the Bug
I am using controller/universal_robots_ros. When I send a goal from RVIZ, the arm moved. But RVIZ didn't get the feedback and result. So I check topic
/follow_joint_trajectory/result
and/follow_joint_trajectory/feedback
, I found there is empty. I edit the functiondef update(self)
incontroller/universal_robots_ros/trajectory_follower.py
to this
Now I can get message in
/follow_joint_trajectory/result
. But I think there is no message publish to/follow_joint_trajectory/feedback
in this code.It will be nice if you guys can check.
Beta Was this translation helpful? Give feedback.
All reactions