Skip to content

Commit

Permalink
greenhouse demo world: add ROS 1 launch file too
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 10, 2025
1 parent 7fc71a3 commit 69006c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mvsim_tutorial/demo_greenhouse.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!-- ROS1 launch file. See *.launch.py files for ROS2 launch files -->
<launch>
<arg name="world_file" default="$(find mvsim)/mvsim_tutorial/demo_greenhouse.world.xml" />
<arg name="headless" default="false" />

<node pkg="mvsim" type="mvsim_node" name="mvsim_simulator" output="screen">
<param name="world_file" value="$(arg world_file)"/>
<param name="headless" value="$(arg headless)"/>
</node>

<node pkg="rviz" type="rviz" name="rviz" args="-d $(find mvsim)/mvsim_tutorial/demo_depth_camera.rviz"/>

</launch>

0 comments on commit 69006c6

Please sign in to comment.