Skip to content

ecervera/ros_tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_tutorials

Code used in tutorials found on ROS wiki

First, launch roscore:

roscore

Second, run the server node:

rosrun rospy_tutorials add_two_ints_server

Finally, test the service:

rosservice list
rosservice info add_two_ints
rosservice call /add_two_ints 245 617

About

Code used in tutorials found on ROS wiki

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.0%
  • Python 39.7%
  • CMake 5.3%