Files
paparazzi/conf/radios/FrSky_X-Lite_car.xml
Gautier Hattenberger 41048101d0
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
[rover] improve support for ROVER firmware (#3530)
- possibility to use basic PID with steering rover
- fix navigation
- add support for mission mode
- fix simulator (orientation was wrong, leading to opposite steering
  between sim and reality)
- add support of 2 wheels rover in simulation
- add and update config files
2025-09-30 08:54:06 +02:00

14 lines
884 B
XML

<?xml version="1.0"?>
<!DOCTYPE radio SYSTEM "radio.dtd">
<radio name="FrSky X-Lite with XM+ SBUS receiver" data_min="900" data_max="2100" sync_min ="5000" sync_max ="15000" pulse_type="POSITIVE">
<channel function="ROLL" min="990" neutral="1500" max="2011" average="0"/>
<channel function="PITCH" min="990" neutral="1500" max="2011" average="0" reverse="1"/>
<channel function="THROTTLE" min="990" neutral="1500" max="2011" average="0"/>
<channel function="YAW" min="990" neutral="1500" max="2011" average="0"/>
<channel function="MODE" min="990" neutral="1500" max="2011" average="1" reverse="1"/>
<channel function="GAIN1" min="990" neutral="1500" max="2011" average="1" reverse="1"/>
<channel function="GAIN2" min="990" neutral="1500" max="2011" average="1"/>
<channel function="GAIN3" min="990" neutral="1500" max="2011" average="1"/>
</radio>