Show EOL distros:
Package Summary
tf2_bullet
- Author: Wim Meeussen
- License: BSD
- Repository: ros-pkg
- Source: hg https://kforge.ros.org/geometry/experimental
Package Summary
tf2_bullet
- Author: Wim Meeussen
- License: BSD
- Source: hg https://kforge.ros.org/geometry/experimental (branch: default)
Package Summary
tf2_bullet
- Author: Wim Meeussen
- License: BSD
- Source: hg https://kforge.ros.org/geometry/experimental (branch: default)
Package Summary
tf2_bullet
- Author: Wim Meeussen
- License: BSD
- Source: hg https://kforge.ros.org/geometry/experimental (branch: default)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry-experimental.git (branch: hydro-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry2.git (branch: indigo-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry2.git (branch: indigo-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry2.git (branch: indigo-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry2.git (branch: indigo-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/jsk-ros-pkg/geometry2_python3.git (branch: melodic-devel)
Package Summary
tf2_bullet
- Maintainer status: maintained
- Maintainer: Tully Foote <tfoote AT osrfoundation DOT org>
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/ros/geometry2.git (branch: noetic-devel)
Contents
Documentation
This is a conversion package to convert tf2 data to bullet data structures. These functions are templated.
Supported datatypes
ROS message type |
supported datatype |
Function to apply transform |
tf2::Stamped<btVector3> |
doTransform(const tf2::Stamped<btVector3>& t_in, tf2::Stamped<btVector3>& t_out, const geometry_msgs::TransformStamped& transform) |
|
btTransform |
doTransform(const tf2::Stamped<btTransform>& t_in, tf2::Stamped<btTransform>& t_out, const geometry_msgs::TransformStamped& transform) |
How to use
Please see the Code API documentation for use.