ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Problem solved!
Apparently rosdep didn't install wxPython/wxWidgets the first time, however it did create the file that led rosmake to think so.
The solution was to remove the file:
$ cd /usr/local/share/ros/ $ rm wxpython-version.installed
And then rerun rosdep:
$ rosdep install rviz
After which I was able to successfully rosmake rviz!
I found the solution while going through similar questions:
http://answers.ros.org/question/12323/rxtools-fails-under-osx-lion-and-homebrew