forked from cesar.alejandro/oscillation_ctrl
Update 'README.md'
This commit is contained in:
parent
b5f831aacd
commit
b845d703a2
24
README.md
24
README.md
|
@ -142,7 +142,7 @@ determines payload load angles and their rates (theta and phi) using Gazebo (nee
|
||||||
__Publishes to__:
|
__Publishes to__:
|
||||||
|
|
||||||
/status/twoBody_status # localization and angles
|
/status/twoBody_status # localization and angles
|
||||||
/status/load_angles # payload angles (and tates) relative to vehicle
|
/status/load_angles # payload angles (and tates) relative to vehicle
|
||||||
/status/path_follow # boolean to run trajectory test
|
/status/path_follow # boolean to run trajectory test
|
||||||
__Subscribes to__:
|
__Subscribes to__:
|
||||||
|
|
||||||
|
@ -163,8 +163,8 @@ takes in desired position (xd) and determines smooth path trajectory.
|
||||||
|
|
||||||
__Publishes to__:
|
__Publishes to__:
|
||||||
|
|
||||||
/reference/path # smooth path
|
/reference/path # smooth path
|
||||||
/reference/flatsetpoint # needed to determine thrust
|
/reference/flatsetpoint # needed to determine thrust
|
||||||
|
|
||||||
__Subscribes to__:
|
__Subscribes to__:
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ determines forces on drone needed based on smooth path and feedback to dampen os
|
||||||
|
|
||||||
__Publishes to__:
|
__Publishes to__:
|
||||||
|
|
||||||
/command/quaternions # attitude commands
|
/command/quaternions # attitude commands
|
||||||
|
|
||||||
__Subscribes to__:
|
__Subscribes to__:
|
||||||
|
|
||||||
|
@ -197,8 +197,8 @@ sets the vehicle in OFFBOARD mode (PX4) and takes off to a set height for 25 sec
|
||||||
|
|
||||||
__Publishes to__:
|
__Publishes to__:
|
||||||
|
|
||||||
mavros/setpoint_position/local # needed to hover @ set height
|
mavros/setpoint_position/local # needed to hover @ set height
|
||||||
mavros/setpoint_raw/attitude # attitude and thrust commands
|
mavros/setpoint_raw/attitude # attitude and thrust commands
|
||||||
|
|
||||||
__Subscribes to__:
|
__Subscribes to__:
|
||||||
|
|
||||||
|
@ -216,15 +216,15 @@ The launch file itself has two usable arguments:
|
||||||
|
|
||||||
__model:__
|
__model:__
|
||||||
|
|
||||||
spiri_with_tether # Spiri Mu with a tethered payload
|
spiri_with_tether # Spiri Mu with a tethered payload
|
||||||
spiri # Spiri Mu without tethered paylaod
|
spiri # Spiri Mu without tethered paylaod
|
||||||
headless_spiri_with_tether # headless mode: launches with no Gazebo GUI. This is the default model
|
headless_spiri_with_tether # headless mode: launches with no Gazebo GUI. This is the default model
|
||||||
|
|
||||||
__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 oscillation_damp.launch model:=headless_spiri_with_tether test:=step
|
roslaunch oscillation_ctrl oscillation_damp.launch model:=headless_spiri_with_tether test:=step
|
Loading…
Reference in New Issue