Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't execute in moveit and gazebo simultaneously #17

Open
kottesaikumar opened this issue Mar 8, 2017 · 5 comments
Open

Couldn't execute in moveit and gazebo simultaneously #17

kottesaikumar opened this issue Mar 8, 2017 · 5 comments

Comments

@kottesaikumar
Copy link

[ERROR] [1488953201.954575053, 64.624000000]: Unable to identify any set of controllers that can actuate the specified joints: [ elbow_pitch_joint elbow_roll_joint gripper_roll_joint shoulder_pan_joint shoulder_pitch_joint wrist_pitch_joint wrist_roll_joint ]
[ERROR] [1488953201.954612200, 64.624000000]: Known controllers and their joints:

[ERROR] [1488953201.954637760, 64.624000000]: Apparently trajectory initialization failed

@qboticslabs
I removed the first joint_state_controller from the seven_dof_arm_gazebo_control.launch
screenshot from 2017-03-08 11-40-48

I tried installing all the controllers but it doesn't solve the problem

@qboticslabs
Copy link
Owner

@kottesaikumar Are you getting this error everytime when you press the Plan button in Rviz? Any movement for Robot in Rviz ?

@kottesaikumar
Copy link
Author

@qboticslabs Yes. I installed all the controllers that were mentioned here . But it still says couldn't find position_controllers

@aydal
Copy link

aydal commented Jun 5, 2018

Hi,
Were you able to resolve the issue? I am having the same trouble.

@youliangtan
Copy link

According to the error printout on gazebo, the issue seems to be the dependencies on 'arm_controller'. I tried to install sudo apt-get ros-melodic-joint-trajectory-controller (change melodic if u r using kinetic), it works fine now.

@mn-banjar
Copy link

[ERROR] [1488953201.954575053, 64.624000000]: Unable to identify any set of controllers that can actuate the specified joints: [ elbow_pitch_joint elbow_roll_joint gripper_roll_joint shoulder_pan_joint shoulder_pitch_joint wrist_pitch_joint wrist_roll_joint ]
[ERROR] [1488953201.954612200, 64.624000000]: Known controllers and their joints:

[ERROR] [1488953201.954637760, 64.624000000]: Apparently trajectory initialization failed

@qboticslabs
I removed the first joint_state_controller from the seven_dof_arm_gazebo_control.launch
screenshot from 2017-03-08 11-40-48

I tried installing all the controllers but it doesn't solve the problem

I faced the same issue when I was trying to use an example package that uses Moveit.

In my case, I forget to install Moveit package on the ROS. so I solved the issue by running:

sudo apt-get install ros-kinetic-moveit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants