Jean Cyr
7a6a786708
Merge remote-tracking branch 'upstream/master'
12 years ago
Lorenz Meier
7cf121472e
Merge pull request #325 from sjwilks/airspeed
...
Don't zero out the reported airspeed when below 15km/h
12 years ago
Simon Wilks
2b41e1a23b
Merge remote-tracking branch 'upstream/master' into airspeed
12 years ago
Simon Wilks
01255a4cec
Remove the <15kmh cuttoff and report kmh via HoTT.
12 years ago
Jean Cyr
3f9f2018e2
Support binding DSM2 and DSMX satellite receivers
...
The px4io bind command allows you to put a DSM satellite receiver into
bind mode. Since this feature requires that
the dsm VCC line (red wire) be cut and routed through relay one, it is
not enabled by default in order not to
affect those not using a DSM satellite receiver or wising to use relay
one for other purposes.
NOTE: Binding DSM2 satellites in 11-bit mode is not supported due to
potential bug in some DSM2 receiver streams
when in 11-bit mode. Furthermore the px4io software folds 11 bit data
down to 10 bits so there is no resolution
advantage to to 11-bit mode.
To enable the feature the RC_RL1_DSM_VCC parameter must be set to a non
zero value from the console, or using
QGroundControl:
param set RC_RL1_DSM_VCC 1
From the console you can initiate DSM bind mode with:
uorb start
param set RC_RL1_DSM_VCC 1
px4io start
px4io bind dsm2
For binding a DSMX satellite to a DSMX transmitter you would instead
use:
px4io bind dsmx
Your receiver module should start a rapid flash and you can follow the
normal binding sequence of your
transmitter.
Note: The value of parameter RC_RL1_DSM_VCC defaults to 0, so none of
this will have any effect on an unmodified
DSM receiver connection. For this feature to work, the power wire (red)
must be cut and each side connected to a
terminal on relay1 of the px4io board.
This has been tested using Spektrum as well as Hobby King 'Orange' DSM
satellite receivers.
Both px4fmu and px4io images are updated.
12 years ago
sjwilks
697c0a1a1d
Merge pull request #314 from DrTon/att_control_der_fix
...
Multirotor attitude controller updated
12 years ago
sjwilks
bff6eae3a2
Merge pull request #318 from PX4/global_pos_log
...
Added global position to logging
12 years ago
Lorenz Meier
aa04701c89
Added global position to logging
12 years ago
sjwilks
8191130bbc
Merge pull request #315 from DrTon/sdlog2
...
sdlog2: FLOW message added
12 years ago
Anton Babushkin
85d35777e0
sdlog2: bugfix in FLOW message
12 years ago
Anton Babushkin
fdc7247fcf
sdlog2: FLOW message added, bug fixed in optical_flow topic
12 years ago
Anton Babushkin
72694825de
Copyright fixes
12 years ago
Anton Babushkin
5cb1f4662f
multirotor_attitude_control performance improved, tested in flight. PID library new functionality and bugfixes.
12 years ago
Lorenz Meier
85b5da8078
Merge pull request #312 from samized/flowboard_master
...
Add PX4IOAR PX4FLOW example startup script
12 years ago
samuezih
4254bbfe6d
Add PX4IOAR PX4FLOW example startup script
12 years ago
Lorenz Meier
b23f238d98
Merge pull request #311 from DrTon/sdlog2
...
sdlog2 bugs fixed
12 years ago
Anton Babushkin
447fc5e291
sdlog2 bugs fixed
12 years ago
Lorenz Meier
419750fe61
Merge pull request #309 from DrTon/sdlog2
...
sdlog2 critical bug fixed, added ARSP message
12 years ago
Anton Babushkin
a11895ac43
Critical bug fixed, cleanup
12 years ago
Anton Babushkin
d9f30858c8
sdlog2 messages ID fix
12 years ago
Anton Babushkin
22a925adeb
Merge branch 'master' into sdlog2
12 years ago
Lorenz Meier
badaa5e4a2
Fixed too low stack sizes
12 years ago
Lorenz Meier
c240e843aa
Merge pull request #305 from sjwilks/sdlog-airspeed
...
Add airspeed logging to sdlog2.
12 years ago
Lorenz Meier
f1419d4f5f
Merge pull request #307 from sjwilks/ets-airspeed-fix
...
Fix the usage help and lots of formatting fixes.
12 years ago
Simon Wilks
24cb66c833
And yet more formatting cleanups
12 years ago
Simon Wilks
7a99de9d30
More formatting cleanups
12 years ago
Lorenz Meier
9e26e8de79
Merge pull request #306 from sjwilks/hott-airspeed
...
Report airspeed via HoTT telemetry
12 years ago
Simon Wilks
1fc3c8f723
Fix usage help and cleanup formatting
12 years ago
Simon Wilks
dadac932da
Report airspeed over HoTT telemetry
12 years ago
Anton Babushkin
138ce117ab
ATSP.ThrustSP added
12 years ago
Simon Wilks
4253c16b3f
Increase array size.
12 years ago
Simon Wilks
12ac41802e
Log airspeed.
12 years ago
Lorenz Meier
b714c5c9d1
Merge pull request #303 from samized/flowboard_master
...
Add PX4Flow board modules and corresponding ORB msgs.
12 years ago
samuezih
b789e01a0f
Add PX4Flow board modules and corresponding ORB msgs.
12 years ago
Lorenz Meier
f28cec350c
Hotfix: Excluded sdlog app from standard build, still keeping code in place for now
12 years ago
Anton Babushkin
95236c379a
sdlog2: ARSP (attitude rates setpoint) message added, attitude rates added to ATT message
12 years ago
Lorenz Meier
42ce3112ad
Merge pull request #299 from DrTon/sdlog2
...
sdlog2: RC (RC controls) and OUT0 (actuator 0 output) messages added
12 years ago
Anton Babushkin
f8f83d5896
Merge branch 'master' into sdlog2
12 years ago
Anton Babushkin
079cb2cd65
sdlog2: RC (RC controls) and OUT0 (actuator 0 output) messages added, print statistics to mavlink console
12 years ago
Lorenz Meier
5a9e52a287
Merge branch 'master' of github.com:PX4/Firmware
12 years ago
Lorenz Meier
66879e6ff6
Hotfix: Make maxoptimization configurable from the shell via MAXOPTIMIZATION=-O0 V=1 make archives
12 years ago
Lorenz Meier
7a365e8af7
Merge pull request #297 from DrTon/sdlog2
...
sdlog2: new log messages added, ajustable log buffer
12 years ago
Anton Babushkin
7b98f0a567
sdlog2 minor fix
12 years ago
Anton Babushkin
59b26eca48
sdlog2 -b option (log buffer size) added, minor cleanup
12 years ago
Anton Babushkin
d39999425d
sdlog2 fixes
12 years ago
Lorenz Meier
aa641b5c34
Hotfix: Renamed max NSH argument variable to correct define
12 years ago
Anton Babushkin
03357f89fd
Merge branch 'master' into sdlog2
12 years ago
Anton Babushkin
5bad186916
sdlog2: STAT (vehicle state) log message added, minor optimizations
12 years ago
Lorenz Meier
5c74809dac
Config change: Set USB console as default.
12 years ago
Lorenz Meier
5b5d20bb63
Hotfix: Add an IO pass mixer with 8 outputs
12 years ago