mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
[conf] ardrone2_raw: remove wrong NPS_JSBSIM_MODEL
We are still missing a JSBSim model for a quadrotor in X configuration (like the ARDrone2). The "simple_quad" model is for + configuration. Now you will get an error starting the NPS sim (JSBSim failed to open the configuration file: foo/paparazzi/conf/simulator/jsbsim/aircraft/ardrone2_raw.xml). But IMHO that is better than NPS just not working for no obvious reason.
This commit is contained in:
@@ -206,7 +206,6 @@
|
||||
<section name="SIMULATOR" prefix="NPS_">
|
||||
<define name="ACTUATOR_NAMES" value="{"top_left_motor", "top_right_motor", "bottom_right_motor", "bottom_left_motor"}"/>
|
||||
<define name="JSBSIM_INIT" value=""reset00""/>
|
||||
<define name="JSBSIM_MODEL" value=""simple_quad""/>
|
||||
<define name="SENSORS_PARAMS" value=""nps_sensors_params_default.h""/>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user