How to configure Eclipse to properly load a plugin?
I am trying to use Eclipse to debug the navigation stack (or debug how I am mis-using the stack). I have created an Eclipse project for move_base (make eclipse-project in move_base package), but am unsure how to deal with the plugins that need to be loaded. During initialization of the MoveBase class I get the following error:
[rospack] couldn't find package [nav_core]
terminate called after throwing an instance of 'pluginlib::LibraryLoadException'
what(): rospack could not find the nav_core package containing nav_core::BaseGlobalPlanner
I appreciate that many ROS developers use command line tools, but I have enjoyed using Eclipse on simpler projects. Is there an Eclipse project configuration step that I am likely missing to allow loading/debugging of plugins?