ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

what is replacement for ros/console.hpp in ROS2 ?

asked 2022-12-01 08:10:42 -0500

ysims gravatar image

I am migrating ROS1 to ROS2, all the header files are ok. but what is replacement for ros/console.hpp in ROS2 ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-12-04 17:25:26 -0500

marguedas gravatar image

The C++ logging macros (RCLCPP_INFO etc) are generated by the file logging.hpp.em and end up I the header rclcpp/logging.hpp(https://github.com/ros2/rclcpp/blob/3...)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-12-01 08:10:42 -0500

Seen: 101 times

Last updated: Dec 04 '22