Skip to content

Commit

Permalink
Fix spawn_entity_demo: use executable (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and scpeters committed Feb 3, 2022
1 parent c1793e1 commit a212ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo_ros/launch/spawn_entity_demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def generate_launch_description():
)

# GAZEBO_MODEL_PATH has to be correctly set for Gazebo to be able to find the model
spawn_entity = Node(package='gazebo_ros', node_executable='spawn_entity.py',
spawn_entity = Node(package='gazebo_ros', executable='spawn_entity.py',
arguments=['-entity', 'demo', '-database', 'double_pendulum_with_base'],
output='screen')

Expand Down

0 comments on commit a212ce3

Please sign in to comment.