Robotics StackExchange | Archived questions

axclient.py is not in the package actionlib

when I entered "rosrun actionlib axclient.py /turtle_shape", the error [rosrun] Couldn't find executable named axclient.py below /opt/ros/noetic/share/actionlib will occur. Where can I find axclient.py?

Asked by suoquan on 2022-11-29 09:20:41 UTC

Comments

Answers

Actionlib's GUI tools like axclient.py are now in the package actionlib_tools (https://github.com/ros/actionlib/pull/152)

Asked by marguedas on 2022-12-04 18:04:32 UTC

Comments