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

how to convert files into executable files

asked 2013-01-07 23:56:32 -0500

Abinaya gravatar image

I'm using ros-fuerte distro in ubuntu12.04 I have written two cpp file named talker.cpp and listener.cpp in src and i add two lines seeing below in CMakeLists.txt file

rosbuild_add_executable(talker src/talker.cpp) rosbuild_add_executable(listener src/listener.cpp)

now when i give a command $make it displays

make: * No targets specified and no makefile found. Stop. actually the two files are not found in bin directory would you pleas help me how to convert cpp files to executable files and how to execute that nodes in ROS environment please explain me in steps

edit retag flag offensive close merge delete

Comments

Please do not spam ROS answers by repeating your questions. You might find this helpful: http://ros.org/wiki/Support

joq gravatar image joq  ( 2013-01-08 05:37:57 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-08 01:34:22 -0500

KruseT gravatar image

Lool at the answers to the same question you asked yesterday: http://answers.ros.org/question/51609/about-executable-files/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-07 23:56:32 -0500

Seen: 215 times

Last updated: Jan 08 '13