What does "rcl" in ros2 stand for?
In ros2, the C++ include paths is something like:
#include "rclcpp/rclcpp.hpp"
and the python import looks like:
import rclpy
What does 'rcl' stand for?
add a comment