James Goppert
05315abc89
Optical flow simulator and install cleanup. ( #5132 )
...
sitl CI is having some issue cloning, but I have verified it locally for various configs
9 years ago
Lorenz Meier
38652ec940
SITL: Re-tune multicopter gains
9 years ago
Lorenz Meier
2a729028bd
SITL: Set battery cells
9 years ago
Lorenz Meier
c647b6db4d
Update gains
9 years ago
Lorenz Meier
6608c98192
Update SITL config posix-configs/SITL/init/rcS_lpe_jmavsim_iris
9 years ago
Lorenz Meier
f533e00d5c
SITL configs: Fix param names
9 years ago
Lorenz Meier
7d57713dd5
Start simulator after params have been loaded and set
9 years ago
Simone Guscetti
211e667639
Configure mavlink to connect to localhost
9 years ago
Lorenz Meier
97be79496f
LPE: Add attitude quaternion stream
9 years ago
Lorenz Meier
c29bfcd1fe
Enable data loss failsafe in SITL so we doo not RTL on RC failure
9 years ago
Lorenz Meier
d7254c2b01
Fix SITL configs
9 years ago
James Goppert
ac66050cd6
LPE tuning for GPS delay in sim.
9 years ago
James Goppert
c677d446d3
LPE SITL script updates.
9 years ago
Lorenz Meier
86c8308e98
POSIX configs: Send to port 14540 for onboard links
9 years ago
James Goppert
759b107468
Update LPE sitl init script.
9 years ago
Lorenz Meier
e9da8167e0
LPE: Fix config name
9 years ago
Lorenz Meier
4e5b2a1db7
POSIX: Fix sensor ID
9 years ago
jgoppert
4241e526aa
Updated sitl scripts for LPE.
9 years ago
jgoppert
0106be3e89
Added local position estimator.
9 years ago
v01d
645a7df6b9
add OPTICAL_FLOW_RAD mavlink stream for SITL
10 years ago
Lorenz Meier
715a0f0a50
SITL: Fix paths
10 years ago
Lorenz Meier
0fd605cd20
Enfore 1s sleep after sensor start, force joystick back to simulation mode
10 years ago
Lorenz Meier
348484fac3
POSIX: Start commander after sensors
10 years ago
Lorenz Meier
3a2e2ef304
Do not default to Joystick input for SITL
10 years ago
tumbili
8c6dc8cdf5
start logger for SITL
10 years ago
Lorenz Meier
6927e62e77
POSIX: Run pwm_out_sim as the hil command got renamed to it
10 years ago
devbharat
6a40c173fd
Added the launch file
10 years ago
devbharat
9a6f52736b
Added launchfile to launch gazebo iris and mavros bridge. Added sitl_gazebo to makefile and new init rc file for gazebo iris apps and params
10 years ago
Lorenz Meier
44eff36819
SITL: Run more streams at higher rates
10 years ago
Lorenz Meier
8c004fa6d8
SITL: Move simulator startup to the beginning of the startup
10 years ago
Lorenz Meier
e19a068ebb
Better SITL gains for yaw
10 years ago
Lorenz Meier
efb7d9393e
POSIX: Set SITL gains back to normal vehicle defaults
10 years ago
Lorenz Meier
1cb572f484
POSIX: Fix MAVLink sequencing
10 years ago
tumbili
c49511fb66
start land detector for SITL
10 years ago
tumbili
f7a6afc976
improve SITL startup script
10 years ago
tumbili
8a3ac1f541
set SYS_RESTART_TYPE in sitl startup, normally IO does that
10 years ago
Lorenz Meier
7df785ed50
POSIX: Use the same estimators for multicopters as on the real system
10 years ago
Lorenz Meier
3627456dd6
POSIX config: Fix order of dev IDs
10 years ago
Lorenz Meier
bf24d42a79
POSIX: Fix SITL startup script
10 years ago
Lorenz Meier
a652642286
POSIX: Fix dataman start order
10 years ago
Mark Charlebois
7734195242
gpssim: cleaned up gpssim code
...
The gpssim code was named gps_sim vs being consistent with other
simulators (gpssim). It also used warnx and errx and had lots of
commeted out code.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
17b23f4e80
SITL: Added documentation on file paths
...
Added description of how to create required directories
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
834e3c0587
SITL: updated README and rc.S
...
Changed rc.S to rcS.
Updated README.md to explain the require directory structure and
where to run mainapp from for SITL to work correctly.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
tumbili
e6cee32952
add simulated gps driver to startup for SITL
10 years ago
Mark Charlebois
729653ba71
SITL: changed posix_default to posix_sitl
...
The SITL build is now the default posix build.
The linker script for posix was moved to makefiles/posix.
The rc.S file was moved to posix-configs/SITL/init/
The POSIXTEST board definition is now SITL
To run the SITL test run:
make sitlrun
This replaces the make posixrun target.
The build directory is now Build/posix_sitl.build/
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
40f3b49419
POSIX: Re-load params after boot
10 years ago
Lorenz Meier
7254f04f68
POSIX: Complete default startup config so we get a working quad setup on boot.
10 years ago
Lorenz Meier
a1b68b5b41
POSIX: Start MAVLink app as default on UDP
10 years ago
Mark Charlebois
527b97e8b4
POSIX: added tone_alarm simulator
...
The tone_alarm simulator was added to rc.S and the warning output for a
hrt_timer with a 0 expiry times was disabled.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
83bcb95999
POSIX: Added sleep command
...
The baro was not fully initialized when the sensors module tried to
open it. Added a sleep command and a sleep 2 to rc.S so the baro
is initialized by the time the sensors module tried to read it.
Fixed other noisy errors
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago