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

Boxer in gazebo #2

Open
ruinianxu opened this issue Feb 10, 2023 · 3 comments
Open

Boxer in gazebo #2

ruinianxu opened this issue Feb 10, 2023 · 3 comments

Comments

@ruinianxu
Copy link

Hi,

Thanks for open sourcing these codes. For boxer robot, I wonder if you ever made it work in the gazebo. Currently I am facing the issue of failing initializing controllers for manipulators in the gazebo.

Best,
Ruinian Xu

@civerachb-cpr
Copy link
Collaborator

Hi, sorry for the late reply. We've had problems simulating the Kinova Gen3 and Gen3 Lite arms when mounted to our robots in Gazebo. The issue appears to be related to Kinova's simulation implementation. You can see more details about the issue in this issue in the ros_kortex package: Kinovarobotics/ros_kortex#163

@ruinianxu
Copy link
Author

@civerachb-cpr Thanks for reply. I am facing the different issue shown in the following. I have no any problems with controlling kinova itself in gazebo, which means this is not an issue related to any ros control related packages. Additionally, I've tried replaced kortex_ros package under boxer with the official one but this issue remained, which means urdf should be ok. I am really confused about it. Do you have any ideas about it?

[ERROR] [1677680732.132385258, 0.581000000]: Could not find joint 'left_arm_joint_1' in 'hardware_interface::EffortJointInterface'.
[ERROR] [1677680732.132563014, 0.581000000]: Failed to initialize the controller
[ERROR] [1677680732.132603189, 0.581000000]: Initializing controller 'left_arm_gen3_joint_trajectory_controller' failed
[ERROR] [1677680732.162208888, 0.610000000]: Exception thrown while initializing controller 'left_arm_joint_1_position_controller'.
Could not find resource 'left_arm_joint_1' in 'hardware_interface::EffortJointInterface'.
[ERROR] [1677680732.162265826, 0.610000000]: Initializing controller 'left_arm_joint_1_position_controller' failed

@civerachb-cpr
Copy link
Collaborator

If you run roslaunch boxer_viz view_model.launch can you see both arms mounted to the robot? What are the names of the joints? You should see something like this in Rviz:

boxer_dual_gen3

What command are you running when you see those errors about missing joint controllers?

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

2 participants