Peter Barker
|
497e6df326
|
SITL: correct submarine rangefinding
|
2021-12-11 20:10:10 +11:00 |
Andrew Tridgell
|
fb275c9874
|
SITL: convert to double precision for positions
|
2021-06-24 21:34:30 +10:00 |
Andrew Tridgell
|
bf1f27af32
|
SITL: added is_lock_step_scheduled() API
used to fix panic on bad timing
|
2021-05-24 20:13:37 +10:00 |
Patrick José Pereira
|
07c3435f9d
|
SITL: Add missing const in member functions
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2021-02-03 18:45:14 +11:00 |
Peter Barker
|
8be50910e4
|
SITL: add support for simulated TSYS01 temperature sensor
|
2021-01-05 12:01:51 +11:00 |
Willian Galvani
|
cf6f5502a4
|
SITL: Make Sub buoyancy a parameter
|
2020-04-27 12:48:52 -07:00 |
Willian Galvani
|
06e71b061a
|
SITL: Sub: add square curve model to thruster
|
2019-12-03 10:55:08 -05:00 |
Patrick José Pereira
|
e52fc375c4
|
Sub: Add fake sea floor and update range
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2019-11-12 10:02:29 -08:00 |
Willian Galvani
|
168a182310
|
SITL: Sub: add angular drag based on a laminar, external flow
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
393b018f31
|
SITL: Sub: Fix rotational physics logic
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
fbbfbe0103
|
SITL: Sub: Use proper phyisics for thrusters
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
9c2ffed876
|
SITL: Submarine: add torque for static stability
Subs are statically stable regarding pitch and roll.
This patch reproduces this in SITL
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
394aff6535
|
SITL: add deadzones to Sub thrusters PWM signals
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
1e2340fbb4
|
SITL: Fix buoyancy direction for earth-frame
Previously the sub would just go upwards, so rolling it 180º caused it to sink
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
e190d99bc6
|
SITL: Add 6dof frame for Sub
|
2019-11-11 07:39:57 -08:00 |
Willian Galvani
|
cc45aeb526
|
SITL: get rid of frame_vectored.h for Sub
|
2019-11-11 07:39:57 -08:00 |
Patrick José Pereira
|
e18883fddf
|
SITL: Add missing shove forces in SIM_Submarine
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2019-10-29 09:44:24 +11:00 |
Peter Barker
|
f7b47679bb
|
SITL: remove home_str from constructor
|
2019-08-15 15:16:11 +10:00 |
Patrick José Pereira
|
ab6b84e876
|
SITL: Fix typo in Sub
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2019-04-02 07:59:53 +11:00 |
Patrick José Pereira
|
8bb0772224
|
SITL: Add drag simulation in Sub
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2019-04-02 07:59:53 +11:00 |
Andrew Tridgell
|
9257d29717
|
SITL: fixed frame_property build error with older C++ compilers
|
2018-11-30 11:03:09 +11:00 |
Patrick José Pereira
|
28ff272017
|
SIM_Submarine: Solve problem when frame is above water level
Fix bluerobotics/ardusub/issues/128
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Co-Authored-By: jaxxzer <jwalser90@gmail.com>
|
2017-11-22 12:38:14 -08:00 |
Pierre Kancir
|
b176ba53d7
|
SIM_Aircraft: move advance in time from update_position to time_advance
|
2017-06-07 20:29:02 +10:00 |
jaxxzer
|
b98573d55f
|
SITL: Improved Sub simulation
-Constrain z axis movement between -100m (seafloor) and 0m (water
surface)
-More accurate thruster modelling
|
2017-03-07 09:35:41 +11:00 |
Rustom Jehangir
|
36f3cae535
|
SITL: Add support for Sub
|
2017-02-21 11:26:14 +11:00 |