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 ...
mkdir -p ~/catkin_ws/src cd ~/catkin_ws/ catkin_make source devel/setup.bash cd src/ git clone --recursive https://github.com/vishnuu95/beginner_tutorials.git git ...