Conversation
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
2b866d6 to
f523e9c
Compare
Codecov Report
@@ Coverage Diff @@
## galactic #47 +/- ##
==========================================
Coverage ? 0.00%
==========================================
Files ? 1
Lines ? 9
Branches ? 2
==========================================
Hits ? 0
Misses ? 9
Partials ? 0 Continue to review full report at Codecov.
|
|
This implies modifications on |
|
@pablogs9 Can you provide some background why the type support for CPP is being deprecated? We are looking into Micro-ROS as a microcontroller solution together with rclcpp and found this MR. Can you tell us more? |
|
Hello, @k7g03z micro-ROS targets pure C environments in order to be as portable as possible. That's why we do not need this CPP type support (in fact it was developed, but never used). Also we do not officially support RCLCPP because the portability issues. |
Signed-off-by: Pablo Garrido pablogs9@gmail.com