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