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

Code completion problem with Eclipse Galileo

asked 2011-09-29 07:05:30 -0500

alfa_80 gravatar image

updated 2014-01-28 17:10:28 -0500

ngrennan gravatar image

Hi,

I was trying 2 ROS packages which I created by myself. The strange thing is that one of them is having no problem with code completion while the other one cannot give any proposal. It just returns "ni default proposal" when I press "ctrl" and "spacebar". They are c++ anyway, both of them

Any idea?

-alfa-

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-09-29 07:34:05 -0500

DimitriProsser gravatar image

One could be missing the proper #include statements in the header, the manifest could be missing dependencies, or you could be using the wrong namespace.

Additionally, if you've changed your manifest.xml, you may need to remake the Eclipse project. I find that I occasionally need to do this. I just navigate to that package on the commandline and issue a make clean; make eclipse-project command and restart Eclipse.

edit flag offensive delete link more

Comments

Thank you very much..that helps a lot! The related workaround to remake the eclipse project is inevitable..
alfa_80 gravatar image alfa_80  ( 2011-09-29 18:33:12 -0500 )edit

Question Tools

Stats

Asked: 2011-09-29 07:05:30 -0500

Seen: 395 times

Last updated: Sep 29 '11