You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.