You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!nsh |
|
# |
|
# Generic rover |
|
# |
|
|
|
#load some defaults e.g. PWM values |
|
sh /etc/init.d/rc.rover_defaults |
|
|
|
#choose a mixer, for rover control we need a plain passthrough to the servos |
|
set MIXER IO_pass
|
|
|