-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from rjoomen/master
tesseract_ros 0.16.2 parity
- Loading branch information
Showing
36 changed files
with
725 additions
and
217 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
find . -type d \( -name bullet3_ros -o -name fcl_ros -o -name libccd_ros -o -name gtest_ros -o -name tesseract_ext \) -prune -o -type f -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format-10 -style=file -i {} \; | ||
find . -type d \( -name bullet3_ros -o -name fcl_ros -o -name libccd_ros -o -name gtest_ros -o -name tesseract_ext \) -prune -o -type f -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format-8 -style=file -i {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package tesseract_monitoring | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.16.2 (2023-04-28) | ||
------------------- | ||
|
||
0.16.1 (2023-04-11) | ||
------------------- | ||
|
||
0.16.0 (2023-04-10) | ||
------------------- | ||
* Update to leverge ContactResultMap class (`#205 <https://github.com/tesseract-robotics/tesseract_ros/issues/205>`_) | ||
* Contributors: Levi Armstrong | ||
|
||
0.15.2 (2023-03-14) | ||
------------------- | ||
|
||
0.15.1 (2023-03-05) | ||
------------------- | ||
|
||
0.15.0 (2023-03-04) | ||
------------------- | ||
|
||
0.14.0 (2022-10-23) | ||
------------------- | ||
* Remove use of deprecated items | ||
* Contributors: Levi Armstrong | ||
|
||
0.6.0 (2022-08-25) | ||
------------------ | ||
|
||
0.5.1 (2022-06-21) | ||
------------------ | ||
|
||
0.5.0 (2022-05-17) | ||
------------------ | ||
|
||
0.4.4 (2022-05-13) | ||
------------------ | ||
* Add new RViz plugins using Tesseract widgets (`#152 <https://github.com/tesseract-robotics/tesseract_ros/issues/152>`_) | ||
* Contributors: Levi Armstrong | ||
|
||
0.4.3 (2022-05-03) | ||
------------------ | ||
|
||
0.4.2 (2022-04-25) | ||
------------------ | ||
|
||
0.4.1 (2022-04-13) | ||
------------------ | ||
* Fix handling of wait(0) in environment monitor interface | ||
* Contributors: Levi Armstrong | ||
|
||
0.4.0 (2022-04-08) | ||
------------------ | ||
* Update to use monitor interface and clean up environment monitor | ||
* Contributors: Levi Armstrong | ||
|
||
0.3.3 (2022-02-22) | ||
------------------ | ||
|
||
0.3.2 (2022-01-21) | ||
------------------ | ||
|
||
0.3.1 (2021-12-16) | ||
------------------ | ||
* Add ability to disable links when launching contact monitor | ||
* Contributors: Levi Armstrong | ||
|
||
0.3.0 (2021-12-06) | ||
------------------ | ||
* Support moving AllowedCollisionMatrix into tesseract_common namespace | ||
* Contributors: Matthew Powelson | ||
|
||
0.2.2 (2021-11-30) | ||
------------------ | ||
|
||
0.2.1 (2021-11-30) | ||
------------------ | ||
* Cleanup CMakeLists.txt | ||
* Contributors: Levi Armstrong | ||
|
||
0.2.0 (2021-11-04) | ||
------------------ | ||
* Update due to changes with contact manager plugins | ||
* Update to Joint and Kinematic group (`#125 <https://github.com/tesseract-robotics/tesseract_ros/issues/125>`_) | ||
* Rename tesseract_monitor_interface to environment_monitor_interface | ||
* Clean up environment monitor and interface | ||
* Update new tesseract_srdf package | ||
* Clang format | ||
* Change TesseractState.msg to EnvironmentState.msg | ||
* Update to latest tesseract_environment changes and fix online planning example | ||
* Update cmake_common_scripts to ros_industrial_cmake_boilerplate | ||
* Update to leverage new visualizaton interface | ||
* Move all packages out of tesseract_ros sub directory | ||
* Contributors: Levi Armstrong, Levi-Armstrong, Matthew Powelson | ||
|
||
0.1.0 (2020-12-02) | ||
------------------ | ||
* WIP: Move ROS package into sub folder | ||
* Semi-Isolate Tesseract Kinematics | ||
* Isolate tesseract_collision namespace | ||
* Switch to using built in Collision Shapes | ||
* Clang formatting changes | ||
* Added service server to tesseract environment monitor for updating the environment | ||
* Merge branch 'kinetic-devel' into acm_fixes | ||
* Added installation of tesseract_monitoring launch files to CMakeLists | ||
* Fix formatting using clang | ||
* Fix warnings in unit tests | ||
* Add additional compiler warning options | ||
* Implement topic subscriber for updating collision monitor environment | ||
* Implement synchronous "compute_contact_reports" service in contact_monitor.cpp | ||
* Fixed typo 'constacts' in ContactResultVector.msg | ||
* Merge pull request `#41 <https://github.com/tesseract-robotics/tesseract_ros/issues/41>`_ from Levi-Armstrong/issue/FixMultiLayerCompoundShape | ||
Fix use of multi layer compound shape | ||
Fix/add cmake install commands | ||
* Fix cmake install commands | ||
* Merge pull request `#40 <https://github.com/tesseract-robotics/tesseract_ros/issues/40>`_ from Levi-Armstrong/feature/RemoveContactRequestStruct | ||
Refractor out ContactRequest type | ||
* Refractor out ContactRequest type | ||
* Merge pull request `#26 <https://github.com/tesseract-robotics/tesseract_ros/issues/26>`_ from Levi-Armstrong/issue/FixContactMonitor | ||
Update contact monitor to use the latest version | ||
* Fix the contact monitor to use the new contact managers | ||
* Merge pull request `#20 <https://github.com/tesseract-robotics/tesseract_ros/issues/20>`_ from Levi-Armstrong/feature/Isometry3d | ||
switch from using affine3d to isometry3d | ||
* switch from using affine3d to isometry3d | ||
* Merge pull request `#15 <https://github.com/tesseract-robotics/tesseract_ros/issues/15>`_ from Levi-Armstrong/feature/largeDataSetTest | ||
Restructure Collision Checking for Performance Improvements | ||
* Run clang-format | ||
* Restructure Collision Checking for Performance Improvements | ||
* Move tesseract into its own repository | ||
* Contributors: Alessio Rocchi, John Wason, Levi, Levi Armstrong, mripperger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>tesseract_monitoring</name> | ||
<version>0.14.0</version> | ||
<version>0.16.2</version> | ||
<description>The tesseract_monitoring package</description> | ||
<maintainer email="[email protected]">Levi Armstrong</maintainer> | ||
<license>Apache 2.0</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.