Skip to content

Commit

Permalink
[simulator] remove jsbsim target
Browse files Browse the repository at this point in the history
as it is a subset of NPS (when using JSBSim as FDM)
  • Loading branch information
flixr committed Mar 2, 2015
1 parent c7c05eb commit 1a475f1
Show file tree
Hide file tree
Showing 58 changed files with 29 additions and 1,470 deletions.
105 changes: 0 additions & 105 deletions conf/Makefile.jsbsim

This file was deleted.

9 changes: 0 additions & 9 deletions conf/airframes/examples/lisa_l_chimu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<target name="sim" board="pc">
<subsystem name="ahrs" type="int_cmpl_quat"/>
</target>
<target name="jsbsim" board="pc">
<subsystem name="ahrs" type="int_cmpl_quat"/>
</target>

<define name="AGR_CLIMB" />
<define name="LOITER_TRIM" />
Expand Down Expand Up @@ -145,12 +142,6 @@
<define name="DEFAULT_PITCH" value="0.5" unit="rad"/>
</section>

<section name="SIMU">
<define name="JSBSIM_MODEL" value="&quot;Malolo1&quot;"/>
<define name="JSBSIM_IR_ROLL_NEUTRAL" value="0." unit="deg"/>
<define name="JSBSIM_IR_PITCH_NEUTRAL" value="0." unit="deg"/>
</section>

<section name="INS" prefix="INS_">
<define name="ROLL_NEUTRAL_DEFAULT" value="0" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="0" unit="deg"/>
Expand Down
7 changes: 0 additions & 7 deletions conf/airframes/examples/microjet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,9 @@
<define name="DEFAULT_PITCH" value="0.5" unit="rad"/>
</section>

<section name="SIMU">
<define name="JSBSIM_MODEL" value="&quot;Malolo1&quot;"/>
<define name="JSBSIM_IR_ROLL_NEUTRAL" value="0." unit="deg"/>
<define name="JSBSIM_IR_PITCH_NEUTRAL" value="0." unit="deg"/>
</section>


<firmware name="fixedwing">
<target name="sim" board="pc" />
<target name="jsbsim" board="pc"/>
<target name="ap" board="tiny_1.1"/>

<define name="AGR_CLIMB" />
Expand Down
219 changes: 0 additions & 219 deletions conf/airframes/jsbsim.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,3 @@ ahrssim_srcs += $(SRC_SUBSYSTEMS)/ahrs/ahrs_sim.c

sim.CFLAGS += $(ahrssim_CFLAGS)
sim.srcs += $(ahrssim_srcs)

jsbsim.CFLAGS += $(ahrssim_CFLAGS)
jsbsim.srcs += $(ahrssim_srcs)
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ ahrssim_srcs += $(SRC_SUBSYSTEMS)/ahrs/ahrs_sim.c
sim.CFLAGS += $(ahrssim_CFLAGS)
sim.srcs += $(ahrssim_srcs)

jsbsim.CFLAGS += $(ahrssim_CFLAGS)
jsbsim.srcs += $(ahrssim_srcs)
3 changes: 0 additions & 3 deletions conf/firmwares/subsystems/fixedwing/ahrs_float_dcm.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ ahrssim_srcs += $(SRC_SUBSYSTEMS)/ahrs/ahrs_sim.c
sim.CFLAGS += $(ahrssim_CFLAGS)
sim.srcs += $(ahrssim_srcs)

jsbsim.CFLAGS += $(ahrssim_CFLAGS)
jsbsim.srcs += $(ahrssim_srcs)

Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ ahrssim_srcs += $(SRC_SUBSYSTEMS)/ahrs/ahrs_sim.c
sim.CFLAGS += $(ahrssim_CFLAGS)
sim.srcs += $(ahrssim_srcs)

jsbsim.CFLAGS += $(ahrssim_CFLAGS)
jsbsim.srcs += $(ahrssim_srcs)
Loading

0 comments on commit 1a475f1

Please sign in to comment.