-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the maintainer and package info
Signed-off-by: Pyo <[email protected]>
- Loading branch information
1 parent
fb84fa1
commit 61b7734
Showing
12 changed files
with
30 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
ROS 2 launch scripts for starting the TurtleBot3 | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<exec_depend>hls_lfcd_lds_driver</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
ROS 2 launch scripts for cartographer | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<exec_depend>cartographer_ros</exec_depend> | ||
<export> | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
3D models of the TurtleBot3 for simulation and visualization | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<depend>urdf</depend> | ||
<export> | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
This package provides four basic examples for TurtleBot3 (i.e., interactive marker, object detection, patrol and position control). | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Ryan Shim</author> | ||
<author email="[email protected]">Gilbert</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>nav_msgs</depend> | ||
|
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 |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
], | ||
install_requires=['setuptools', 'launch'], | ||
zip_safe=True, | ||
author=['Ryan Shim', 'Gilbert'], | ||
author_email=['[email protected]', '[email protected]'], | ||
maintainer='Will Son', | ||
maintainer_email='willson@robotis.com', | ||
author=['Will Son', 'Ryan Shim', 'Gilbert'], | ||
author_email=['[email protected]', '[email protected]', '[email protected]'], | ||
maintainer='Pyo', | ||
maintainer_email='pyo@robotis.com', | ||
keywords=['ROS', 'ROS2', 'examples', 'rclpy'], | ||
classifiers=[ | ||
'Intended Audience :: Developers', | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
ROS 2 launch scripts for navigation2 | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<exec_depend>nav2_bringup</exec_depend> | ||
<export> | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
TurtleBot3 driver node that include diff drive controller, odometry and tf node | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<depend>dynamixel_sdk</depend> | ||
<depend>geometry_msgs</depend> | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
<description> | ||
Teleoperation node using keyboard for TurtleBot3. | ||
</description> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Will Son</author> | ||
<exec_depend>geometry_msgs</exec_depend> | ||
<exec_depend>rclpy</exec_depend> | ||
<export> | ||
|
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 |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
zip_safe=True, | ||
author='Darby Lim', | ||
author_email='[email protected]', | ||
maintainer='Will Son', | ||
maintainer_email='willson@robotis.com', | ||
maintainer='Pyo', | ||
maintainer_email='pyo@robotis.com', | ||
keywords=['ROS'], | ||
classifiers=[ | ||
'Intended Audience :: Developers', | ||
|