Hello community,
I just bought a navio2 and installed it on raspberry pi 4, and I put the os that gives emblid configured
I tried to follow that tutorial:
but when wanting to install the dependencies to the os that brings the default image(raspbian buster) and ros version (NOETIC) I always the following errors:
Reading package lists … Donate
Building dependency tree
Reading state information … Donate
E: Unable to locate package ros-kinetic-tf
E: Unable to locate package ros-kinetic-tf-conversions
E: Unable to locate package ros-kinetic-laser-geometry
I run the following to install it:
sudo apt-get install ros-noetic-tf ros-noetic-tf-conversions ros-noetic-laser-geometry
thanks for you help