-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Thank you for sharing this amazing project!
I'm trying to run the MuJoCo sim2sim. I followed all the instructions with no problem. However, when I run the sim2sim command, it gets stuck on a loop printing these two messages.
[spawner-2] [INFO] [1756323641.535721914] [spawner_standby_controller]: waiting for service /controller_manager/list_controllers to become available...
[spawner-1] [INFO] [1756323641.596336411] [spawner_state_estimator]: waiting for service /controller_manager/list_controllers to become available...
I tried several things to debug this. One thing I noticed is that nodes /spawner_standby_controller and /spawner_state_estimator are constantly running, and when running the sim2sim launch script they are duplicated. I tried restarting the ROS2 daemon, and they start up again automatically.
When trying to run the controller_manager unspawner on them I get
[INFO] [1756325141.036119204] [unspawner_standby_controller]: waiting for service /controller_manager/switch_controller to become available...
Running ros2 control switch_controllers hangs while waiting for service /controller_manager/switch_controller. ros2 control list_controllers hangs as well.
I'm running everything inside a Docker container. Could that be causing this?