A starter template for creating ROS nodes in Python
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone [email protected]:liamondrop/rospy-template.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash
cd ~/catkin_ws
roslaunch rospy_template rospy_template.launch
TODO: Everything
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2018 Liam Bowers