geometry 0.4.3 released

| No Comments | No TrackBacks

geometry.png

geometry 0.4.3 has just been released. This is a patch release. One assert was replaced with in code error handling and one function has been deprecated in favor of using a constructor inline (see below) .

Changes

tf

  • waitForTransform removed Assert, errors are now reported using return code and error string.
  • Deprecating sendTransform(tf::Transform, . . . ) due to backwards argument order. Replace call with sendTransform(tf::StampedTransform. . . ) Also fixing regression in 0.4.1 in that function.
    • b.sendTransform(transform, time, frameid, parentid); becomes b.sendTransform(tf::StampedTransform(transform, time, parentid, frameid));

Download

No TrackBacks

TrackBack URL: https://www.ros.org/mt-tb.cgi/41

Leave a comment

Find this blog and more at planet.ros.org.


Monthly Archives

About this Entry

This page contains a single entry by kwc published on November 10, 2009 9:08 AM.

navigation 0.6.0 released was the previous entry in this blog.

navigation 0.6.1 released is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.