'Unable to locate package swig-wx' Error When Trying to Install swig-wx
Hi All,
I'm trying to build rxtools and turtlesim package (following ROS tutorials '8. Using rxconsole and roslaunch'), but when I try the command
mehrdad@ubuntu:~$ rosdep install rxtools turtlesim
I get:
executing command [sudo apt-get install swig-wx]
[sudo] password for mehrdad:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package swig-wx
ERROR: the following rosdeps failed to install
apt: command [sudo apt-get install swig-wx] failed
Then, when I try the above command (sudo apt-get install swig-wx), I get this error:
mehrdad@ubuntu:~$ sudo apt-get install swig-wx
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package swig-wx
How do I resolve this?
Thanks