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

Use C-style strings for RCLCPP_ macros. #12

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

clalancette
Copy link

Since ros2/rclcpp#1442 , only
C-style strings can be used with the RCLCPP_ macros.
More information is available in
https://index.ros.org/doc/ros2/Releases/Release-Galactic-Geochelone/#change-in-rclcpp-s-logging-macros

Fix the code here to use C-style strings.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Since ros2/rclcpp#1442 , only
C-style strings can be used with the RCLCPP_ macros.
More information is available in
https://index.ros.org/doc/ros2/Releases/Release-Galactic-Geochelone/#change-in-rclcpp-s-logging-macros

Fix the code here to use C-style strings.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette merged commit 6567f87 into ros2-devel Jan 26, 2021
@clalancette clalancette deleted the clalancette/use-cstrings branch January 26, 2021 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants