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

About Debugging program using ROS

asked 2015-10-31 19:09:46 -0500

DamnItROS gravatar image

Hi All,

ROS is based on process communication. Can I do things in a single process? Sometime I just want some lightweight operations and resorting to process is too costly. Also, have multiple thread is inconvenient for me to use debug tools and IDE such as qtCreator.

I'm new to ROS, sorry for the possibly silly question.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-11-02 01:04:42 -0500

tfoote gravatar image

The ROS communications primitives work for both interprocess as well as intraprocess. See the publish subscribe overview for details on how to optimized using boost::shared_ptr

edit flag offensive delete link more

Comments

That's cool. So it's automatically managed by ROS. Thanks!

DamnItROS gravatar image DamnItROS  ( 2015-11-02 10:16:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-10-31 19:09:46 -0500

Seen: 106 times

Last updated: Nov 02 '15