Axclient.py does not exist in folder

In the Unit 8 Understanding the ROS Actions - Clients ----> 8.9 The axclient. There is no file which exists in this folder.

user:/opt/ros/noetic/share/actionlib$ ls
action  cmake  msg  package.xml
user:/opt/ros/noetic/share/actionlib$ cd action
user:/opt/ros/noetic/share/actionlib/action$ ls
Test.action  TestRequest.action  TwoInts.action
user:/opt/ros/noetic/share/actionlib/action$ cd ..
user:/opt/ros/noetic/share/actionlib$ ls
action  cmake  msg  package.xml
user:/opt/ros/noetic/share/actionlib$

grafik

Please uplaod this file for the future reference. Thanks!!
Otherwise the following error will be keep poping up.

Hi @shaktigehlaut ,

Try rosrun actionlib_tools axclient.py <action_server_name>.

That command should work!

Let me know if it did work for you.

Regards,
Girish

Hi @girishkumar.kannan,
Thanks, it worked in the third attempt. It also, should be updated in the Tutorial itself. :grinning:
Best,
SG

Just updated it in the notebook. Thanks for the feedback.

This topic was automatically closed after 20 hours. New replies are no longer allowed.