mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
SITL: JSBSim: Fix comments
This commit is contained in:
parent
39b17e42d0
commit
82413a1528
@ -13,7 +13,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/*
|
||||
simulator connector for ardupilot version of JSBSim
|
||||
simulator connector for JSBSim
|
||||
*/
|
||||
|
||||
#include "SIM_JSBSim.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/*
|
||||
simulator connection for ardupilot version of JSBSim
|
||||
simulator connection for JSBSim - https://github.com/JSBSim-Team/jsbsim
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -155,8 +155,7 @@ public:
|
||||
float gear_compression[FG_MAX_WHEELS];
|
||||
|
||||
// Environment
|
||||
uint32_t cur_time; // current unix time
|
||||
// FIXME: make this uint64_t before 2038
|
||||
uint32_t cur_time; // current simulation time of JSBSim
|
||||
int32_t warp; // offset in seconds to unix time
|
||||
float visibility; // visibility in meters (for env. effects)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user