In Exercise 7.11, the command
rosrun actionlib_tools axclient.py /ardrone_action_server
returns
[rospack] Error: package ‘actionlib_tools’ not found
The previous way of using
rosrun actionlib axclient.py /ardrone_action_server
also doesn’t work. However,
roscd actionlib
will actually find a package.