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

Revision history [back]

First, a patch needs to be applied to rviz as described here. Then, as @corb suggested, running make -j2 from .../ros_catkin_ws/build_isolated/rviz will allow the build to succeed; once this is complete, catkin_make_isolated will proceed as normal. I have updated the wiki accordingly, though someone will probably want to check my formatting. Thanks to everyone for all the help! (You can probably run catkin_make_isolated with --make-args -j2 after patching, but I didn't test that.)