- Follow steps 1-3 from this guide to install ROS Melodic (ROS-Comm) from source.
- Use step 4.2 from the above guid to add the
sensor_msgs
package to your installation. - Install the
{fmt}
library.- Using
git clone https://github.com/fmtlib/fmt.git
download the source. - Enter the fmt directory and follow these instructions to build and install the library.
- Using
- Enter your ROS workspace, then enter your
src
directory. - Download the
serial
library withgit clone https://github.com/wjwwood/serial.git
. - Download this package with
git clone https://github.com/RedRussianBear/rvc-ros.git
. - Move back to your ROS workspace and build the packages with
catkin_make
. - Source your workspace with
source devel/setup.bash
.