Hi moveit users,
I'm trying to control a simulated uav with moveit, but I can't connect the controller with moveit.
I'm using the moveit_simple_controller_manager and an adapted interface of the uav controller to the followJointTrajectoryAction, the uav is controlled via geometry_msgs/Twist. The system seems to recognise my controller, but when I try to execute a trajectory I obtain the following error:
FollowJointTrajectoryController: cannot execute multi-dof trajectories.
Why I get this error? Is it impossible to pass multi-dof trajectory to the followJointTrajectory controller?
Maybe I'm missing something in the configuration file?
The uav is described as two link connected to the ground with a virtual floating joint, and the planning group contains this two link.
I attached to this message all the configuration file for the controller, as well as the controllerAdapter and the output from the moveit launch file with the error.
Any advice is welcome! thank you in advance.