Lorenz Meier
|
884e7c2ad5
|
Merge branch 'master' of github.com:PX4/Firmware
|
10 years ago |
Lorenz Meier
|
72977ee909
|
Better error handling instructions
|
10 years ago |
Thomas Gubler
|
da2b2500f7
|
Merge pull request #1422 from jgoppert/encoder_logging
Encoder logging support.
|
10 years ago |
Lorenz Meier
|
44a2473632
|
Fix up reboot logic
|
10 years ago |
Lorenz Meier
|
5862f4ffe6
|
Fix error handling
|
10 years ago |
Lorenz Meier
|
0200d6a77c
|
Merge pull request #1424 from PX4/cal_usability
Commander: Improve calibration routines to produce more conscise and bet...
|
10 years ago |
Lorenz Meier
|
166580b8f7
|
Time out on serial instead of just hanging there
|
10 years ago |
Lorenz Meier
|
b51c669344
|
Commander: Improve calibration routines to produce more conscise and better sequenced instructions
|
10 years ago |
Lorenz Meier
|
d610564fd0
|
Merge branch 'master' of github.com:PX4/Firmware
|
10 years ago |
Lorenz Meier
|
82ebf3ca1c
|
Update NuttX, print stack trace on stack overflow handler
|
10 years ago |
James Goppert
|
0e5b91d16f
|
Shortened encoder logging names.
|
10 years ago |
James Goppert
|
baba157785
|
Encoder logging support.
|
10 years ago |
Lorenz Meier
|
acb739655d
|
Remove huge memory overhead in RC channels topic, was completely unnecessary
|
10 years ago |
Lorenz Meier
|
ce1ec430f8
|
Ensure MAVLink app has enough stack space
|
10 years ago |
Lorenz Meier
|
75d0ffe4e5
|
Build fix
|
10 years ago |
Lorenz Meier
|
dde42fdba9
|
Merge pull request #1421 from PX4/ledring
Configure led ring and enable heartbeat on it
|
10 years ago |
Lorenz Meier
|
2cadd45f30
|
Configure led ring and enable heartbeat on it
|
10 years ago |
Lorenz Meier
|
eeda1886f0
|
Simplify error messages for NSH term
|
10 years ago |
Lorenz Meier
|
ddf57813f4
|
Merge pull request #1416 from sjwilks/calibrate_usb
Don't go into an error state if we are temporarily powering via USB on the bench
|
10 years ago |
Simon Wilks
|
c7a3a0db52
|
Don't go into an error state if we are temporarily powering via USB on the bench
|
10 years ago |
Lorenz Meier
|
9f3c352959
|
Leave NSH terminal enough stack space
|
10 years ago |
Lorenz Meier
|
2f715b74dd
|
Fix build breakage on mavlink update
|
10 years ago |
Lorenz Meier
|
54a5f7a138
|
Merge branch 'master' of github.com:PX4/Firmware
|
10 years ago |
Lorenz Meier
|
d0d2c7f9c6
|
Updated MAVLink revision
|
10 years ago |
Lorenz Meier
|
9a92241a1a
|
Merge pull request #1326 from hsteinhaus/drive_testing
Drive testing interface and cmd line tool
|
10 years ago |
Lorenz Meier
|
5500fcdf12
|
Merge pull request #1413 from philipoe/PR1
TECS: Fix bug (underspeed-condition did not have any effect on throttle)
|
10 years ago |
philipoe
|
02e35991d5
|
TECS: Also deleted the _throttle_dem_unc variable from TECS.h
|
10 years ago |
Andrew Tridgell
|
a82f4881c7
|
sdlog2_dump: Fixing incorrect tabbing to allow for CSV generation
|
10 years ago |
Lorenz Meier
|
19e5063965
|
Merge remote-tracking branch 'tridge/pullrequest-force-safety'
|
10 years ago |
philipoe
|
47367aeed5
|
TECS: Fix bug (underspeed-condition did not have any effect on throttle)
|
10 years ago |
Andrew Tridgell
|
c396a67746
|
mpu6000: added logging of good transfers
this helps tracking down a startup issue
|
10 years ago |
Andrew Tridgell
|
dd23d0acbc
|
drivers: allow forcing the safety switch on
This allows forcing the safety switch to the on position from software
which stops the pwm outputs
|
10 years ago |
Lorenz Meier
|
2e33683630
|
Abort on large packets which do not fit in buffer - not just if the gap is not provided any more.
|
10 years ago |
Lorenz Meier
|
d5b8385a13
|
Fix low stack space on commander - relevant in HIL
|
10 years ago |
Lorenz Meier
|
4839ed915c
|
Update MAVLink submodule
|
10 years ago |
Lorenz Meier
|
a6c6ae023d
|
Autoformatting (reviewed) IO sbus handler. No functionality changes.
|
10 years ago |
Lorenz Meier
|
aa7b00f819
|
Add define to cull flash-intense mathlib tests
|
10 years ago |
Lorenz Meier
|
178a54bdd9
|
Merge pull request #1409 from PX4/flow_format
Flow driver: auto-format fixes
|
10 years ago |
Lorenz Meier
|
1d29093f3d
|
Flow driver: auto-format fixes
|
10 years ago |
Lorenz Meier
|
1ff9e4d665
|
Merge pull request #1407 from tridge/pullrequest-px4flow-probe
px4flow: try a 22 byte transfer in probe()
|
10 years ago |
Lorenz Meier
|
5a77b7a357
|
Merge pull request #1406 from tridge/pullrequest-ll40ls-probe
Pullrequest ll40ls probe
|
10 years ago |
Andrew Tridgell
|
ae29d04ff5
|
px4flow: try a 22 byte transfer in probe()
this allows us to distinguish between a ll40ls and px4flow on I2C
address 0x42
|
10 years ago |
Andrew Tridgell
|
6c75ee4ff9
|
ll40ls: start a measurement after a probe
this ensures register 0 also works
|
10 years ago |
Andrew Tridgell
|
cb79ef4df3
|
ll40ls: auto-detect ll40ls on either 0x42 or 0x62 I2C address
|
10 years ago |
Lorenz Meier
|
7f9739ed57
|
Merge pull request #1403 from PX4/sdlog2_relief
Made some space for FDs - needs proper fix, but serves well as short-term solution
|
10 years ago |
Lorenz Meier
|
33dcb687e8
|
Made some space for FDs - needs proper fix, but will give hackers some relief
|
10 years ago |
Lorenz Meier
|
ff1184c517
|
Merge pull request #1401 from PX4/commander_format
Formatting commander.cpp to simplify later rework by ensuring formatting...
|
10 years ago |
Lorenz Meier
|
f3cda18396
|
Formatting commander.cpp to simplify later rework by ensuring formatting match. NO CODE CHANGES
|
10 years ago |
Thomas Gubler
|
9b704f27fc
|
Merge pull request #1400 from sjwilks/discovery_config
Add a min PWM output so motors idle on arming.
|
10 years ago |
Simon Wilks
|
99f839b038
|
Add a min PWM output so motors idle on arming.
|
10 years ago |