2018-12-18 04:26:22 -04:00
|
|
|
#!/bin/sh
|
2017-06-06 14:26:51 -03:00
|
|
|
#
|
2018-07-12 18:56:46 -03:00
|
|
|
# Standard apps for unmanned ground vehicles (UGV).
|
|
|
|
#
|
|
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
2017-06-06 14:26:51 -03:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2018-07-12 18:56:46 -03:00
|
|
|
# Start the attitude and position estimator.
|
2017-06-06 14:26:51 -03:00
|
|
|
#
|
|
|
|
ekf2 start
|
|
|
|
#attitude_estimator_q start
|
|
|
|
#local_position_estimator start
|
|
|
|
|
|
|
|
|
|
|
|
#
|
2018-07-12 18:56:46 -03:00
|
|
|
# Start attitude controllers.
|
2017-06-06 14:26:51 -03:00
|
|
|
#
|
|
|
|
gnd_att_control start
|
|
|
|
gnd_pos_control start
|
|
|
|
|
|
|
|
|
|
|
|
#
|
2018-07-12 18:56:46 -03:00
|
|
|
# Start Land Detector.
|
2017-06-06 14:26:51 -03:00
|
|
|
#
|
|
|
|
land_detector start ugv
|