-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the CHANGELOG and version to release binary packages
- Loading branch information
1 parent
3520d39
commit fa165e1
Showing
10 changed files
with
88 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_fake</name> | ||
<version>0.2.4</version> | ||
<version>1.0.0</version> | ||
<description> | ||
Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot. | ||
You can do simple tests using this package on rviz without real robots. | ||
|
@@ -10,9 +10,10 @@ | |
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<url type="website">http://wiki.ros.org/turtlebot3_fake</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<depend>roscpp</depend> | ||
<depend>std_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
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,17 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_gazebo</name> | ||
<version>0.2.4</version> | ||
<version>1.0.0</version> | ||
<description> | ||
Gazebo simulation package for the TurtleBot3 | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<url type="website">http://wiki.ros.org/turtlebot3_gazebo</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<depend>roscpp</depend> | ||
<depend>std_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
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,17 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_simulations</name> | ||
<version>0.2.4</version> | ||
<version>1.0.0</version> | ||
<description> | ||
ROS packages for the turtlebot3 simulation (meta package) | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Pyo</author> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<url type="website">http://wiki.ros.org/turtlebot3_simulations</url> | ||
<url type="emanual">http://turtlebot3.robotis.com</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url> | ||
<url type="website">http://turtlebot3.robotis.com</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<exec_depend>turtlebot3_fake</exec_depend> | ||
<exec_depend>turtlebot3_gazebo</exec_depend> | ||
|