-
Notifications
You must be signed in to change notification settings - Fork 51
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
Ignition simulation not loading controllers #213
Comments
Hello @Krawus, This is not an expected situation. I see from your logs that there seems to be a missing lib on your system
Did you install the ros2_kortex package from binaries or you built it from source? Either way, make sure that you have correctly installed Ingition. This may guide may be helpful : https://gazebosim.org/api/gazebo/6.1/install.html. Once you have this installed, try launching the simulation again, you should then see the arm in candle position. Best, |
Hi,
The link https://gazebosim.org/api/gazebo/6.1/install.html does not work (says page not found). And I also did install the plugin libign_ros2_control-system.so and its package. I am using ROS2 Humble and Gazebo Ignition (fortress). My quadruped robot (Spot robot) spawns on Gazebo, but I cannot get it to walk because of the controller manager issue. I am also not using a ros_gz_bridge. How can I fix this issue? Thank you! |
Hello, The missing shared library should be found under /opt/ros/humble/lib on your system. If this is not the case, please make sure to install ign_ros2_control package using the following command:
I hope this solves the issue and please keep me posted regarding the situation. Best, |
Hi, Thank you! I was able to fix the issue by launching Ignition Gazebo with this command:
where |
Hello @diyaagarwal21 , How are you exactly integrating the Gen3 with Spot? I have no details about your project and this does not allow me to provide a well tailored solution. But as general guidelines, if you are facing time synchronization issues between ROS and the Gazebo, make sure the set the use_sim_time parameter to true.
Moreover, double check if the command interfaces of the controllers accept velocity and position commands. Best, |
Hi, when I'm launching simulation using ignition by command:
The robot "faints"
Logs from terminal sugesting that controllers are nod starting correctly:
Is this somehow a known issue? Thank you in advance for your help
The text was updated successfully, but these errors were encountered: