Skip to content

Commit 132d3f5

Browse files
authored
Merge pull request #20 from ROBOTIS-GIT/develop
prepare to release
2 parents 56ebc5c + b36be59 commit 132d3f5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ notifications:
1515
on_success: change
1616
on_failure: always
1717
recipients:
18-
- pyo@robotis.com
18+
- willson@robotis.com
1919
env:
2020
matrix:
2121
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial

Diff for: CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package robotis_manipulator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2020-09-27)
6+
------------------
7+
* supports Doxygen
8+
* added getTrajectory function
9+
* added torque coefficient
10+
* change return type of funtions from void to bool
11+
* added dynamics solving options
12+
* fixed several bugs
13+
* Contributors: Hye-Jong KIM, Yong-Ho Na, Tomoya Yamanokuchi
14+
515
1.0.0 (2019-02-08)
616
------------------
717
* updated the CHANGELOG and version to release binary packages

Diff for: package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_manipulator</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
This package contains the manipulation API and functions for controlling the manipulator.
77
</description>
@@ -10,8 +10,8 @@
1010
<author email="[email protected]">Darby Lim</author>
1111
<author email="[email protected]">Yong-Ho Na</author>
1212
<author email="[email protected]">Ryan Shim</author>
13-
<maintainer email="[email protected]">Pyo</maintainer>
1413
<maintainer email="[email protected]">Hye-Jong KIM</maintainer>
14+
<maintainer email="[email protected]">Will Son</maintainer>
1515
<url type="website">http://wiki.ros.org/robotis_manipulator</url>
1616
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1717
<url type="repository">https://github.com/ROBOTIS-GIT/robotis_manipulator</url>

0 commit comments

Comments
 (0)