mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
prepare for 2.2.1 release
This commit is contained in:
parent
fcae5d8a2f
commit
77dbf28d4e
@ -16,7 +16,6 @@ branches:
|
||||
- ros2
|
||||
- ros2-devel
|
||||
- dashing-devel
|
||||
- eloquent-devel
|
||||
- foxy-devel
|
||||
|
||||
install:
|
||||
@ -25,5 +24,4 @@ install:
|
||||
matrix:
|
||||
include:
|
||||
- script: .ros2ci/travis.bash dashing
|
||||
- script: .ros2ci/travis.bash eloquent
|
||||
- script: .ros2ci/travis.bash foxy
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
|
||||
|
||||
## ROS 2 Packages for TurtleBot3 Simulations
|
||||
|ros2-devel|ros2|Dashing + Ubuntu Bionic|Eloquent + Ubuntu Bionic|Foxy + Ubuntu Focal|
|
||||
|:---:|:---:|:---:|:---:|:---:|
|
||||
|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|
|
||||
|ros2-devel|ros2|Dashing + Ubuntu Bionic|Foxy + Ubuntu Focal|
|
||||
|:---:|:---:|:---:|:---:|
|
||||
|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|[](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_simulations)|
|
||||
|
||||
## ROBOTIS e-Manual for TurtleBot3
|
||||
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
|
||||
@ -37,7 +37,6 @@
|
||||
- [open_manipulator_with_tb3](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3)
|
||||
- [open_manipulator_with_tb3_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_simulations)
|
||||
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK)
|
||||
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench)
|
||||
- [OpenCR-Hardware](https://github.com/ROBOTIS-GIT/OpenCR-Hardware)
|
||||
- [OpenCR](https://github.com/ROBOTIS-GIT/OpenCR)
|
||||
|
||||
@ -45,7 +44,6 @@
|
||||
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
|
||||
- [ROBOTIS e-Manual for OpenManipulator](http://emanual.robotis.com/docs/en/platform/openmanipulator/)
|
||||
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
|
||||
- [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/)
|
||||
- [Website for TurtleBot Series](http://www.turtlebot.com/)
|
||||
- [e-Book for TurtleBot3](https://community.robotsource.org/t/download-the-ros-robot-programming-book-for-free/51/)
|
||||
- [Videos for TurtleBot3 ](https://www.youtube.com/playlist?list=PLRG6WP3c31_XI3wlvHlx2Mp8BYqgqDURU)
|
||||
|
||||
@ -2,6 +2,12 @@
|
||||
Changelog for package turtlebot3_fake
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.2.1 (2021-01-13)
|
||||
------------------
|
||||
* Eloquent Elusor EOL
|
||||
* Ament lint applied
|
||||
* Contributors: ashe Kim, Will Son
|
||||
|
||||
2.2.0 (2020-06-29)
|
||||
------------------
|
||||
* none
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_fake_node</name>
|
||||
<version>2.2.0</version>
|
||||
<version>2.2.1</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.
|
||||
|
||||
@ -2,6 +2,15 @@
|
||||
Changelog for package turtlebot3_gazebo
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.2.1 (2021-01-13)
|
||||
------------------
|
||||
* Eloquent Elusor EOL
|
||||
* Add missing imu joint in sdf
|
||||
* Append Gazebo model path
|
||||
* Portable fix, launch description revise
|
||||
* Ament lint applied
|
||||
* Contributors: minwoominwoominwoo7, Rayman, seanyen, ashe kim, Will Son
|
||||
|
||||
2.2.0 (2020-06-29)
|
||||
------------------
|
||||
* TurtleBot3 Drive node implementation
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_gazebo</name>
|
||||
<version>2.2.0</version>
|
||||
<version>2.2.1</version>
|
||||
<description>
|
||||
Gazebo simulation package for the TurtleBot3
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,15 @@
|
||||
Changelog for package turtlebot3_simulations
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.2.1 (2021-01-13)
|
||||
------------------
|
||||
* Eloquent Elusor EOL
|
||||
* Add missing imu joint in sdf
|
||||
* Append Gazebo model path
|
||||
* Portable fix, launch description revise
|
||||
* Ament lint applied
|
||||
* Contributors: minwoominwoominwoo7, Rayman, seanyen, ashe kim, Will Son
|
||||
|
||||
2.2.0 (2020-06-29)
|
||||
------------------
|
||||
* TurtleBot3 Drive node implementation
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_simulations</name>
|
||||
<version>2.2.0</version>
|
||||
<version>2.2.1</version>
|
||||
<description>
|
||||
ROS 2 packages for TurtleBot3 simulations
|
||||
</description>
|
||||
|
||||
@ -2,16 +2,16 @@ repositories:
|
||||
turtlebot3/turtlebot3:
|
||||
type: git
|
||||
url: https://github.com/ROBOTIS-GIT/turtlebot3.git
|
||||
version: ros2
|
||||
version: ros2-devel
|
||||
turtlebot3/turtlebot3_msgs:
|
||||
type: git
|
||||
url: https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
|
||||
version: ros2
|
||||
version: ros2-devel
|
||||
utils/DynamixelSDK:
|
||||
type: git
|
||||
url: https://github.com/ROBOTIS-GIT/DynamixelSDK.git
|
||||
version: ros2
|
||||
version: ros2-devel
|
||||
utils/hls_lfcd_lds_driver:
|
||||
type: git
|
||||
url: https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver.git
|
||||
version: ros2
|
||||
version: ros2-devel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user