[ros-users] Dynamic Texture Loading in RVIZ, Dynamic Textures using OGRE

Osiloke Emoekpere osiloke_e at skuuled.com
Fri Apr 2 09:16:57 UTC 2010


Good Day Everyone,
I have been using ROS for a couple of weeks now and have grown to like
the  RVIZ stack. Although, RVIZ does not currently support dynamic texture
loading
which would be beneficial if an individual wanted to to re-project a camera
image
into the 3d space.

I tried modifying RVIZ to do that by implementing image retrieval for
markers.
as follows
When a marker is received and is of type VISUALIZATIONMSGS:: ...IMPLANE
--->create the marker as usual in rviz.
---->pass a message to an image grabber thread which pulls the image for
that marker
       from another node via a service.
------->When image is ready, find marker corresponding to that image and
create a texture out of that image
-------->Apply that texture to the marker.

the last step is where i get problems. In loading the texture and applying
it to the marker
I followed ogre's tutorials on creating a dynamic texture but that didnt
work.
SO IS THERE ANYONE WHO KNOWS HOW TO CREATE DYNAMIC TEXTURES IN OGRE
MAYBE A LINK
I WILL BE VERY GRATEFUL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osuosl.org/pipermail/ros-users/attachments/20100402/cbfa34f6/attachment-0002.html>


More information about the ros-users mailing list