ros / actionlib

Provides a standardized interface for interfacing with preemptable tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc.
http://www.ros.org/wiki/actionlib
96 stars 155 forks source link

Getting an error when I try to open axclient.py #214

Open Muhammadjunaidmalik1 opened 12 months ago

Muhammadjunaidmalik1 commented 12 months ago

HI !

I am using ROS noetic. By default axclient.py is not in the ROS root directory. So i cloned the default ROS noetic-devel branch and tried to run :

rosrun actionlib_tools axclient.py

Its giving this error even after installing wx using sudo apt-get install python-wxtools :

import wx
ModuleNotFoundError: No module named 'wx'