Skip to content

Commit

Permalink
simulation of bebop1 (#2033)
Browse files Browse the repository at this point in the history
* simulation of bebop1

* update bebop sim with correct motor pos
  • Loading branch information
EwoudSmeur authored and podhrmic committed Mar 19, 2017
1 parent a5d6351 commit 7b15068
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 5 deletions.
5 changes: 2 additions & 3 deletions conf/airframes/TUDELFT/tudelft_bebop_indi_actuators.xml
Expand Up @@ -5,12 +5,10 @@
<firmware name="rotorcraft">
<target name="ap" board="bebop"/>

<!-- nps currently needs the motor mixing module
<target name="nps" board="pc">
<module name="fdm" type="jsbsim"/>
<module name="udp"/>
</target>
-->

<!--define name="USE_SONAR" value="TRUE"/-->

Expand Down Expand Up @@ -183,8 +181,9 @@

<section name="SIMULATOR" prefix="NPS_">
<define name="ACTUATOR_NAMES" value="nw_motor, ne_motor, se_motor, sw_motor" type="string[]"/>
<define name="JSBSIM_MODEL" value="simple_x_quad_ccw" type="string"/>
<define name="JSBSIM_MODEL" value="bebop" type="string"/>
<define name="SENSORS_PARAMS" value="nps_sensors_params_default.h" type="string"/>
<define name="NO_MOTOR_MIXING" value="TRUE"/>
</section>

<section name="AUTOPILOT">
Expand Down

0 comments on commit 7b15068

Please sign in to comment.