Lorenz Meier
9c7450248f
Merge pull request #2498 from mcharleb/bringup-m5
...
POSIX: Critical fix for vdev_posix
10 years ago
Lorenz Meier
bc5cf50f1a
Merge pull request #2361 from TSC21/mocap_support_restruct
...
MOCAP support on firmware [new PR]
10 years ago
Lorenz Meier
c7e94baa5b
Update SITL docs
10 years ago
Mark Charlebois
d0b6c8f956
GCC: Added fix for strict prototypes warning
...
GCC requires a declaration of a static inline function prior to its
definition when strict-prototypes warning is enabled.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
14bf8bb277
POSIX: Critical fix for vdev_posix
...
Last fix for vdev_posix.cpp introduced a sleep from within
a HRT work item callback which blocks the HRT queue.
The code in uORBDevices_posix.cpp that handles message
throttling was commented out for posix. The code was re-enabled
and now seems to work.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
428bd0a9ec
Merge pull request #2497 from mcharleb/bringup-m5
...
Bringup m5
10 years ago
Mark Charlebois
1b01c54dd1
POSIX: fixed build error for unused variable
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
34d15fe631
Gyrosim cleanup
...
Removed unused code. Reset reschedule interval for sampling when the
sampling rate is changed.
The rate is always 1000Hz as it is set to the default value.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
641fd26877
QuRT: Fixed PX4_ISFINITE
...
QuRT needs to use the builtin version of isfinite so for the qurt
build PX4_ISFINITE(x) is defined as __builtin_isfinite(x).
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
da2ac877f8
POSIX: Changed px4_poll to use hrt_work queue
...
QuRT's pthread_cancel implementation is lacking, and causes px4_poll to
always wait for the maximumn timeout. A cleaner implementation is provided
that uses the HRT work queue for posix targets.
In the future the posix code should be rtefactiored so that qurt (and other)
implementations that are duplicated, use the posix implementation.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
a1dd0bc758
Merge pull request #2493 from cctsao1008/patch-3
...
Adjust the duration of the BIND pulse
10 years ago
cctsao1008
e9d5978165
Adjust the duration of the BIND pulse
...
Some DSMX Remote Receiver can't enter BIND mode with the duration about 25us but 120us.
10 years ago
Lorenz Meier
ce45695915
Merge pull request #2487 from bansiesta/fix_linux_port_wildcard
...
Fix upload on some Linux machines
10 years ago
Lorenz Meier
2b34e46960
Merge pull request #2488 from bansiesta/fix_land_detector_start
...
land_detector: shut up if started correctly
10 years ago
Lorenz Meier
74d95f0441
INAV: Remove extra C++ flag
10 years ago
Lorenz Meier
5523b1ee4f
Re-enable INAV verbose options
10 years ago
Lorenz Meier
99d59971ac
INAV app: Fix commandline handling
...
Conflicts:
src/modules/position_estimator_inav/position_estimator_inav_main.c
10 years ago
Ban Siesta
b0642f8d32
land_detector: shut up if started correctly
10 years ago
Ban Siesta
0c1ec5eb8b
makefiles: add /dev/serial/by-id/pci-3D_Robotics* to the ports to try on Linux
10 years ago
Lorenz Meier
cddfcb35d8
Posix main: Only delay app startup 50 ms
10 years ago
Lorenz Meier
dfae432f1a
commander: Fix mag cal printing
10 years ago
Lorenz Meier
d19de58102
Merge branch 'master' of github.com:PX4/Firmware into master_release
10 years ago
Lorenz Meier
064c02a817
MC controller: Update use to new uORB API
10 years ago
Lorenz Meier
6cf47b59da
FW controller: Update use to new uORB API
10 years ago
Lorenz Meier
4cf9976ad8
Merge branch 'master_release' of github.com:PX4/Firmware into master_release
10 years ago
Lorenz Meier
50ba1f7365
merged release_v1.0.0 into master
10 years ago
Lorenz Meier
3ef6212155
MAVLink app: Less verbose during radio config
10 years ago
Lorenz Meier
b8609f99d7
MAVLink app: Fix parameter comments
10 years ago
Lorenz Meier
f0e9817f2b
ROMFS: Adjust onboard data rate
10 years ago
Lorenz Meier
963972721d
MAVLink app: Support rudimentary radio config.
10 years ago
Lorenz Meier
319f9d820f
telemetry: Crank up rates to make param downloads and other things less painful
10 years ago
Lorenz Meier
7b05165249
Param unit test: Fix CLANG compile warning
10 years ago
Lorenz Meier
395ef5562c
navigator: Fix param meta data and comments
10 years ago
Lorenz Meier
abbbfdfcee
mc pos control: Fix params and descriptions
10 years ago
Lorenz Meier
77ff09792e
vtol: Fix param meta data
10 years ago
Lorenz Meier
97e3c379ab
sensors: Fix param meta data
10 years ago
Lorenz Meier
0271a56487
navigator: Fix param meta data
10 years ago
Lorenz Meier
0a9e2b3923
MAVLink app: Fix param meta data
10 years ago
Lorenz Meier
f48ed93469
EKF: Fix param meta data
10 years ago
Lorenz Meier
cc3b4b3c35
commander: Fix param meta data
10 years ago
Lorenz Meier
ac6abacac9
VTOL controller: Fix usage of old uORB API, fix indentation
10 years ago
Lorenz Meier
93580da922
commander: Restructure ifdef logic for POSIX build to keep NuttX and POSIX implementations aligned
10 years ago
Lorenz Meier
5b354b9631
PWM driver: Fix _IOC to _PX4_IOC for getting servo rate
10 years ago
Lorenz Meier
6638729af7
Update orb advert type in mavlink, by @boosfelm
10 years ago
Lorenz Meier
a97931bf20
Update orb advert type in commander, by @boosfelm
10 years ago
Lorenz Meier
e6688287cc
Merge pull request #2478 from PX4/ekf_gains
...
EKF gains
10 years ago
Lorenz Meier
b72ac1428c
Merge pull request #2481 from PX4/mc_yawfix
...
MC yawfix
10 years ago
Ban Siesta
abc069dc13
makefiles: add /dev/serial/by-id/pci-3D_Robotics* to the ports to try on Linux
10 years ago
Lorenz Meier
a0b89e55a9
Merge pull request #2485 from UAVenture/mp_mpc_vel_max
...
Add max velocity constraints to multiplatform MPC
10 years ago
Lorenz Meier
60b8c28be2
INAV app: Fix commandline handling
10 years ago