I am using ros noetic and when i tried to launch gazebo with “roslaunch go1_gazebo gazebo.launch” it was taking a lot of time to open the gazebo and in the terminal i am encountering this issue
[ INFO] [1710851535.106630287]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ INFO] [1710851535.183013380]: Physics dynamic reconfigure ready.
[INFO] [1710851562.983351, 0.000000]: Waiting for /clock to be available…
[INFO] [1710851562.986976, 0.000000]: Controller Spawner: Waiting for service controller_manager/load_controller
[INFO] [1710851593.257722, 0.000000]: Waiting for /clock to be available…
[INFO] [1710851593.261407, 0.000000]: Controller Spawner: Waiting for service controller_manager/load_controller
I am not sure if you are familiar with ROS, the first time setup of Gazebo always takes time and is dependent on the hardware system as it has to download the assets and configure the environment.
Thanks it was because of my internet it takes too much time to load and download the required assets.However i tried with a new custom environments just with a simple wall.
I want to ask a question regarding the SLAM and navigation, the GO1 documentation mentions the usage of 3D LIDAR for SLAM, what if I use a 2D Lidar with gazebo and as well as real robot?