-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added upstream workspace envrionment to CI - Changed ROS version in CI - Fixed CMakeList.txt and package.xml based on the feedbacks of CI - Fixed upstream repository urls - Changed test cases for more convenient benchmarking
- Loading branch information
1 parent
a7f2631
commit cd24a1e
Showing
6 changed files
with
100 additions
and
9 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<name>moveit_middleware_benchmark</name> | ||
<version>0.0.0</version> | ||
<description>Middleware Benchmark Tool For MoveIt pipelines</description> | ||
<maintainer email="[email protected]">cihat</maintainer> | ||
<maintainer email="[email protected]">Cihat Kurtuluş Altıparmak</maintainer> | ||
<license>BSD</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
@@ -15,6 +15,7 @@ | |
<depend>dynmsg</depend> | ||
<depend>nav_msgs</depend> | ||
<depend>ament_index_cpp</depend> | ||
<depend>yaml-cpp</depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_lint_common</test_depend> | ||
|