-
Notifications
You must be signed in to change notification settings - Fork 8
Adding Actionlib
Mayank Mittal edited this page Oct 3, 2017
·
3 revisions
- In simple language, the Action library is just a package of ROS which implements server-client interaction with the added advantage of getting a feedback at the very same time.
- It is fairly easy to use and our code majorly depends on it.
- When you install ROS, actionlib is directly installed in your system. It is just that you need to create a package in your catkin workspace.
- To get started with actionlib and also to implement it, it is useful to got through the tutorials and summary are provided in the links here and here respectively.
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK