Use the following commands on the terminal to build the workspace and the package with the relevant dependencies. Open a terminal $ mkdir -p ~/catkin_ws $ cd catkin_ws $ mkdir src $ catkin_make $ ...
This repository contains two ROS nodes, a publisher and subscriber. The publisher node contained in talker.cpp publishes a custom message to the "chatter" topic. The subscriber node contained in ...