-
Notifications
You must be signed in to change notification settings - Fork 42
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
Could not find joint 'joint_1' in 'hardware_interface::PositionJointInterface' #28
Comments
Can you describe more detailed environment such as OS and ROS versions ? Also please try to run the launch file without |
Make sure you have installed all required packages. |
Did you modify URDF files from the original one? |
OK, then try to install another dependencies: |
How can i control the robot'motion in Gazebo simulation,is there any reference documents?if there has,please tell me ,thank you very much. |
How did you solve it? To control the robot from topic, you can use |
And please close the issue if you solve the problem. |
maybe just install the packages you have said and update,and run run $ roslaunch denso_robot_gazebo denso_robot_gazebo.launch robot_name:=cobotta.i will try to control the robot next Monday,i donot know whether error will occur .when i can control the robot by topic,i will close the issue.thank you very much. |
@ToshitakaSuzuki ,hello,i want to control cobotta by topic :$ rostopic pub /cobotta/arm_controller/command trajectory_msgs/JointTrajectory |
@roslearner Btw, what your purpose of control robot by topic? |
now i just try to control by topic,and then i want to control the robot in gazebo randomly by writing program,move from one point to another point,pick and place and so on. |
@ToshitakaSuzuki when i run $ roslaunch denso_robot_gazebo denso_robot_gazebo.launch robot_name:=cobotta,and then run $ rostopic pub /cobotta/arm_controller/command trajectory_gs/JointTrajectory "header:
|
when i run $ roslaunch denso_robot_gazebo denso_robot_gazebo.launch robot_name:=cobotta
there are some errors: [ERROR] : Could not find joint 'joint_1' in 'hardware_interface::PositionJointInterface'.
[ERROR] : Failed to initialize the controller
[ERROR] : Initializing controller 'arm_controller' failed libGL error: failed to create drawable
[ERROR]: Failed to load arm_controller
if someone can solve it ,thank you very much.
The text was updated successfully, but these errors were encountered: