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?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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?
I would guess ROS Client libraries. As said in their readme file.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-06-13 05:38:58 -0500
Seen: 1,215 times
Last updated: Jun 13 '16
ROS2 Colcon debug symbols for use with DDD
Are action callbacks blocking?
Handling a blocking service callback
ros2 crystal create python pkg
ROS2 Launch - Detect error on process startup
rfkill: cannot open /dev/rfkill - Permission denied in SSH session (foxy)
ROS2 transfer the same message on the same topic without redundancy