Open osrf-migration opened 7 years ago
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
I imagine it could also accept a pose since we can map a Pose to a transformation matrix.
Original comment by Jennifer Buehler (Bitbucket: JenniferBuehler).
Yes, a pose would be possible too. A matrix is more general... maybe we can offer both and call the matrix version from the pose version.
Original report (archived issue) by Jennifer Buehler (Bitbucket: JenniferBuehler).
It would beuseful to have a function which updates the axis-aligned box coordinates/dimensions when it is transformed.
For example:
We could use the function as described in the book real-time collision detection by Christer Ericson, v. 1, p. 86, function UpdateAABB. It has been implemented in Gazebo's gazebo/physics/dart/DARTCollision.cc. It would be nice to add this function to ignition math.