Skip to content

Commit e614643

Browse files
committed
Update distribution references in documentation
Correct "Galactic" references to read "Foxy" where appropriate. Signed-off-by: Abrar Rahman Protyasha <[email protected]>
1 parent cfb36cf commit e614643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See the [design document](doc/design.md) for more details about how the bridge w
77

88
## Prerequisites
99

10-
- [ROS 2](https://index.ros.org/doc/ros2/Installation) (Galactic or newer)
10+
- [ROS 2](https://index.ros.org/doc/ros2/Installation) (Foxy or newer)
1111

1212
## Installation
1313

src/domain_bridge/generic_subscription.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class GenericSubscription : public rclcpp::SubscriptionBase
7171

7272
// Post-Galactic, handle_serialized_message is a pure virtual function in
7373
// rclcpp::SubscriptionBase, so we must override it. However, in order to
74-
// make this change compatible with both Galactic and later, we leave off
75-
// the 'override' flag.
74+
// make this change compatible with all of Foxy, Galactic, and later, we
75+
// leave off the 'override' flag.
7676
void
7777
handle_serialized_message(
7878
const std::shared_ptr<rclcpp::SerializedMessage> & serialized_message,

0 commit comments

Comments
 (0)