rqt_action: command not found
I tried to upgrade ros-noetic-rqt-action, but that didn't work.
I checked rosversion ros-noetic-rqt-action
, newest.
I sourced /opt/ros/noetic/setup.bash
, didn't work.
I downloaded github source code and catkin_make, no use.
Any other way out?
Ps. rosrun actionlib axclient.py
can't work neither.
Asked by smilejay on 2023-03-17 04:34:07 UTC
Comments
I found that actionlib has another package called actionlib_tools, under this package there are axclient.py and other scripts.
Asked by smilejay on 2023-03-22 04:22:44 UTC