ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

It does not depend on swig-wx. The warning:

WARNING: Package name "swig-wx" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.

Will appear anywhere that rosdep is referenced if swig-wx is installed. The best fix is install swig-wx and its upstream dependencies:

sudo apt-get remove swig-wx

Note: swig-wx is deprecated and will be removed in Hydro.

click to hide/show revision 2
No.2 Revision

It does not depend on swig-wx. The warning:

WARNING: Package name "swig-wx" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.

Will appear anywhere that rosdep is referenced if swig-wx is installed. The best fix is install uninstall swig-wx and its upstream dependencies:

sudo apt-get remove swig-wx

Note: swig-wx is deprecated and will be removed in Hydro.