Mohammed Kabir
37ffb61afd
changes to rpi2 configs
9 years ago
Mohammed Kabir
4351eb147c
Add native RPi2 build config
9 years ago
Lorenz Meier
85b3de0b00
Start 2nd MAVLink instance in jMAVSim SITL
9 years ago
Andreas Antener
65299e7aaf
updated jmavsim iris config for takeoff and landing
9 years ago
Lorenz Meier
e72c672350
POSIX configs: Default normal config back to normal operation
9 years ago
tumbili
ddad6d2019
remove old estimator from startup file
9 years ago
Roman
63ac712eab
allow testing ekf2 in simulation with jmavsim
9 years ago
Roman
19a5f9e73d
updated ecl lib
9 years ago
Lorenz Meier
d2e4566c49
Reset Iris jMAVSim tuning gains from master
9 years ago
Lorenz Meier
144e0793b1
SITL: Further adjust gains to more realistic values
9 years ago
Lorenz Meier
eef4ccea1a
Adjust jMAVSim Iris gains
9 years ago
Lorenz Meier
2a1b1fe11d
SITL: Better Navigation defaults for multicopters
9 years ago
Lorenz Meier
c5c0864546
SITL: jMAVSim and Iris use joystick
9 years ago
Lorenz Meier
0cc74205a0
jMAVSim: Set stiffer gains
9 years ago
Lorenz Meier
4e5b2a1db7
POSIX: Fix sensor ID
9 years ago
Lorenz Meier
bef79955fc
POSIX startup: Fix device IDs
9 years ago
Lorenz Meier
4606bc927e
Fix SITL / jMAVSim with correct start script
9 years ago
Mark Charlebois
b8c40ecb6b
Enabled DriverFramework drivers for SITL build
...
The code here works only for SITL at the present time.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
tumbili
0c3f519445
renamed SITL startup scripts
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