forked from mavlink/mavros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into param-timeout
- Loading branch information
Showing
40 changed files
with
1,654 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,53 @@ | |
Changelog for package mavros | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.28.0 (2019-01-03) | ||
------------------- | ||
* plugin:param: publish new param value | ||
* Merge pull request `#1148 <https://github.com/mavlink/mavros/issues/1148>`_ from Kiwa21/pr-param-value | ||
param plugin : add msg and publisher to catch latest param value | ||
* sys_status: fix build | ||
* sys_state: Small cleanup of `#1150 <https://github.com/mavlink/mavros/issues/1150>`_ | ||
* VehicleInfo : add srv into sys_status plugin to request basic info from vehicle | ||
* sys_status: Fix `#1151 <https://github.com/mavlink/mavros/issues/1151>`_ bug - incorrect hex print | ||
* plugins:sys_status: Update diag decoder | ||
* frame_tf: mavlink_urt_to_covariance_matrix: make matrix symetrical | ||
* uas_data: add comment on the reverse tf fcu_frd->fcu | ||
* odom: add ODOMETRY handler and publisher | ||
* Handle LOCAL_POSITION_NED_COV messages, add pose_cov, velocity_cov, accel topics | ||
* sys_status : add MAV_TYPE as a parameter | ||
* rc_io: extend handle_servo_output_raw to 16 channels | ||
* param plugin : add msg and publisher to catch latest param value | ||
* plugin:command: Update for C++11, style fix | ||
Signed-off-by: Vladimir Ermakov <[email protected]> | ||
* Fixed NavSatFix bug in mavcmd takeoffcur and landcur | ||
* Fix mavros/param.py to work in python2 and python3, `#940 <https://github.com/mavlink/mavros/issues/940>`_ | ||
Simplify python3 fixes, `#940 <https://github.com/mavlink/mavros/issues/940>`_ | ||
Remove unnecessary functools | ||
* Fix mavros/param.py to work in python2 and python3, `#940 <https://github.com/mavlink/mavros/issues/940>`_ | ||
Simplify python3 fixes, `#940 <https://github.com/mavlink/mavros/issues/940>`_ | ||
* Fix mavros/param.py to work in python2 and python3, `#940 <https://github.com/mavlink/mavros/issues/940>`_ | ||
* correct the to_string function | ||
* set value back to 30 | ||
* add autogenerated to_string function | ||
* style clean up | ||
* Use component_id to determine message sender | ||
* change message name from COMPANION_STATUS to COMPANION_PROCESS_STATUS | ||
* change message to include pid | ||
* Change from specific avoidance status message to a more generic companion status message | ||
* add plugin to receive avoidance status message | ||
* Added RPYrT and uncrustified. | ||
Pushing version without spaces. | ||
Version with tabs? | ||
Fixed all? | ||
Finally fixed. | ||
Fixed requestes by @vooon | ||
Fixed a def. | ||
Fixed log format. | ||
Fixed time for log. | ||
* apm_config: enable timesync and system for ardupilot | ||
* Contributors: Dan Nix, Gregoire Linard, Oleg Kalachev, Randy Mackay, TSC21, Vladimir Ermakov, baumanta, fnoop, pedro-roque | ||
|
||
0.27.0 (2018-11-12) | ||
------------------- | ||
* fix: a typing error "alredy" to "already" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.