Thomas Gubler
|
1c6da49e3f
|
add gazebo_msgs
|
10 years ago |
Roman Bapst
|
3e941a2d1f
|
progress on att_estimator node
|
10 years ago |
Thomas Gubler
|
2c12a524de
|
dummy estimator skeleton code
|
10 years ago |
Thomas Gubler
|
b04c80aec7
|
mc att: fix init call
|
10 years ago |
Thomas Gubler
|
9d30c297f4
|
add ros launch files
|
10 years ago |
Thomas Gubler
|
ac8b47b0c3
|
add missing msg and includes
|
10 years ago |
Thomas Gubler
|
f4e0dc2857
|
Merge remote-tracking branch 'upstream/master' into dev_ros
Conflicts:
.gitmodules
|
10 years ago |
Lorenz Meier
|
22f744f0e1
|
sdlog2: Fix flow message
|
10 years ago |
Lorenz Meier
|
1b5c3271cf
|
Merge pull request #1529 from PX4/fdmax
FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues,...
|
10 years ago |
Lorenz Meier
|
00aac99ce4
|
Merge pull request #1544 from jgoppert/flow_log_fix
Fixed FLOW sdlog2 format.
|
10 years ago |
Lorenz Meier
|
786c7a260f
|
Merge pull request #1542 from PX4/werrorfix
Werror fix
|
10 years ago |
James Goppert
|
277fde472c
|
Fixed FLOW sdlog2 format.
|
10 years ago |
Thomas Gubler
|
ca97d0156c
|
-Wno-attributes -Wno-packed for mavlink
|
10 years ago |
Thomas Gubler
|
c583f1fe8b
|
increase commander framesize
|
10 years ago |
M.H.Kabir
|
c29972424f
|
fix timestamp
|
10 years ago |
Stephan Brown
|
779f8f0055
|
mavlink: Removed warnx that references a deleted pointer and causes a hardfault.
|
10 years ago |
Lorenz Meier
|
e952324fbf
|
Rework HoTT into a proper library, which fixes parallel build breakage
|
10 years ago |
Lorenz Meier
|
0e84f60826
|
Add macro for multi topic support
|
10 years ago |
Lorenz Meier
|
da977bb39b
|
Added HMC chip select support
|
10 years ago |
Lorenz Meier
|
920cd266d3
|
Merge pull request #1536 from mhkabir/onboard
Add streams to onboard mode
|
10 years ago |
Mohammed Kabir
|
3df44a27ec
|
Add streams to onboard mode
|
10 years ago |
Lorenz Meier
|
b097b13ba6
|
Companion computer interface: Add SYS_COMPANION parameter. Setting it to 921600 enables the companion interface.
|
10 years ago |
Lorenz Meier
|
dc5228fcca
|
Merge branch 'master' into indoor
|
10 years ago |
Lorenz Meier
|
f1c5fcd8da
|
NuttX configs / build options: Do not warn about sign compare, as there are a bunch of non-standard signedness assumptions
|
10 years ago |
Lorenz Meier
|
d04f1fde50
|
Suppress nothing to do messages from make for clean targets
|
10 years ago |
Lorenz Meier
|
2f6767480b
|
EKF att/pos estimator: Fix warnings (cross-checked stack size already)
|
10 years ago |
Lorenz Meier
|
ed493918f7
|
Attitude estimator EKF: fix warnings
|
10 years ago |
Lorenz Meier
|
407889ea2c
|
Merged master into indoor branch
|
10 years ago |
Lorenz Meier
|
5c51adf5f7
|
bl_update: Improve bootloader error reporting
|
10 years ago |
Lorenz Meier
|
123d651ff5
|
Unit tests: Improve git ignore file
|
10 years ago |
Lorenz Meier
|
5682526737
|
NuttX: Update version, addresses clock speed error message. Fixes #1510
|
10 years ago |
Thomas Gubler
|
acb4844939
|
don't publish att sp in altctl because it can mask the setpoint from the pos controller
|
10 years ago |
Lorenz Meier
|
6fae021a00
|
Merge pull request #1527 from dagar/Werror
turn on -Werror and fix resulting errors
|
10 years ago |
Lorenz Meier
|
4574c752c1
|
Merge pull request #1534 from sjwilks/gtest
Integrate the Google Test framework.
|
10 years ago |
Thomas Gubler
|
195472fddf
|
fix init of published structs
|
10 years ago |
Thomas Gubler
|
a93362c700
|
re-add accidentally removed parameter init
|
10 years ago |
Thomas Gubler
|
ef61ba5454
|
fix compile/merge error in mc_att_control
|
10 years ago |
Thomas Gubler
|
382158d87b
|
fix merge error in .gitmodules
|
10 years ago |
Thomas Gubler
|
4567512d7a
|
add actuator_controls_virtual_mc as msg, fix msg setup in CMakeList
|
10 years ago |
Thomas Gubler
|
e31e143047
|
fix include
|
10 years ago |
Thomas Gubler
|
b376316fb1
|
Merge remote-tracking branch 'upstream/isvtol' into dev_ros
Conflicts:
src/modules/mc_att_control/mc_att_control_main.cpp
src/modules/uORB/topics/vehicle_status.h
|
10 years ago |
Thomas Gubler
|
25af4b266c
|
Merge remote-tracking branch 'upstream/master' into dev_ros
Conflicts:
.gitignore
src/lib/uavcan
|
10 years ago |
Simon Wilks
|
2f332f0e92
|
Integrate the Google Test framework.
|
10 years ago |
Lorenz Meier
|
9b535f6553
|
Merge pull request #1465 from PX4/mcposoffbaltitude
MC pos control offb: read altitude sp separately
|
10 years ago |
Lorenz Meier
|
b664fc7c8a
|
Merge pull request #1531 from kd0aij/interval_var
add interrupt latency printout and mean/variance to interval perf counter
|
10 years ago |
Mark Whitehorn
|
9292c8f405
|
add interrupt latency printout command and mean/variance to interval performance counter
|
10 years ago |
Lorenz Meier
|
92eb637d00
|
README: Give developers a quickstart in finding dev docs
|
10 years ago |
Lorenz Meier
|
d64c223416
|
Travis CI: Notify Gitter
|
10 years ago |
Lorenz Meier
|
1240912f1c
|
FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues, but some tasks are getting close.
|
10 years ago |
Lorenz Meier
|
d8eefa3053
|
VTOL: Do not allow manual override
|
10 years ago |