ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
We typically do not use eclipse projects in eclipse for ros. Makefile projects seem to work well and require almost no configuration.
The last point helps the indexer auto-find headers because it will track all the -I flag settings that ros's make target generates.
You can then get creative by adding make targets in the ide for tests etc.