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

Revision history [back]

click to hide/show revision 1
initial version

answered 2013-06-11 14:39:06 -0600

joq gravatar image

I generally run M-x compile and replace the "make -k" in the minibuffer with:

 cd ../..; rosmake

From then on it will remember your last compile command, and C-x ` works as usual.

You need to use the right number of ".." references to reach the top of your package. Rosmake does not work from a subordinate directory.

I'd love to hear a more elegant solution, but that works OK for me.