Skip to content
/ tf Public
forked from davheld/tf

A custom version of the ros/tf package, with small API changes. Used by some the our code, until we migrate to TF2.

Notifications You must be signed in to change notification settings

TimKam/tf

This branch is 3 commits ahead of davheld/tf:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f30ffde · May 25, 2018

History

7 Commits
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
May 25, 2018
Apr 16, 2014
Apr 16, 2014
Apr 17, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014
Apr 16, 2014

Repository files navigation

tf

A custom version of the ros/tf package, with small API changes. Used by some the our code, until we migrate to TF2.

Inserted a class in the class hierarchy between Transformer and TransformListener. This class serves to decouple the 2 functions of the original TransformListener class:

  • a bunch of helper functions to apply a transform to some data structures
  • listen to tf messages and update the buffer

With the new class hierarchy, TransformerHelper provides the helper functions, and TransformListener updates the buffer.

The same decoupling was implemented in TF2, so as soon as we migrate our code to TF2 we don't need this custom implementation anymore.

I submitted the changes to the upstream TF package, but Tully Foote does not want to modify the stable TF API at this point.

About

A custom version of the ros/tf package, with small API changes. Used by some the our code, until we migrate to TF2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • Python 22.9%
  • CMake 1.2%
  • Shell 0.1%