mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
Update launch_sim.launch.py
spawn_entity.py to spawn_entity
This commit is contained in:
parent
8ccc4acf08
commit
5f8c8fb53c
@ -49,7 +49,7 @@ def generate_launch_description():
|
||||
)
|
||||
|
||||
# Run the spawner node from the gazebo_ros package. The entity name doesn't really matter if you only have a single robot.
|
||||
spawn_entity = Node(package='gazebo_ros', executable='spawn_entity.py',
|
||||
spawn_entity = Node(package='gazebo_ros', executable='spawn_entity',
|
||||
arguments=['-topic', 'robot_description',
|
||||
'-entity', 'my_bot'],
|
||||
output='screen')
|
||||
|
Loading…
Reference in New Issue
Block a user