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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Patrick Beeson
Date:  
To: ros-users
Subject: Re: [ros-users] problems with image_transport and remap


Jack O'Quin wrote:
> The way I've been approaching this is to set the node name to the
> camera name, so the topics become /left/camera/image_raw, etc. That's
> fine with roslaunch, but less convenient with rosrun. This should
> work:
>
> $ rosrun camera1394 camera1394 camera1394:=left
>


My understanding, is that from ROS >0.9, 'remap' (or ':=' in rosrun)
*should* replace a string ant any level of the namespace, not just the
top level. Please correct me if I'm wrong about this.