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

Problems on importing my catkin workspace into eclicpse?

asked 2014-01-06 17:10:16 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I followed the configuration steps on the wiki.ros.org/IDEs webpage to import my catkin workspace into my eclipse,but I faced a problem that the standard C++ header file can't resolved, and I don't know why.

#include "ros/ros.h"
#include "std_msgs/Strings.h"
#include <sstream>     // unsolved inclusion:<sstream>
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-01-09 02:19:04 -0500

Benedict gravatar image

updated 2014-01-09 02:30:19 -0500

I was able to solve the problem for me. I ignored the "maybe" in the IDEs article and execute

cmake ../src -DCMAKE_BUILD_TYPE=Debug

in the build folder.

This adds a few more include paths in the eclips-project. Previously some were missing...

Sorry it took me so long to post an answer. I just realized that I didn't have enough karma to post a link... Why is it such a small warning?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-01-06 17:10:16 -0500

Seen: 167 times

Last updated: Jan 09 '14