[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] ca87b3: [nps] fix JSBSim for f
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] ca87b3: [nps] fix JSBSim for fixedwings |
Date: |
Mon, 09 Mar 2015 09:38:30 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: ca87b389837f0fe279369cb0d2dec2f5e9751a69
https://github.com/paparazzi/paparazzi/commit/ca87b389837f0fe279369cb0d2dec2f5e9751a69
Author: Felix Ruess <address@hidden>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M sw/simulator/nps/nps_autopilot_fixedwing.c
M sw/simulator/nps/nps_fdm_jsbsim.cpp
Log Message:
-----------
[nps] fix JSBSim for fixedwings
actually run fdm (even when not launched yet) to get proper readings
Commit: 9797c2998dbcae06e94d550af4bafc133867f93b
https://github.com/paparazzi/paparazzi/commit/9797c2998dbcae06e94d550af4bafc133867f93b
Author: Felix Ruess <address@hidden>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M conf/simulator/nps/nps_sensors_params_default.h
M conf/simulator/nps/nps_sensors_params_invariant.h
Log Message:
-----------
[nps] imu sensors: take sign into account
Commit: 73af245e1e19b14e07dcab7b3554db6ace7a0ad6
https://github.com/paparazzi/paparazzi/commit/73af245e1e19b14e07dcab7b3554db6ace7a0ad6
Author: Felix Ruess <address@hidden>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M conf/airframes/ENAC/fixed-wing/jp.xml
M conf/airframes/examples/microjet_lisa_m.xml
M sw/simulator/nps/nps_autopilot.h
M sw/simulator/nps/nps_autopilot_fixedwing.c
M sw/simulator/nps/nps_fdm_jsbsim.cpp
Log Message:
-----------
[nps] fixedwings: no need for NPS_ACTUATOR_NAMES
If NPS_ACTUATOR_NAMES is not specified, use the standard throttle,roll,pitch
and if used in airframe yaw commands
for throttle, aileron, elevator and rudder in JSBSim model.
Compare:
https://github.com/paparazzi/paparazzi/compare/59ae883f5b99...73af245e1e19