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

Rosserial on ros2 humble

asked 2023-03-01 23:13:40 -0500

kathan gravatar image

I want to use rosserial for my project but I have ROS2 Humble. Is there a way I could use rosserial. I want to Build communication between Node MCU ESP8266 with ROS. Is there any way to do this?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2023-03-02 08:12:21 -0500

Ranjit Kathiriya gravatar image

updated 2023-03-02 08:21:41 -0500

I want to use rosserial for my project but I have ROS2 Humble. Is there a way I could use rosserial.

The replacement for rosserial is micro-ROS

or

If you want to keep using ROS 1 rosserial without changing your firmware, it would make more sense to run a small ROS 1 master + an instance of ros1_bridge than to integrate message translation into any part of rosserial itself.

https://github.com/ros-drivers/rosser...

Node MCU ESP8266 Support

You also should explore this answer in previous question : #q400845,

edit flag offensive delete link more
0

answered 2023-03-02 08:13:29 -0500

wintermute gravatar image

hello. ros serial does not exist in ros2, and it is for a reason. in ros2, you can use eprosima's micro-ros with esp (i am not sure if they support esp8266, but they do support esp32)

best regards, Can

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-03-01 23:13:40 -0500

Seen: 2,618 times

Last updated: Mar 02 '23