Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Rename husky_empty_world.launch to empty_world.launch. See husky/husk…
Browse files Browse the repository at this point in the history
…y#270 for context
  • Loading branch information
civerachb-cpr committed Jan 6, 2023
1 parent 701985f commit 52e2ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/DrivingHusky.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Running a Virtual Husky
Open a terminal window, and enter:

.. parsed-literal::
roslaunch husky_gazebo husky_empty_world.launch
roslaunch husky_gazebo empty_world.launch
Open another terminal window, and enter:

Expand Down
2 changes: 1 addition & 1 deletion doc/SimulatingHusky.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ i. Simulate Husky in an empty world. You can add new objects to this world usin

.. code:: bash
roslaunch husky_gazebo husky_empty_world.launch
roslaunch husky_gazebo empty_world.launch
ii. Simulate Husky in a Clearpath designed world. This is the base environment for the navigation tutorials. It will take some time to start, as the simulator will need to download resources from the Gazebo servers.

Expand Down
2 changes: 1 addition & 1 deletion doc/additional_sim_worlds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Additional Simulation Worlds

In addtion to the default ``husky_playpen.launch`` file, ``husky_gazebo`` contains two additional launch files of use:

* ``husky_empty_world.launch``, which spawns Husky in a featureless, infinite plane; and
* ``empty_world.launch``, which spawns Husky in a featureless, infinite plane; and
* ``spawn_husky.launch``, which is intended to be included in any custom world to add a Husky simulation to it.

To add a Husky to any of your own worlds, simply include the ``spawn_husky.launch`` file in your own world's launch:
Expand Down

0 comments on commit 52e2ca9

Please sign in to comment.