You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more elegant solution for detecting when Webots is ready would be to incorporate a cleaner method in the webots_ros2_driver package. This could also be used for SLAM, Navigation and RViz packages.
As introduced in #717 for the
webots_ros2_tiago
package,ros2_control
spawners should be started only once Webots is loaded and ready.This can be performed by checking
stdout
messages of the driver node and checking when thecontroller_manager
is ready.The text was updated successfully, but these errors were encountered: