TSC21
37e71a4d9d
sitl: rtps.cmake: add tone_alarm_sim and ENABLE_LOCKSTEP_SCHEDULER
6 years ago
Daniel Agar
8c88aa6416
mavlink move simple getters to header and mark const
6 years ago
Daniel Agar
f60bfd0020
mavlink add tx loop interval perf counter
6 years ago
Daniel Agar
55e3f80bab
mavlink handle MAV_ODOM_LP parameter in main
...
- fixes #11125
6 years ago
Julian Oes
032e64aaf2
px4_sem: set errno, return -1 on any error
...
- Don't duplicate the ret variable to err.
- Return -1 on any error, 0 otherwise.
- Set errno to return value of pthread_cond_timedwait.
6 years ago
Julian Oes
23653f9f39
lockstep_scheduler: fix return value, remove errno
...
The API of cond_timedwait was wrong. It used return -1 and set errno
instead of returning the error as specified for pthread_cond_timedwait
which it tries to mock.
6 years ago
Lorenz Meier
0d0a556847
Fix usage of errno in POSIX semaphore error handling
...
Previous commit 98ae0186e9
changed the err variable to errno, which is not the return value we are looking for.
6 years ago
Daniel Agar
5b2661e0f8
Jenkins archive SITL package
6 years ago
Daniel Agar
1b8c2c82d5
px4flow start in rc.sensors instead of per board ( #11123 )
...
- fixes #11009
6 years ago
TSC21
065f97e87b
add more relevant messages to the RTPS stream
6 years ago
Julian Oes
29bfdb0c88
platforms: fix linking for qurt ( #11115 )
6 years ago
Matthias Grob
36248cb12e
PWMSim: publish disarmed value when not armed
6 years ago
Matthias Grob
05e45c2867
PWMSim: refactor only use one output number variable
6 years ago
Matthias Grob
986e6c96b5
PWMSim: refactor unused output loop
6 years ago
Matthias Grob
c22dbe130b
PWMSim: refactor to use math constrain
6 years ago
bazooka joe
1560364c04
fix home position timestamp to be the timestamp that the home was set and not when the message was sent
6 years ago
bazooka joe
f6cf95cee0
mavlink: fix uninitialized messages fields
...
zeroed uninitialized fields on home_position, mavlink_rc_channels_override, mavlink_mission_item, mavlink_mission_item_int
6 years ago
Daniel Agar
3cd3856d32
commander set home position timestamp properly
6 years ago
Julian
3e87013936
simulator: fix TCP on Cygwin-Windows
...
It turns out that `sendto` does not work for TCP on Cygwin-Windows,
instead we need to use `send`. This required some refactoring since we
need to have the internet protocol and the port stored as a member
variable.
This should fix that lockstep SITL simulation was not working on
Windows.
6 years ago
PX4 Build Bot
2a7fe22a04
Update submodule sitl_gazebo to latest Wed Dec 26 12:37:45 UTC 2018
...
- sitl_gazebo in PX4/Firmware (1f9b833342
): c90e8ad2b2
- sitl_gazebo current upstream: e945745021
- Changes: c90e8ad2b2...e945745021
e945745 2018-12-26 Julian Oes - worlds: fix rate for tailsitter and plane
46a3d27 2018-12-14 Jörg Schmidt - Fix bug in groundtruth altitude calculation
6 years ago
Daniel Agar
f50963c2eb
travis-ci (coverity scan) update to xenial
6 years ago
Daniel Agar
1f9b833342
ROMFS 4041 change nsh shebang to /bin/sh
6 years ago
PX4 Build Bot
03c0760e4b
Update submodule micro-CDR to latest Sun Dec 23 21:17:02 UTC 2018
...
- micro-CDR in PX4/Firmware (b043cfac5e8635d9017ad6a13f45795ad6fda6fb): 8b3546e884
- micro-CDR current upstream: 7a76880f90
- Changes: 8b3546e884...7a76880f90
7a76880 2018-12-11 Julián Bermúdez Ortega - Badges (#24 )
6 years ago
PX4 Build Bot
0636aff5d5
Update submodule nuttx to latest Sun Dec 23 21:16:39 UTC 2018
...
- nuttx in PX4/Firmware (faf082fa1876b3f96ff9c07fc91ab8211d274c60): c225d4a691
- nuttx current upstream: c225d4a691
- Changes: c225d4a691...c225d4a691
6 years ago
Beat Küng
2790cace4f
beta75X aiframe: exclude on most boards (only used on Omnibus)
6 years ago
Beat Küng
9f642c7ea7
airframes: add a config for the BetaFPV Beta75X 2S Brushless Whoop
6 years ago
Beat Küng
169722c46f
omnibus rc.board: add transition support to load params from file to FLASH
6 years ago
Beat Küng
5b4a77a67b
params: add possibility to access files if flash-based params are enabled
...
- the flash-backend is selected by specifying nullptr as file or -1 as fd
- the default file is nullptr, and thus the FLASH
- 'param select' has no effect, FLASH is always the default
Thus there should be no functional change to existing setups.
6 years ago
Beat Küng
2698625be9
omnibus: switch to flash-based params
...
Not all boards have an SD card.
This is a *breaking* change and requires a bootloader change.
6 years ago
Matthias Grob
95b472277c
TBS Caipirinha: Prevent ESC beeping all the time
...
Setting PWM_DISARMED to 0 results in no PWM output to the ESC for the pusher motor.
Most ESCs start beeping endless in short intervals if they don't get a signal.
I remove changing this parameter which is 900 by default to always command the motor to stand still.
6 years ago
David Sidrane
d676325ea5
Update Nuttx with env out of memory fix
6 years ago
Julian Oes
73ed9deac5
mixer: add missing include
6 years ago
Julian Oes
ea87bcb5a2
DriverFramework: update submodule
...
Now that the lockstep changes are merged to master.
6 years ago
Julian Oes
dd54b3a511
jMAVSim: update submodule
...
Now that this is merged to master in jMAVSim.
6 years ago
Julian Oes
8486b2b917
tests: properly disable shutdown test for Cygwin
6 years ago
Julian Oes
736599f362
sitl_gazebo: updated submodule
...
This is just because the branch got merged.
6 years ago
Julian
0601214806
tests: disable shutdown and hysteresis for Cygwin
...
It seems that the hysteresis test fails every now and then, presumably
due to timing issues. The tests needs some improvements, e.g. isolating
it from the system time.
6 years ago
Julian Oes
a1fc44d1f0
simulator: fix noise in airspeed
...
It turns out the noise of the airspeed depends on the least significant
bit of time which is now always 0 because time is quite regular with
lockstep. Therefore, we need a better source for the randomness. I chose
to use the sign of the y-gyro and it seems to work.
6 years ago
Julian Oes
2d7299043d
sitl_gazebo: update submodule
...
This should fix a race because the use of future/promise wasn't done in
a thread-safe way.
6 years ago
Julian Oes
6435db37c6
sitl_gazebo: update submodule
...
An include was missing.
6 years ago
Julian Oes
9916fb9b07
Jenkins: fix path to test results
6 years ago
Julian Oes
73c22bd60e
sitl_gazebo: updated submodule
...
This fixes a HITL bug and uses promise/future instead of sleeping.
6 years ago
Julian Oes
2e78b6f2d4
Jenkins: use test board for unit test only
6 years ago
Julian Oes
3e452e2e72
boards: tone_alarm_sim was missing for test board
6 years ago
Julian Oes
6b37102b8e
Jenkins: use test board for unit and coverage test
6 years ago
Julian Oes
8faf28918c
sitl_gazebo: update submodule
...
This brings build fixes for Gazebo 7.
6 years ago
Julian Oes
ffb73f6496
platforms: fix redefinition for QURT
6 years ago
Julian Oes
aac7b8d7eb
platforms: fix NuttX build
6 years ago
Julian Oes
14e5ebbbbc
platforms: fix clock build for macOS (yet again)
6 years ago
Julian Oes
06c5037025
platforms: use CLOCK_MONOTONIC
...
For the non-lockstep case we want to use CLOCK_MONOTONIC if possible.
6 years ago