Re: [ros-users] creating costmap from image data

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] creating costmap from image data
Hitesh,

The costmap currently takes in observations about obstacles in the world
either as PointCloud or LaserScan messages. If you can find a way to convert
the objects you've detected in your image into PointClouds... you could just
pass them to the costmap and things should work... this is what we've done
with our own stereo cameras combined with some downsampling.

Hope this helps,

Eitan

On Tue, Jan 25, 2011 at 8:27 PM, hitesh dhiman <
> wrote:


> Hi all,
> Is there any way to generate a costmap directly from the image data? Let's
> say I have objects detected from an image, how can I insert it as a costmap?
>
> --
> Regards,
> Hitesh Dhiman
> Electrical Engineering
> National University of Singapore
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>