Menu

#286 ray geometries loose direction

closed-accepted
gazebo (59)
5
2011-01-27
2009-06-10
steple
No

Ray geometries will loose their direction information if the ray length is set to zero, either by calling
void RayGeom::SetLength( const double len )
with len = 0 or by calling
void RayGeom::SetPoints(const Vector3 &posStart, const Vector3 &posEnd)
with identical &posStart and &posEnd.
Ogre will show a ray with length zero with one end at posStart (and posEnd) and the other end in the middle of the screen.

Discussion

  • Nathan Koenig

    Nathan Koenig - 2011-01-27

    Moving this ticket to kforge.ros.org/gazebo

     
  • Nathan Koenig

    Nathan Koenig - 2011-01-27
    • status: open --> closed-accepted
     

Log in to post a comment.