Jump to error using rosmake and Emacs
Hi all!
I'm just getting started working with ROS. My usual workflow is to edit code in Emacs, and compile from Emacs. Then I can jump to errors in the code by pressing C-x`. However, when using rosmake, this doesn't work.
What is the best way to integrate rosmake with Emacs? I tried installing rosemacs, but that mode seems to have no support for compiling, but rather browsing ros nodes, etc.