Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copter: Add DDS details to release notes for 4.5 #26174

Merged
merged 3 commits into from Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions ArduCopter/ReleaseNotes.txt
Expand Up @@ -116,6 +116,18 @@ Changes from 4.4.4
8) Parameters renamed
- COMPASS_TYPEMASK renamed to COMPASS_DISBLMSK
9) ROS2 / DDS support
- Added support for EProsima MicroXRCEDDS as a transport in SITL and hardware
- Added sensor data topic support such as NavSatStatus and BatteryState
- Added velocity control support in Copter
- Added a new AP_ExternalControl library for generic control support in SI units
- Added support for building ArduPilot with the colcon build system
Ryanf55 marked this conversation as resolved.
Show resolved Hide resolved
- DDS topics comply with ROS REP-147
- Added Gazebo Garden and Gazebo Harmonic simulation with examples
- Added support for ROS 2 services such as Arm and Mode control
- Added high level goal interface for waypoints
- Wiki updated to support ROS 2
- Added ROS 2 launch scripts for SITL, MAVProxy and micro-ROS agent
- Add pytests for DDS client and ROS 2 launch scripts and integrate into CI
10) Camera and gimbal enhancements
- Calculates location where camera gimbal is pointing (see CAMERA_FOV_STATUS)
- CAMx_MNT_INST allows specifying which mount camera is in
Expand Down
12 changes: 12 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Expand Up @@ -134,6 +134,18 @@ Changes from 4.4.4
- ROLL_LIMIT_DEG replaces LIM_ROLL_CD
- RTL_ALTITUDE replaces ALT_HOLD_RTL
8) ROS2 / DDS support
- Added support for EProsima MicroXRCEDDS as a transport in SITL and hardware
- Added sensor data topic support such as NavSatStatus and BatteryState
- Added a new AP_ExternalControl library for generic control support in SI units
- Added support for building ArduPilot with the colcon build system
- Added high level goal interface (waypoints) similar to MAVLink global position
- DDS topics comply with ROS REP-147
- Added Gazebo Garden and Gazebo Harmonic simulation with examples
- Added support for ROS 2 services such as Arm and Mode control
- Added high level goal interface for waypoints
- Wiki updated to support ROS 2
- Added ROS 2 launch scripts for SITL, MAVProxy and micro-ROS agent
- Add pytests for DDS client and ROS 2 launch scripts and integrate into CI
9) Camera and gimbal enhancements
- Calculates location where camera gimbal is pointing (see CAMERA_FOV_STATUS)
- CAMx_MNT_INST allows specifying which mount camera is in
Expand Down
11 changes: 11 additions & 0 deletions Rover/release-notes.txt
Expand Up @@ -103,6 +103,17 @@ Changes from 4.4.4
6) Parameters renamed
- COMPASS_TYPEMASK renamed to COMPASS_DISBLMSK
7) ROS2 / DDS support
- Added support for EProsima MicroXRCEDDS as a transport in SITL and hardware
- Added sensor data topic support such as NavSatStatus and BatteryState
- Added a new AP_ExternalControl library for generic control support in SI units
- Added support for building ArduPilot with the colcon build system
- DDS topics comply with ROS REP-147
- Added Gazebo Garden and Gazebo Harmonic simulation with examples
- Added support for ROS 2 services such as Arm and Mode control
- Added high level goal interface for waypoints
- Wiki updated to support ROS 2
- Added ROS 2 launch scripts for SITL, MAVProxy and micro-ROS agent
- Add pytests for DDS client and ROS 2 launch scripts and integrate into CI
8) Camera and gimbal enhancements
- Calculates location where camera gimbal is pointing (see CAMERA_FOV_STATUS)
- CAMx_MNT_INST allows specifying which mount camera is in
Expand Down