- Author : Ying-Hua(Alyson) Chen
- E-mail : qoo810823@gmail.com
- Date : 2015.10.02
Just a test for upload source code to github. This example is about how ROS "TOPIC" work.
- mkdir ~{your_catkin_workspace}/src/{project_name}
- cd ~{your_catkin_workspace}/src/{project_name}
- git clone https://github.com/AlysonQ/ROS_Topic
- cd ~~{your_catkin_workspace}/
- catkin_make
terminal 1
roscore
terminal 2
rosrun {project_name} talker
terminal 3