-
Notifications
You must be signed in to change notification settings - Fork 1
Understanding Service Nodes
Chandra Gummaluru edited this page Feb 2, 2020
·
3 revisions
In this part of the tutorial, you will understand how service nodes work.
Note: Make sure you already understand what client libraries are.
A service node is any node that accepts requests and provides responses.
You should think of requests and responses as messages addressed to specific nodes.
Using rosservice
The rosservice tool has several useful commands for working with services.
We can run a service using
rosservice call <service> [args]
We can find out more information about the type of service using
rosservice type <service>
General ROS and Technical Help
- Creating a rospy package
- Model the Robot
- Odometry - General Information
- Odometry - Configuring with ROS
Creating and Using Our Packages