-
Notifications
You must be signed in to change notification settings - Fork 20
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
410a192
commit c8cf544
Showing
6 changed files
with
33 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,20 @@ notifications: | |
- [email protected] | ||
env: | ||
matrix: | ||
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian | ||
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie | ||
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial | ||
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic | ||
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch | ||
matrix: | ||
allow_failures: | ||
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch | ||
branches: | ||
only: | ||
- master | ||
- develop | ||
- kinetic-devel | ||
- melodic-devel | ||
install: | ||
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config | ||
script: | ||
- source .ci_config/travis.sh | ||
|
||
|
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>open_manipulator_gazebo</name> | ||
<version>1.0.0</version> | ||
<version>1.1.0</version> | ||
<description> | ||
Gazebo configurations package for OpenManipulator | ||
</description> | ||
|
@@ -11,7 +11,8 @@ | |
<author email="[email protected]">Ryan Shim</author> | ||
<author email="[email protected]">Yong-Ho Na</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="website">http://wiki.ros.org/open_manipulator_simulations</url> | ||
<maintainer email="[email protected]">Hye-Jong KIM</maintainer> | ||
<url type="website">http://wiki.ros.org/open_manipulator_gazebo</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator_simulations</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator_simulations/issues</url> | ||
|
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>open_manipulator_simulations</name> | ||
<version>1.0.0</version> | ||
<version>1.1.0</version> | ||
<description> | ||
Simulation packages for OpenManipulator | ||
</description> | ||
|
@@ -11,6 +11,7 @@ | |
<author email="[email protected]">Ryan Shim</author> | ||
<author email="[email protected]">Yong-Ho Na</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<maintainer email="[email protected]">Hye-Jong KIM</maintainer> | ||
<url type="website">http://wiki.ros.org/open_manipulator_simulations</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator_simulations</url> | ||
|