Mark Charlebois
ed58e83460
gyrosim: removed dead code from gyrosim
...
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
Lorenz Meier
2e5d2c1cbe
Merge pull request #2385 from mcharleb/SITL-readme-fix
...
SITL: fixed path to mainapp in documentation
10 years ago
Mark Charlebois
8ddfcb7f4b
SITL: fixed path to mainapp in documentation
...
The updated path os Build/posix_sitl.build/
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
de8464e3ed
Merge pull request #2383 from tumbili/gps_sim
...
add simulated gps driver to startup for SITL
10 years ago
tumbili
e6cee32952
add simulated gps driver to startup for SITL
10 years ago
Lorenz Meier
460c6bcf57
MC att control demand: Require a higher minimum throttle
10 years ago
Lorenz Meier
677aef6673
navigator: Fixed bitwise or
10 years ago
Lorenz Meier
dc839b67e8
Fix POSIX README.md path
10 years ago
Lorenz Meier
48bf40d5d1
POSIX: Add initial SITL instructions
10 years ago
Lorenz Meier
829d830d43
Merge pull request #2378 from mcharleb/sitl-rename
...
SITL: changed posix_default to posix_sitl
10 years ago
Lorenz Meier
5eee806adf
Merge pull request #2380 from PX4/dma_hotfix
...
This is a temporary hot fix for lost data
10 years ago
David Sidrane
e7a3674c1d
This is a temporary hot fix for lost data
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
Ban Siesta
3489c3de1c
uORBDevices_posix: copied over fixes from uORBDevices_nuttx
10 years ago
Ban Siesta
21d9bd70a3
uORBDevices_nuttx: Fixed the bug that a publisher had to be started
...
before an advertiser for multi_pub/subs.
This is achieved using
- A "published" flag for each uORB device node
- A check before increasing the instance count (basically, a node is
re-used if nothing has been published on it before which means that it
has been created by a subscriber.
10 years ago
Ban Siesta
9ecf4345a5
ORBMap: bugfix, got rid of infinite Looping Louie
10 years ago
Ban Siesta
c5fd277a9e
ORBMap: whitespace
10 years ago
Ban Siesta
fee8449de3
uORBDevices: astyle
10 years ago
Ban Siesta
f4f761042b
uORBManager: astyle
10 years ago
Ban Siesta
adaaeff48a
uORBTest_UnitTest: Split test function in 3 separate functions and add a
...
test which fails because it does the subscription before the advertisement.
10 years ago
Ban Siesta
c584bab811
uORB: document ORB_MULTI_MAX_INSTANCES
10 years ago
Ban Siesta
99a442b80e
uORB: bump ORB_MULTI_MAX_INSTANCES to 4 because this is needed for an extended unit-test
10 years ago
Ban Siesta
8be1b4f19c
uORBTest_UnitTest: astyle
10 years ago
Ban Siesta
45f5907716
uORBTest_UnitTest: say who you are in the printf
10 years ago
Lorenz Meier
56a8f0e604
Merge pull request #2377 from mcharleb/getpid-fix
...
POSIX: px4_getpid() fix
10 years ago
Roman
75c1588241
only send autopilot capabilities blindly for serial connection
10 years ago
Lorenz Meier
9745d16905
Merge pull request #1977 from devbharat/fix_issue_1963
...
Shifted the set() function for Matrix3x3, Vector2, Vector3, Vector4 to a...
10 years ago
Lorenz Meier
73d179fb59
MS5611 driver: Fix reeset logic via I2C, minor code style fixes. Fixes #2007 , identified by Kirill-ka
10 years ago
Lorenz Meier
41f535ae26
navigator: Include distance to first waypoint in mission check, provide warning feedback
10 years ago
Lorenz Meier
b11e133318
Evaluate warning field from mission result
10 years ago
Lorenz Meier
eb3cc8b41a
mission result topic: Add warnings
10 years ago
Lorenz Meier
b5a79bbc0b
commander: Use distinct tunes for home set and mission ok / failed
10 years ago
Lorenz Meier
21ca431131
Tone alarm: Add home set tune
10 years ago
Lorenz Meier
174f4d27f3
Navigator: output new mission status
10 years ago
Lorenz Meier
a4b2389460
Commander: Support new mission status
10 years ago
Lorenz Meier
2cf10a5e99
Navigator: Publish mission validity in mission result
10 years ago
Lorenz Meier
2ba8ac4438
Move mission result to generated topics
10 years ago
Mark Charlebois
d66b6ea701
POSIX: px4_getpid() fix
...
Since the PX4 code uses both px4_task and pthread APIs,
px4_getpid() must be save to call from either context.
On posix, this means we have to always return the pthread ID.
Reverted simulator change of pthread to px4_task
There may have been side effects if this was build for a target that
has process/task scoped file descriptors. It is now safe to call
px4_getpid() from this pthread context with this change for the
posix build for px4_getpid().
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
dc03793426
Merge pull request #2368 from PX4/manual_climbout
...
FW pos control: Perform climbout if user requests more than 85% pitch up
10 years ago
Lorenz Meier
091af08dd7
Merge pull request #2373 from PX4/commander_cleanup
...
commander: Remove unused param handles
10 years ago
Lorenz Meier
82352a64aa
commander: Remove unused param handles
10 years ago
Lorenz Meier
75ef0e1709
Merge pull request #2365 from PX4/master_p1
...
Master p1
10 years ago
Lorenz Meier
9e3e43c49e
Update comments in attitude controller. Fixes #2369
10 years ago
Lorenz Meier
44441ab501
FW pos control: Perform climbout if user requests more than 85% pitch up
10 years ago
Lorenz Meier
2fd4c5240f
Merge pull request #2341 from PX4/mc_offb_vel_limit
...
Multicopter offboard velocity limit
10 years ago
Lorenz Meier
40f3b49419
POSIX: Re-load params after boot
10 years ago
Lorenz Meier
e76bdc3cac
EKF: Use unfiltered airspeed if airspeed is large enough - rely for better stability on the filtered speed for the threshold. Lower the threshold to 5 m/s to ensure airspeed fusion even on small wings
10 years ago
Lorenz Meier
0916e6fc19
sensors app: Populate unfiltered airspeed field
10 years ago
Lorenz Meier
7deeda726c
airspeed topic: Add unfiltered airspeed
10 years ago