rosserial-python on ROS noetic
Hey all,
I'm trying to download rosserial on ROS noetic by doing:
sudo apt-get install ros-noetic-rosserial-python
However, I always get the same output:
E: Unable to locate package ros-noetic-rosserial-python
So my question is: How do I download rosserial-python for ROS noetic? According to the wiki, http://wiki.ros.org/rosserial_python , there is already rosserial python for ROS noetic so I don't understand why the command isn't working. I am using ROS Noetic on a RaspberryPi 3 and I'm following the tutorial: https://emanual.robotis.com/docs/en/p... to try to setup a turtlebot with noetic.
Thank you all