-
Notifications
You must be signed in to change notification settings - Fork 299
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
[Humble] Gazebo simulation failing after merging #1272 #1299
[Humble] Gazebo simulation failing after merging #1272 #1299
Comments
The issue is coming from the |
I also ran into the same problem, reproducible also with should we revert #1272 until we've found a solution? |
* check the components size instead of the variable (fixes #1299) * add new load_and_initialize_components default argument to the load_urdf method
* check the components size instead of the variable (fixes ros-controls#1299) * add new load_and_initialize_components default argument to the load_urdf method
* check the components size instead of the variable (fixes ros-controls#1299) * add new load_and_initialize_components default argument to the load_urdf method
* Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299)
* Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299) (cherry picked from commit f5baf71)
* Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299) (cherry picked from commit f5baf71)
…267) * Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299) (cherry picked from commit f5baf71) Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
…266) * Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299) (cherry picked from commit f5baf71) Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
…ntrols#262) (ros-controls#266) * Load the URDF to the resource_manager before parsing it to CM constructor (fixes ros-controls/ros2_control#1299) (cherry picked from commit f5baf71) Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Hi,
After merging the PR #1272 the TIAGo simulation is failing. The original issue is reported in pal-robotics/tiago_simulation#28.
Could you take a look, please?
I've been running as well the
diff_drive
example in thegazebo_ros2_control_demos
:and its output is the following
I think something of that PR has broken the
GazeboSystem
plugin in https://github.com/ros-controls/gazebo_ros2_control/.The text was updated successfully, but these errors were encountered: