Re: [ros-users] problems with image_transport and remap

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Tully Foote
Date:  
To: ros-users
Subject: Re: [ros-users] problems with image_transport and remap
As of 0.9 remapping arguments are resolved before they are substituted.
See http://www.ros.org/wiki/Remapping%20Arguments

The resolveName call is unnecessary. roscpp will do that on all topics and
parameters automatically. The API is available in case the node is doing
things to topics which are not interacting with roscpp directly.

Tully


On Mon, Apr 5, 2010 at 9:16 AM, Blaise Gassend <>wrote:

> I'm not actually certain that those resolveNames are necessary. I added
> them in early on, and thought that I had since taken them out.
>
> > I believe it does. I probably messed this up for you a while back when
> > I changed the node name logic in the driver. For compatibility, I
> > publish camera/image_raw relative to the driver node name.
> >
> > By contrast, the wge100 driver publishes image_raw relative to a node
> > handles set to:
> >
> >     camera_node_handle_(nh.resolveName("camera")),
> >     camera_node_handle_alt_(nh.resolveName("camera_alternate")),

> >
> > This may make a difference in how remapping works. I am still trying
> > to completely understand this stuff.
>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>




--
Tully Foote
Systems Engineer
Willow Garage, Inc.

(650) 475-2827