Compare commits

...

2 Commits

Author SHA1 Message Date
Pedro-Roque 8219eef6d5 fix: remove extra line 2025-04-16 10:39:07 +02:00
Pedro-Roque abf6e44b25 rft: explicit naming sc to spacecraft 2025-04-15 16:25:13 +02:00
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# NOTE: Script variables are declared/initialized/unset in the rcS script.
#
set VEHICLE_TYPE sc
set VEHICLE_TYPE spacecraft
# MAV_TYPE_SPACECRAFT
param set-default MAV_TYPE 7
+1 -1
View File
@@ -35,7 +35,7 @@ fi
#
# Spapcecraft setup.
#
if [ $VEHICLE_TYPE = sc ]
if [ $VEHICLE_TYPE = spacecraft ]
then
# Start standard multicopter apps.
. ${R}etc/init.d/rc.sc_apps
@@ -136,4 +136,3 @@ private:
(ParamFloat<px4::params::SC_MAN_Y_SCALE>) _param_sc_man_y_scale /**< scaling factor from stick to yaw rate */
)
};