-
Notifications
You must be signed in to change notification settings - Fork 282
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
Comments
@kottesaikumar Are you getting this error everytime when you press the Plan button in Rviz? Any movement for Robot in Rviz ? |
@qboticslabs Yes. I installed all the controllers that were mentioned here . But it still says couldn't find position_controllers |
Hi, |
According to the error printout on gazebo, the issue seems to be the dependencies on 'arm_controller'. I tried to install |
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:
|
[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
I tried installing all the controllers but it doesn't solve the problem
The text was updated successfully, but these errors were encountered: