This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76d07f21f5
ardupilot
/
libraries
/
SITL
/
wscript
3 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
SITL: Make SIM_Aircraft use double precision to stop SITL's short-range teleporting
2023-08-10 07:59:20 -03:00
def configure(cfg):
SITL: build the whole simulator as double precision
2023-08-12 06:15:09 -03:00
cfg.env.DOUBLE_PRECISION_LIBRARIES['SITL'] = True