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

How to use simpleactionserver without having to make excutable

asked 2014-01-09 06:06:14 -0500

goatfig gravatar image

updated 2014-01-28 17:07:31 -0500

ngrennan gravatar image

Looking at the tuorial at: http://wiki.ros.org/navigation/Tutorials/SendingSimpleGoals

I get to the last step and it says:

After this, its as simple as running the executable we created. ./bin/simple_navigation_goals And, if all goes well, the robot should begin to move a meter forward.

Which works great and the robot moves forward.

But doing this have I really created an node that is running? I am used to this typical interface where you do

rosrun simple_navigation_goals simple_navigation_goals.cpp

How would I include this executable in a launch file for more complex use?

Thanks, goatfig

P.S. It is very possible that I just do not understand the mechanic for executables in ROS. If this is the case please just point me to an tutorial if one happens to exist.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-01-09 06:16:56 -0500

goatfig gravatar image

updated 2014-01-09 06:18:33 -0500

I answered my own question. Ill leave it up for anyone else that may have an similar issue.

I just realized I have never used the .cpp flow for ros and have been in python the whole time. This is where my problem was.

Could someone please close this. Since I cannot as my rep is too low

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-01-09 06:06:14 -0500

Seen: 151 times

Last updated: Jan 09 '14