Skip to content

AlysonQ/ROS_Topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS_Topic

Just a test for upload source code to github. This example is about how ROS "TOPIC" work.

STEPS of build

  1. mkdir ~{your_catkin_workspace}/src/{project_name}
  2. cd ~{your_catkin_workspace}/src/{project_name}
  3. git clone https://github.com/AlysonQ/ROS_Topic
  4. cd ~~{your_catkin_workspace}/
  5. catkin_make

STEPS of run

terminal 1

roscore

terminal 2

rosrun {project_name} talker

terminal 3

Releases

No releases published

Packages

No packages published