Open manujtrehan opened 5 years ago
Test env : 18.04 melodic It was old one but I solve by changing controller.yaml file from
controller_list:
- name: ""
action_ns: joint_trajectory_action
type: FollowJointTrajectory
joints: [joint_1, joint_2, joint_3, joint_4, joint_5, joint_6]
to
controller_list:
- name: ""
action_ns: joint_trajectory_action
type: FollowJointTrajectory
joints:
- joint_1
- joint_2
- joint_3
- joint_4
- joint_5
- joint_6
I was trying to control my robot model and make it follow a cartesian path using ros_descartes. However, while trying to execute the code, I get the following errors:
Can someone please help me with solving this issue?