Update 'README.md'
This commit is contained in:
parent
7fe6b8e7e0
commit
7b576b2ad3
23
README.md
23
README.md
|
@ -180,15 +180,20 @@ In catkin_ws (or any working directory) add to devel/setup.bash:
|
|||
roslaunch oscillation_ctrl oscillation_damp.launch
|
||||
- This simulation is set to have a Spiri Mu hover at an alitude of 5 m.
|
||||
- The launch file itself has two usable arguments:
|
||||
####model:
|
||||
spiri_with_tether # default
|
||||
spiri
|
||||
headless_spiri_with_tether # headless mode: launches with no Gazebo GUI
|
||||
headless_spiri
|
||||
####test
|
||||
none # default
|
||||
step # step input - default is 5 m
|
||||
square # square trajectory
|
||||
|
||||
__model:__
|
||||
|
||||
spiri_with_tether # default
|
||||
spiri
|
||||
headless_spiri_with_tether # headless mode: launches with no Gazebo GUI
|
||||
|
||||
|
||||
__test:__
|
||||
|
||||
none # default
|
||||
step # step input - default is 5 m
|
||||
square # square trajectory
|
||||
- To run the simulation with a tethered payload headless mode and perform a step test:
|
||||
|
||||
roslaunch oscillation_ctrl klausen_dampen.launch model:=headless_spiri_with_tether test:=step
|
||||
|
||||
|
|
Loading…
Reference in New Issue