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

Modelling of own Package dependencies in ROS environment

asked 2013-09-28 21:31:47 -0500

RB gravatar image

Hi! suppose I have a method in path_planning package (my own package) and its output must be made available to a method that reside in another package called "Navigation package" (my own package). How to correctly model this scenario in ROS environment using nodes, topics etc.

I am new to ROS; please help.
Many thanks.
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-09-29 02:11:56 -0500

dornhege gravatar image

Publish the output into a message on a topic and subscribe this topic in your other package passing the message into that function.

edit flag offensive delete link more

Comments

Is there any practical hand on example related to this is available?

RB gravatar image RB  ( 2013-09-29 07:17:32 -0500 )edit

The standard ROS tutorials have those.

dornhege gravatar image dornhege  ( 2013-09-29 22:51:20 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-28 21:31:47 -0500

Seen: 65 times

Last updated: Sep 29 '13