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
Source or binary build?
Binary, Gazebo Sim, version 8.9.0
Note: Gazebo harmonic was installed through the PX4 dev environment setup script.
Description
Following the documentation for spawning models through ROS2 does not work, the ros2 launch ros_gz_sim gz_spawn_model.launch.py world:=empty file:=$(ros2 pkg prefix --share ros_gz_sim_demos)/models/vehicle/model.sdf entity_name:=my_vehicle x:=5.0 y:=5.0 z:=0.5 fails due to the file gz_spawn_model.launch.py being missing.
The only way to spawn an entity is through ros2 run ros_gz_sim_createsee here.