-
Notifications
You must be signed in to change notification settings - Fork 350
Switching to example_interfaces #674
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
base: rolling
Are you sure you want to change the base?
Conversation
Signed-off-by: CursedRock17 <[email protected]>
Signed-off-by: CursedRock17 <[email protected]>
Signed-off-by: CursedRock17 <[email protected]>
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with green CI
| // (rclcpp::KeepLast(7) -> rclcpp::KeepAll() fails to compile) | ||
| rclcpp::QoS qos(rclcpp::KeepLast{7}); | ||
| pub_ = this->create_publisher<std_msgs::msg::String>("chatter", qos); | ||
| pub_ = this->create_publisher<example_interfaces::msg::String>("chatter", qos); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should resolve ros2/examples#377 (comment)
ahcorde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
|
Pulls: #674 |
This pull request solves the
demosside of this ros2_documentation issue in which we switch fromstd_msgstoexample_interfacesbecause std_msgs was deprecated about 4 years ago.