Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Ermakov <[email protected]>
  • Loading branch information
vooon committed Sep 24, 2022
1 parent 8adc397 commit 5e15d93
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
21 changes: 21 additions & 0 deletions libmavconn/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog for package libmavconn
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* mavros: remove custom find script, re-generate
* Merge branch 'master' into ros2
* master:
1.14.0
update changelog
scripts: waypoint and param files are text, not binary
libmavconn: fix MAVLink v1.0 output selection
plugins: add guided_target to accept offboard position targets
add cmake module path for geographiclib on debian based systems
use already installed FindGeographicLib.cmake
* 1.14.0
* update changelog
* libmavconn: fix MAVLink v1.0 output selection
Fix `#1787 <https://github.com/mavlink/mavros/issues/1787>`_
* Merge pull request `#1775 <https://github.com/mavlink/mavros/issues/1775>`_ from acxz/find-geographiclib
use already installed FindGeographicLib.cmake
* use already installed FindGeographicLib.cmake
* Contributors: Vladimir Ermakov, acxz

2.2.0 (2022-06-27)
------------------
* Merge pull request `#1720 <https://github.com/mavlink/mavros/issues/1720>`_ from SylvainPastor/fix/libmavconn/udp/deadlocks
Expand Down
43 changes: 43 additions & 0 deletions mavros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@
Changelog for package mavros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* extras: fix linter errors
* mavros: remove custom find script, re-generate
* Merge branch 'master' into ros2
* master:
1.14.0
update changelog
scripts: waypoint and param files are text, not binary
libmavconn: fix MAVLink v1.0 output selection
plugins: add guided_target to accept offboard position targets
add cmake module path for geographiclib on debian based systems
use already installed FindGeographicLib.cmake
* 1.14.0
* update changelog
* scripts: waypoint and param files are text, not binary
Fix `#1784 <https://github.com/mavlink/mavros/issues/1784>`_
* Merge pull request `#1780 <https://github.com/mavlink/mavros/issues/1780>`_ from snktshrma/master
guided_target: accept position-target-global-int messages
* plugins: add guided_target to accept offboard position targets
Update guided_target.cpp
Update guided_target.cpp
Update mavros_plugins.xml
Update CMakeLists.txt
Added offboard_position.cpp
Update apm_config.yaml
Update offboard_position.cpp
Update offboard_position.cpp
Rename offboard_position.cpp to guided_target.cpp
Update CMakeLists.txt
Update mavros_plugins.xml
Update apm_config.yaml
Update guided_target.cpp
* Merge pull request `#1775 <https://github.com/mavlink/mavros/issues/1775>`_ from acxz/find-geographiclib
use already installed FindGeographicLib.cmake
* add cmake module path for geographiclib on debian based systems
* Merge pull request `#1771 <https://github.com/mavlink/mavros/issues/1771>`_ from alehed/fix/update_comment
Put correct version in comment
* Put correct version in comment
Now that the change has been merged into master in pymavlink,
it will be in the next tagged release.
* Contributors: Alexander Hedges, Sanket Sharma, Vladimir Ermakov, acxz

2.2.0 (2022-06-27)
------------------
* extras: fix build
Expand Down
36 changes: 36 additions & 0 deletions mavros_extras/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
Changelog for package mavros_extras
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* extras: fix linter errors
* extras: fix toMsg
* extras: fix build
* extras: port guided_target
* mavros: remove custom find script, re-generate
* Merge branch 'master' into ros2
* master:
1.14.0
update changelog
scripts: waypoint and param files are text, not binary
libmavconn: fix MAVLink v1.0 output selection
plugins: add guided_target to accept offboard position targets
add cmake module path for geographiclib on debian based systems
use already installed FindGeographicLib.cmake
* 1.14.0
* update changelog
* Merge pull request `#1780 <https://github.com/mavlink/mavros/issues/1780>`_ from snktshrma/master
guided_target: accept position-target-global-int messages
* plugins: add guided_target to accept offboard position targets
Update guided_target.cpp
Update guided_target.cpp
Update mavros_plugins.xml
Update CMakeLists.txt
Added offboard_position.cpp
Update apm_config.yaml
Update offboard_position.cpp
Update offboard_position.cpp
Rename offboard_position.cpp to guided_target.cpp
Update CMakeLists.txt
Update mavros_plugins.xml
Update apm_config.yaml
Update guided_target.cpp
* Contributors: Sanket Sharma, Vladimir Ermakov

2.2.0 (2022-06-27)
------------------
* extras: fix build
Expand Down
15 changes: 15 additions & 0 deletions mavros_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package mavros_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Merge branch 'master' into ros2
* master:
1.14.0
update changelog
scripts: waypoint and param files are text, not binary
libmavconn: fix MAVLink v1.0 output selection
plugins: add guided_target to accept offboard position targets
add cmake module path for geographiclib on debian based systems
use already installed FindGeographicLib.cmake
* 1.14.0
* update changelog
* Contributors: Vladimir Ermakov

2.2.0 (2022-06-27)
------------------
* Merge branch 'master' into ros2
Expand Down

0 comments on commit 5e15d93

Please sign in to comment.