how to load a joint trajectory (moveit)?
Hi! I'm losing my mind trying to understand it! I work with ubuntu 20.04 and ros noetic. I did my simulation using moveit and interfacing it with gazebo. I've obtained a trajectory though different joints goal, so using the movegroup commander i plan different trajectories. But i need one single trajectory so my aim is to save all the joints of the previous trajectories and load them all together. I thought to save all the joint waypoints from the topic (i'm not sure on how do that) but i can't understand then how to load it. Please help me! thanks
save all the joint waypoints from the topic
From which topic?
Does your ros setup have a
follow_joint_trajectory
action server?I have /joint_states topic, that i already use to check two values for another work. So the idea is to save all the joints from that topic in a file and then use it. I have a follow_joint_trajectory action server (/effort_joint_trajectory_controller/command /effort_joint_trajectory_controller/follow_joint_trajectory/cancel /effort_joint_trajectory_controller/follow_joint_trajectory/feedback /effort_joint_trajectory_controller/follow_joint_trajectory/goal /effort_joint_trajectory_controller/follow_joint_trajectory/result /effort_joint_trajectory_controller/follow_joint_trajectory/status) but i don't know how to use it. Thank you for your help!!