Skip to content

Releases: tesseract-robotics/tesseract_ros

0.3.3

22 Feb 17:06
Compare
Choose a tag to compare

What's Changed

  • Adding std_srvs to dependencies in CMakeLists and package by @KStaub in #143

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

21 Jan 16:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

16 Dec 21:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

06 Dec 22:56
Compare
Choose a tag to compare

What's Changed

  • Add timing to basic cartesian and glass upright example by @Levi-Armstrong in #136
  • Support moving AllowedCollisionMatrix into tesseract_common namespace by @mpowelson in #137

Full Changelog: 0.2.2...0.3.0

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.