Skip to content

Commit c8cf544

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent 410a192 commit c8cf544

File tree

6 files changed

+33
-8
lines changed

6 files changed

+33
-8
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@ notifications:
1818
- pyo@robotis.com
1919
env:
2020
matrix:
21-
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian
22-
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie
21+
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
22+
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
23+
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
24+
matrix:
25+
allow_failures:
26+
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
2327
branches:
2428
only:
2529
- master
2630
- develop
2731
- kinetic-devel
32+
- melodic-devel
2833
install:
2934
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3035
script:
3136
- source .ci_config/travis.sh
32-
37+

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## ROS Packages for OpenManipulator
66
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
77
|:---:|:---:|:---:|
8-
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_simulations.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_simulations)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations)|-|
8+
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_simulations.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_simulations)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_simulations)|
99

1010
## ROBOTIS e-Manual for OpenManipulator
1111
- [ROBOTIS e-Manual for OpenManipulator](http://emanual.robotis.com/docs/en/platform/openmanipulator/)
@@ -15,10 +15,13 @@
1515
- http://wiki.ros.org/open_manipulator_gazebo
1616

1717
## Open Source related to OpenManipulator
18+
- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator)
1819
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
1920
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
2021
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)
2122
- [open_manipulator_perceptions](https://github.com/ROBOTIS-GIT/open_manipulator_perceptions)
23+
- [open_manipulator_processing](https://github.com/ROBOTIS-GIT/open_manipulator_processing)
24+
- [open_manipulator_friends](https://github.com/ROBOTIS-GIT/open_manipulator_friends)
2225
- [open_manipulator_with_tb3](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3)
2326
- [open_manipulator_with_tb3_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_msgs)
2427
- [open_manipulator_with_tb3_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_simulations)
@@ -33,7 +36,6 @@
3336
- [manipulator_h](https://github.com/ROBOTIS-GIT/ROBOTIS-MANIPULATOR-H)
3437
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK)
3538
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench)
36-
- [robotis_math](https://github.com/ROBOTIS-GIT/ROBOTIS-Math)
3739
- [OpenCR-Hardware](https://github.com/ROBOTIS-GIT/OpenCR-Hardware)
3840
- [OpenCR](https://github.com/ROBOTIS-GIT/OpenCR)
3941

open_manipulator_gazebo/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package open_manipulator_gazebo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-02-08)
6+
------------------
7+
* added subscriber for gripper control `#3 <https://github.com/ROBOTIS-GIT/open_manipulator_simulations/issues/3>`_
8+
* added pid gain for gazebo controller
9+
* change gripper name
10+
* change effort to position controllers
11+
* Contributors: Darby Lim, Hye-Jong KIM, Pyo
12+
513
1.0.0 (2018-06-01)
614
------------------
715
* package reconfiguration for OpenManipulator

open_manipulator_gazebo/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_gazebo</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
Gazebo configurations package for OpenManipulator
77
</description>
@@ -11,7 +11,8 @@
1111
<author email="jhshim@robotis.com">Ryan Shim</author>
1212
<author email="yhna@robotis.com">Yong-Ho Na</author>
1313
<maintainer email="pyo@robotis.com">Pyo</maintainer>
14-
<url type="website">http://wiki.ros.org/open_manipulator_simulations</url>
14+
<maintainer email="hjkim@robotis.com">Hye-Jong KIM</maintainer>
15+
<url type="website">http://wiki.ros.org/open_manipulator_gazebo</url>
1516
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1617
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator_simulations</url>
1718
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator_simulations/issues</url>

open_manipulator_simulations/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package open_manipulator_simulations
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-02-08)
6+
------------------
7+
* added subscriber for gripper control `#3 <https://github.com/ROBOTIS-GIT/open_manipulator_simulations/issues/3>`_
8+
* added pid gain for gazebo controller
9+
* change gripper name
10+
* change effort to position controllers
11+
* Contributors: Darby Lim, Hye-Jong KIM, Pyo
12+
513
1.0.0 (2018-06-01)
614
------------------
715
* package reconfiguration for OpenManipulator

open_manipulator_simulations/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_simulations</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
Simulation packages for OpenManipulator
77
</description>
@@ -11,6 +11,7 @@
1111
<author email="jhshim@robotis.com">Ryan Shim</author>
1212
<author email="yhna@robotis.com">Yong-Ho Na</author>
1313
<maintainer email="pyo@robotis.com">Pyo</maintainer>
14+
<maintainer email="hjkim@robotis.com">Hye-Jong KIM</maintainer>
1415
<url type="website">http://wiki.ros.org/open_manipulator_simulations</url>
1516
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1617
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator_simulations</url>

0 commit comments

Comments
 (0)