Unit 8 - [Bug] - Solo Robot is not showing up in simulation window

Hi,
Looks like the issue Solo robot is not spawning in gazebo described here happens again.
Console shows it is showing up, but simulation window shows just robot stand.



In the first steps of the unit 8 I need to spawn solo robot in a simulation. As you can see on the console screenshot it says it successfully spawned it, but simulation window doesn’t show it.

Sorry to hear that.

We have made some changes to mak eit work for the time being.

To make it work you have to follow this instructions:

  1. Start the gazebo simulation with this command in terminal 1:
SIM_PATH=/home/simulations/ros2_sims_ws/install/setup.bash
source $SIM_PATH
ros2 launch unit6_simulation simulation_launch.py
  1. On the second terminal we launch the spawn solo like so:

cd ~/ros2_ws
source install/setup.bash
ros2 launch spawn_solo spawn_solo.launch.py

You should see something like this:

Thanks, that solves my issue. Robot is showing up now.
Thanks