From 85b8b8e985fbe9402765f51ec2c8bdbdf111a3fe Mon Sep 17 00:00:00 2001 From: Taaj Street Date: Mon, 9 Sep 2024 17:00:34 +1000 Subject: [PATCH] update LunarSim Demo README (issue space-ros/demos#50) --- source/Demos/LunarSim.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/source/Demos/LunarSim.rst b/source/Demos/LunarSim.rst index c258307..4d1af66 100644 --- a/source/Demos/LunarSim.rst +++ b/source/Demos/LunarSim.rst @@ -1,4 +1,4 @@ -Lunar Sim Demo +LunarSim Demo ============== Space ROS Lunar Sim Demo Docker Image @@ -40,9 +40,22 @@ Then run: ./run.sh - Depending on the host computer, you might need to remove the ``--gpus all`` flag in ``run.sh``, which uses your GPUs. + +Running the Demo +^^^^^^^^^^^^^^^^ + +Once the container is running, you can launch the demo by running: + +.. code-block:: bash + + souce install/setup.bash + ros2 launch lunar_sim_gz_worlds lunar_sim.launch + +This will launch the gazebo lunar world, spawn the rover and start teleop in a new terminal window which enables you to control the rover as per the instructions in the terminal window. + + Changing the Digital Elevation Model (DEM) ------------------------------------------