Skip to content

Releases: tesseract-robotics/tesseract_ros

0.2.2

30 Nov 18:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

30 Nov 14:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

11 Nov 04:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Pre Command Language

07 Jan 21:03
Compare
Choose a tag to compare
Fix warnings in utils.h

In utils.h, the `isIdentical` functions for
`tesseract_scene_graph::Visual` and `tesseract_scene_graph::Collision`
generate warnings because they're non void functions with no return.
This makes including that file in a compilation unit compiled with
`-Werror` impossible.

Deleted those 2 functions as well as well as the version for
`tesseract_scene_graph::Link` as it was using them.