ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like the maintainers of rosserial_python
have not yet released it into ROS Noetic.
In the meantime, you can try building it from source. Clone the repo into your catkin workspace.
cd path/to/your/catin/ws/src
git clone https://github.com/ros-drivers/rosserial.git -b noetic-devel
Then build as usual using whatever tool you prefer: catkin_make
or catkin_make_isolated
or catkin build
, ...