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

Julian's profile - activity

2016-03-08 12:05:14 -0500 received badge  Popular Question (source)
2016-03-08 12:05:14 -0500 received badge  Notable Question (source)
2016-03-08 12:05:14 -0500 received badge  Famous Question (source)
2015-08-19 16:07:01 -0500 answered a question How to let KDevelop support ROS project?

I created the desktop shortcut containing the -bash argument. This should be the same.

2015-08-19 16:07:00 -0500 asked a question kDevelop how to build new Package

Hi,

I´ve used this Tutorial to setup die IDE: http://wiki.ros.org/IDEs#kDevelop" now i have created a new Package via catkin_create and its shown in kDevelop. I´ve added a .cpp in the src folder of the package (containing a hello world source code) but when i build the package i cannot run it

i also added the line "add_executable(hallo src/hallo.cpp)" at the build section in Cmakelist.txt of the package