Description
Hello,
I built Moveit2 from source. Its demos (moveit_cpp demo and MoveGroup Demo) work fine.
Then, I downloaded the following package and built it.
https://github.com/ros-simulation/gazebo_ros_demos/tree/ahcorde/port/ros2
Then, I ran:
ros2 launch rrbot_moveit_demo_nodes rrbot_demo.launch.py
The output of that is in the following file:
Command_Output.txt
Screen shots of RViZ and Gazebo are as follow:
It seems to me that the packages do not do what they are supposed to.
The culprit might be that no controller is loaded? See below:
[run_moveit_cpp-6] [WARN] [1614898855.549109564] [moveit.simple_controller_manager.follow_joint_trajectory_controller_handle]: Waiting for joint_trajectory_controller/follow_joint_trajectory to come up
[run_moveit_cpp-6] [ERROR] [1614898860.549334240] [moveit.simple_controller_manager.follow_joint_trajectory_controller_handle]: Action client not connected: joint_trajectory_controller/follow_joint_trajectory
[run_moveit_cpp-6] [INFO] [1614898860.553521909] [moveit.plugins.moveit_simple_controller_manager]: Returned 0 controllers in list
[run_moveit_cpp-6] [INFO] [1614898860.554275052] [moveit_ros.trajectory_execution_manager]: Trajectory execution is not managing controllers
and later:
[run_moveit_cpp-6] [ERROR] [1614898863.582072095] [moveit.ros_planning_interface.moveit_cpp]: Execution failed! No active controllers configured for group 'rrbot_arm'
I am wondering how to fix this.
Thanks,
Farbod