TSC21
a9771f13d1
rtps: add uorb_rtps_classifier.py iot classify RTPS topics as "send", "receive" or "ignore"
2018-10-08 10:58:45 +02:00
Beat Küng
92a1594430
mavlink config: remove Iridium option
...
The user does not need to configure this, so we can hide it from the UI.
2018-10-08 08:24:44 +02:00
Hamish Willee
f1130a4e10
Clarify SDLOG_MODE bit for thermal calibration
2018-10-08 07:20:49 +02:00
Simone Guscetti
62d71bf36c
fmu-v5 manifest: Add some comments
...
Clarify which componets is on which index for the item array
2018-10-05 07:54:44 -07:00
Simone Guscetti
aa3a404fa0
fmu-v5 manifest: remove entry from list
...
At the moment it is only declared a component, PX4IO.
2018-10-05 07:54:44 -07:00
Simone Guscetti
0f47272628
board_common: fix typo
2018-10-05 07:54:44 -07:00
Beat Küng
dae7c56109
ManualSmoothing{XY,Z}: remove unused include
2018-10-04 15:09:02 +02:00
Beat Küng
e23382c6da
FlightTaskManualAltitude: call FlightTaskManualStabilized::_updateHeadingSetpoints() directly
...
Instead of calling _updateSetpoints(), that also sets the thrust setpoint,
which is then overwritten again.
2018-10-04 15:09:02 +02:00
Beat Küng
206baa7432
Flight tasks: avoid using *= for scalar to vector assignment
...
It's confusing and there is a corner case where the result is incorrect:
*= 0 will not set the variable to 0 if it's already NAN.
2018-10-04 15:09:02 +02:00
Beat Küng
bb756e0e12
FlightTaskAuto: remove unnecessary brackets in switch case statements
2018-10-04 15:09:02 +02:00
Beat Küng
eb30b5b73e
mc_pos_control_params: remove unused MPC_MANTHR_MAX params
2018-10-04 15:09:02 +02:00
Julian Oes
39e0a39224
uavcan: update submodule
...
This fixes the build with Python 3.7.
2018-10-04 13:46:17 +02:00
Beat Küng
09563c94ce
rcS: fix typhoon_h480
...
The typhoon has a 6011_typhoon_h480.post script that got matched as well.
Now we exclude all files that contain a dot (apparently it's not so easy
to do generic pattern matching in a portable way, but this works).
2018-10-04 09:38:59 +02:00
Daniele Pettenuzzo
a2d1f6ddce
ll40ls driver: support also lidar lite v3HP ( #10578 )
2018-10-04 00:54:27 -04:00
Daniel Agar
6f7c572601
Update submodule sitl_gazebo to latest Wed Oct 3 18:37:46 UTC 2018 ( #10643 )
...
- sitl_gazebo in PX4/Firmware (6c34407d57
): 9d512af007
- sitl_gazebo current upstream: 1264b74493
- Changes: 9d512af007...1264b74493
1264b74 2018-09-30 TSC21 - gazebo_motor_failure_plugin: clean up and fix for Gazebo 9
77141e7 2018-09-29 TSC21 - Travis: add naming for jobs within the build matrix
e46f82a 2018-09-29 TSC21 - add new 18.04 Melodic build
5b93919 2018-09-29 TSC21 - Travis: update ROS docker container
2018-10-03 19:56:50 -04:00
Daniel Agar
357fc22d91
Update submodule v2.0 to latest Wed Oct 3 18:37:52 UTC 2018
...
- v2.0 in PX4/Firmware (f7a1da2261c579ef680c7d3b7a016bc4c6d13601): e5f6257dd0
- v2.0 current upstream: c5b465f5b4
- Changes: e5f6257dd0...c5b465f5b4
c5b465f 2018-10-01 PX4BuildBot - autogenerated headers for rev bae3015ecc
2018-10-03 19:25:44 -04:00
mcsauder
2d208b1524
Edited aerofc-v1 file comments to not reference tap-v1.
2018-10-03 15:47:04 -04:00
Bart Slinger
f913de3957
bebop 2 improved gains, disable rangefinder
2018-10-03 15:35:25 -04:00
Bart Slinger
c762a12bfa
bebop2 shutdown motors on force_failsafe
2018-10-03 15:35:25 -04:00
Beat Küng
6c34407d57
version: rebase fixes & add bbblue
2018-10-03 10:30:10 +02:00
Beat Küng
afc1be2296
px4_micro_hal: fix typo
2018-10-03 10:30:10 +02:00
Beat Küng
703a5376bb
bebop board config: add a separate SOC_ARCH_ID
2018-10-03 10:30:10 +02:00
Beat Küng
b9a99969a7
board_get_uuid: fix alignment issues
...
board_get_px4_guid() called board_get_uuid() with a 2 bytes offset into an
uint8_t array. This gives no guarantees on alignment, and board_get_uuid()
casts it to an uint32_t array, leading to potentially unaligned accesses.
2018-10-03 10:30:10 +02:00
Beat Küng
f0f88a3662
ver command: show the git branch name for 'ver all'
2018-10-03 10:30:10 +02:00
David Sidrane
a934d6e3f2
samv7:Fixed incorrect index populating px4_guid
2018-10-03 10:30:10 +02:00
David Sidrane
03948c1ad3
kinetis:Fixed incorrect index populating px4_guid
2018-10-03 10:30:10 +02:00
Beat Küng
e2a32aab76
mavlink_main: add support for autopilot_version.uid2
2018-10-03 10:30:10 +02:00
Beat Küng
daf05b3854
board_common: add PX4_SOC_ARCH_ID_UNUSED = 0 to PX4_SOC_ARCH_ID_t
...
Just to make sure we never have an UUID == 0
2018-10-03 10:30:10 +02:00
Daniel Agar
f2e10a163b
fix qurt eagle board_identity
2018-10-03 10:30:10 +02:00
David Sidrane
0b17995e81
eagle:revert CMakeLists.txt to wrong sitl, add board identity API
...
This file was clearly clearly but built.
2018-10-03 10:30:10 +02:00
David Sidrane
66102adf43
ver:Removed UUID and MFGID
2018-10-03 10:30:10 +02:00
David Sidrane
bdaff018b7
samv7:Add PX4 GUID API
2018-10-03 10:30:10 +02:00
David Sidrane
43f6c4df77
kinetis:Add PX4 GUID API
2018-10-03 10:30:10 +02:00
David Sidrane
61935e8271
qurt:Use PX4_SOC_ARCH_ID_t from board common
2018-10-03 10:30:10 +02:00
David Sidrane
4e32ca45f1
sitl:Use PX4_SOC_ARCH_ID_t from board common
2018-10-03 10:30:10 +02:00
David Sidrane
d85452863d
rpi:Use PX4_SOC_ARCH_ID_t from board common
2018-10-03 10:30:10 +02:00
David Sidrane
3d96e2ef60
ocpoc:Use PX4_SOC_ARCH_ID_t from board common
2018-10-03 10:30:10 +02:00
David Sidrane
5fea494a2d
eagle:Use PX4_SOC_ARCH_ID_t from board common
2018-10-03 10:30:10 +02:00
David Sidrane
dc59e19bbb
Moved PX4_SOC_ARCH_ID from px4_micro_hal to board_common
2018-10-03 10:30:10 +02:00
David Sidrane
695a7f6839
board_common:Added missing END_DECLS from rebase
2018-10-03 10:30:10 +02:00
David Sidrane
ea1722274d
ver:Use Board identity API without ifdefs for overrides
2018-10-03 10:30:10 +02:00
David Sidrane
594da6247b
board_common:Make board indenty API required.
2018-10-03 10:30:10 +02:00
David Sidrane
73552bdd64
sim:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
2f64870e78
qurt:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
a96acbb04d
ocpoc:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
82dcfeb576
eagle:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
1c779d58fb
bebop:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
bc075208d5
rpi:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
a1abd1b632
sitil:Use Non Arch specific Board identity API
2018-10-03 10:30:10 +02:00
David Sidrane
ed9223edaf
board_identity:Added common no-arch specific board_identity API
...
This common code can be used byt posix based boars to provide
the board_identity API.
2018-10-03 10:30:10 +02:00