Re: [ros-users] uvc_camera and stereo_proc

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] uvc_camera and stereo_proc
Abhy,

You could remap the namespace as what Raphael said. In your
stereo_node.launch insert this inside the camera node: <remap
from="left/image_raw" to="/stereo/left/image_raw" />. Do this with the right
as well, then you could use the $ROS_NAMESPACE=stereo rosrun
stereo_image_proc stereo_image_proc __name:=proc.

You could also try this one: $ROS_NAMESPACE=/ rosrun stereo_image_proc
stereo_image_proc __name:=proc. When you got this topic "/left/image_raw"
your namespace becomes "/"(am i right on this?). I think I've encountered
this one already.

Look at this: http://www.ros.org/wiki/Names

-Homer


On Wed, Feb 9, 2011 at 3:11 PM, abhy <> wrote:

>
> Hi,
>
> Yes, i have already checked with "All topics", the result
>
> I have run
> roslaunch uvc_camera stereo_node.launch
> then,
> rosrun stereo_image_proc stereo_image_proc __name:=proc
>
> stereo_proc and uvc_camera are working independently. They are only
> connected to rosout.
>
> Am i missing something by any chance?
>
> -Abhy
> --
> View this message in context:
> http://ros-users.122217.n3.nabble.com/uvc-camera-and-stereo-proc-tp2451433p2456745.html
> Sent from the ROS-Users mailing list archive at Nabble.com.
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>