-
Notifications
You must be signed in to change notification settings - Fork 9
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 #21 from ROBOTIS-GIT/noetic-upgrade
Noetic upgrade
- Loading branch information
Showing
16 changed files
with
279 additions
and
694 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
cmake_minimum_required(VERSION 3.0.2) | ||
project(turtlebot3_home_service_challenge) | ||
find_package(catkin REQUIRED) | ||
catkin_metapackage() |
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 |
---|---|---|
|
@@ -2,12 +2,17 @@ | |
<package format="2"> | ||
<name>turtlebot3_home_service_challenge_manager</name> | ||
<version>0.0.1</version> | ||
<description>The turtlebot3_home_service_challenge_manager package</description> | ||
|
||
<description> | ||
The turtlebot3_home_service_challenge_manager package | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">kayman</author> | ||
<maintainer email="[email protected]">kayman</maintainer> | ||
|
||
<author email="[email protected]">Ashe Kim</author> | ||
<maintainer email="[email protected]">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/turtlebot3</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<depend>roscpp</depend> | ||
<depend>rospy</depend> | ||
|
@@ -27,5 +32,4 @@ | |
<depend>moveit_core</depend> | ||
<depend>moveit_ros_planning</depend> | ||
<depend>moveit_ros_planning_interface</depend> | ||
|
||
</package> | ||
</package> |
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 |
---|---|---|
|
@@ -2,17 +2,21 @@ | |
<package format="2"> | ||
<name>turtlebot3_home_service_challenge_simulation</name> | ||
<version>0.0.1</version> | ||
<description>The turtlebot3_home_service_challenge_simulation package</description> | ||
|
||
<description> | ||
The turtlebot3_home_service_challenge_simulation package | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">kayman</author> | ||
<maintainer email="[email protected]">kayman</maintainer> | ||
|
||
<author email="[email protected]">Ashe Kim</author> | ||
<maintainer email="[email protected]">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/turtlebot3</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<depend>controller_manager</depend> | ||
<depend>gazebo_ros</depend> | ||
<depend>gazebo_ros_control</depend> | ||
<depend>urdf</depend> | ||
<depend>xacro</depend> | ||
|
||
</package> |
Oops, something went wrong.