Skip to content

Commit bb3bc9d

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent 58307e3 commit bb3bc9d

File tree

15 files changed

+132
-31
lines changed

15 files changed

+132
-31
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,22 @@
1414
- http://wiki.ros.org/open_manipulator (metapackage)
1515
- http://wiki.ros.org/open_manipulator_description
1616
- http://wiki.ros.org/open_manipulator_dynamixel_ctrl
17-
- http://wiki.ros.org/open_manipulator_gazebo
1817
- http://wiki.ros.org/open_manipulator_moveit
19-
- http://wiki.ros.org/open_manipulator_msgs
2018
- http://wiki.ros.org/open_manipulator_position_ctrl
21-
- http://wiki.ros.org/open_manipulator_with_tb3
2219

2320
## Open Source related to OpenManipulator
2421
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
22+
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
23+
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)
24+
- [open_manipulator_perceptions](https://github.com/ROBOTIS-GIT/open_manipulator_perceptions)
25+
- [open_manipulator_with_tb3](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3)
26+
- [open_manipulator_with_tb3_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_msgs)
27+
- [open_manipulator_with_tb3_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_simulations)
2528
- [turtlebot3](https://github.com/ROBOTIS-GIT/turtlebot3)
2629
- [turtlebot3_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_msgs)
2730
- [turtlebot3_simulations](https://github.com/ROBOTIS-GIT/turtlebot3_simulations)
2831
- [turtlebot3_applications](https://github.com/ROBOTIS-GIT/turtlebot3_applications)
32+
- [turtlebot3_applications_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_applications_msgs)
2933
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
3034
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
3135
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)

open_manipulator/CHANGELOG.rst

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

5+
1.0.0 (2018-06-01)
6+
------------------
7+
* package reconfiguration for OpenManipulator
8+
* added new stl files
9+
* added urdf, rviz param, gazebo params, group
10+
* added function to support protocol 1.0
11+
* modified color, xacro server, mu1, mu2, collision range, joint limit
12+
* modified joint_state_publisher, joint_states_publisher
13+
* modified params of inertial, xacro, gazebo, collision, friction
14+
* modified urdf file names and collision geometry
15+
* modified motor id, msg names
16+
* modified description and package tree
17+
* deleted unnecessary packages
18+
* merged pull request `#34 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/34>`_ `#33 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/33>`_ `#32 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/32>`_ `#31 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/31>`_ `#27 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/27>`_ `#26 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/26>`_ `#25 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/25>`_
19+
* Contributors: Darby Lim, Pyo
20+
521
0.1.1 (2018-03-15)
622
------------------
723
* modified build setting for using yaml-cpp

open_manipulator/package.xml

Lines changed: 4 additions & 3 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</name>
4-
<version>0.1.1</version>
4+
<version>1.0.0</version>
55
<description>
66
ROS-enabled OpenManipulator is a full open robot platform consisting of OpenSoftware​, OpenHardware and OpenCR(Embedded board)​.
77
The OpenManipulator is allowed users to control it more easily by linking with the MoveIt! package. Moreover it has full hardware compatibility with TurtleBot3​.
@@ -10,9 +10,10 @@
1010
<license>Apache 2.0</license>
1111
<author email="thlim@robotis.com">Darby Lim</author>
1212
<maintainer email="pyo@robotis.com">Pyo</maintainer>
13-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
13+
<url type="website">http://wiki.ros.org/open_manipulator</url>
14+
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1415
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator</url>
15-
<url type="website">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
16+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
1617
<buildtool_depend>catkin</buildtool_depend>
1718
<exec_depend>open_manipulator_description</exec_depend>
1819
<exec_depend>open_manipulator_dynamixel_ctrl</exec_depend>

open_manipulator_description/CHANGELOG.rst

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

5+
1.0.0 (2018-06-01)
6+
------------------
7+
* package reconfiguration for OpenManipulator
8+
* added new stl files
9+
* added urdf, rviz param, gazebo params, group
10+
* modified color, xacro server, mu1, mu2, collision range, joint limit
11+
* modified joint_state_publisher, joint_states_publisher
12+
* modified params of inertial, xacro, gazebo, collision, friction
13+
* modified urdf file names and collision geometry
14+
* deleted unnecessary packages
15+
* merged pull request `#34 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/34>`_ `#33 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/33>`_ `#31 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/31>`_ `#27 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/27>`_ `#26 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/26>`_ `#25 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/25>`_
16+
* Contributors: Darby Lim, Pyo
17+
518
0.1.1 (2018-03-15)
619
------------------
720
* none

open_manipulator_description/CMakeLists.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
################################################################################
2-
# CMake
2+
# Set minimum required version of cmake, project name and compile options
33
################################################################################
44
cmake_minimum_required(VERSION 2.8.3)
55
project(open_manipulator_description)
66

77
################################################################################
8-
# Packages
8+
# Find catkin packages and libraries for catkin and system dependencies
99
################################################################################
1010
find_package(catkin REQUIRED)
1111

12+
################################################################################
13+
# Setup for python modules and scripts
14+
################################################################################
15+
1216
################################################################################
1317
# Declare ROS messages, services and actions
1418
################################################################################
@@ -18,7 +22,7 @@ find_package(catkin REQUIRED)
1822
################################################################################
1923

2024
################################################################################
21-
# Catkin specific configuration
25+
# Declare catkin specific configuration to be passed to dependent projects
2226
################################################################################
2327
catkin_package()
2428

open_manipulator_description/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_description</name>
4-
<version>0.1.1</version>
4+
<version>1.0.0</version>
55
<description>
66
OpenManipulator 3D model description for visualization and simulation
77
</description>
88
<license>Apache 2.0</license>
99
<author email="thlim@robotis.com">Darby Lim</author>
1010
<maintainer email="pyo@robotis.com">Pyo</maintainer>
11-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
11+
<url type="website">http://wiki.ros.org/open_manipulator_description</url>
12+
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator</url>
13-
<url type="website">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
14+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
1415
<buildtool_depend>catkin</buildtool_depend>
1516
<exec_depend>joint_state_publisher</exec_depend>
1617
<exec_depend>robot_state_publisher</exec_depend>

open_manipulator_dynamixel_ctrl/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_dynamixel_ctrl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2018-06-01)
6+
------------------
7+
* package reconfiguration for OpenManipulator
8+
* added function to support protocol 1.0
9+
* modified motor id, msg names
10+
* merged pull request `#34 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/34>`_ `#33 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/33>`_ `#31 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/31>`_ `#27 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/27>`_ `#26 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/26>`_ `#25 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/25>`_
11+
* Contributors: Darby Lim, Pyo
12+
513
0.1.1 (2018-03-15)
614
------------------
715
* none

open_manipulator_dynamixel_ctrl/CMakeLists.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
################################################################################
2-
# CMake
2+
# Set minimum required version of cmake, project name and compile options
33
################################################################################
44
cmake_minimum_required(VERSION 2.8.3)
55
project(open_manipulator_dynamixel_ctrl)
66

77
add_compile_options(-std=c++11)
88

99
################################################################################
10-
# Packages
10+
# Find catkin packages and libraries for catkin and system dependencies
1111
################################################################################
1212
find_package(catkin REQUIRED COMPONENTS
1313
roscpp
@@ -16,6 +16,10 @@ find_package(catkin REQUIRED COMPONENTS
1616
dynamixel_workbench_toolbox
1717
)
1818

19+
################################################################################
20+
# Setup for python modules and scripts
21+
################################################################################
22+
1923
################################################################################
2024
# Declare ROS messages, services and actions
2125
################################################################################
@@ -25,7 +29,7 @@ find_package(catkin REQUIRED COMPONENTS
2529
################################################################################
2630

2731
################################################################################
28-
# Catkin specific configuration
32+
# Declare catkin specific configuration to be passed to dependent projects
2933
################################################################################
3034
catkin_package(
3135
INCLUDE_DIRS include

open_manipulator_dynamixel_ctrl/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_dynamixel_ctrl</name>
4-
<version>0.1.1</version>
4+
<version>1.0.0</version>
55
<description>
66
The Dynamixel controller package based on Dynamixel-Workbench for OpenManipulator.
77
</description>
88
<license>Apache 2.0</license>
99
<author email="thlim@robotis.com">Darby Lim</author>
1010
<maintainer email="pyo@robotis.com">Pyo</maintainer>
11-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
11+
<url type="website">http://wiki.ros.org/open_manipulator_dynamixel_ctrl</url>
12+
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator</url>
13-
<url type="website">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
14+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
1415
<buildtool_depend>catkin</buildtool_depend>
1516
<depend>roscpp</depend>
1617
<depend>std_msgs</depend>

open_manipulator_moveit/CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package open_manipulator_moveit
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
1.0.0 (2018-06-01)
6+
------------------
7+
* package reconfiguration for OpenManipulator
8+
* added position only IK
9+
* added compability with book
10+
* deleted unused variables, 'chain' word
11+
* merged pull request `#34 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/34>`_ `#33 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/33>`_ `#32 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/32>`_ `#31 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/31>`_ `#27 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/27>`_ `#26 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/26>`_ `#25 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/25>`_
12+
* Contributors: Darby Lim, Pyo
13+
14+
0.1.1 (2018-03-15)
15+
------------------
16+
* none
17+
18+
0.1.0 (2018-03-14)
19+
------------------
20+
* modified moveit set and gripper control
21+
* modified gazebo and moveit setting
22+
* modified gazebo sim
23+
* modified description
24+
* modified cmake, packages files for release
25+
* refactoring for release
26+
* Contributors: Darby Lim, Pyo

open_manipulator_moveit/CMakeLists.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
################################################################################
2-
# CMake
2+
# Set minimum required version of cmake, project name and compile options
33
################################################################################
44
cmake_minimum_required(VERSION 2.8.3)
55
project(open_manipulator_moveit)
66

77
add_compile_options(-std=c++11)
88

99
################################################################################
10-
# Packages
10+
# Find catkin packages and libraries for catkin and system dependencies
1111
################################################################################
1212
find_package(catkin REQUIRED COMPONENTS
1313
moveit_ros_move_group
@@ -20,6 +20,10 @@ find_package(catkin REQUIRED COMPONENTS
2020
urdf
2121
)
2222

23+
################################################################################
24+
# Setup for python modules and scripts
25+
################################################################################
26+
2327
################################################################################
2428
# Declare ROS messages, services and actions
2529
################################################################################
@@ -29,7 +33,7 @@ find_package(catkin REQUIRED COMPONENTS
2933
################################################################################
3034

3135
################################################################################
32-
# Catkin specific configuration
36+
# Declare catkin specific configuration to be passed to dependent projects
3337
################################################################################
3438
catkin_package(
3539
INCLUDE_DIRS include

open_manipulator_moveit/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_moveit</name>
4-
<version>0.1.1</version>
4+
<version>1.0.0</version>
55
<description>
66
An automatically generated packages including all the configurations and launch files for OpenManipulator by using MoveIt! Motion Planning Framework.
77
</description>
88
<license>Apache 2.0</license>
99
<author email="thlim@robotis.com">Darby Lim</author>
1010
<maintainer email="pyo@robotis.com">Pyo</maintainer>
11-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
11+
<url type="website">http://wiki.ros.org/open_manipulator_moveit</url>
12+
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator</url>
13-
<url type="website">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
14+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
1415
<buildtool_depend>catkin</buildtool_depend>
1516
<depend>moveit_ros_move_group</depend>
1617
<depend>moveit_kinematics</depend>

open_manipulator_position_ctrl/CHANGELOG.rst

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

5+
1.0.0 (2018-06-01)
6+
------------------
7+
* package reconfiguration for OpenManipulator
8+
* added pick and place controller
9+
* added private node handler, init_position arg, state machine, task, joint limit param
10+
* added scaling factor for moving time and block making another path when robot moving
11+
* modified publisher, velocity scaling factor
12+
* modified serive to get pose data
13+
* deleted boost lib, unused variables
14+
* merged pull request `#34 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/34>`_ `#33 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/33>`_ `#31 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/31>`_ `#27 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/27>`_ `#26 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/26>`_ `#25 <https://github.com/ROBOTIS-GIT/open_manipulator/issues/25>`_
15+
* Contributors: Darby Lim, Pyo
16+
517
0.1.1 (2018-03-15)
618
------------------
719
* modified build setting for using yaml-cpp

open_manipulator_position_ctrl/CMakeLists.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
################################################################################
2-
# CMake
2+
# Set minimum required version of cmake, project name and compile options
33
################################################################################
44
cmake_minimum_required(VERSION 2.8.3)
55
project(open_manipulator_position_ctrl)
66

7-
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
7+
## Compile as C++11, supported in ROS Kinetic and newer
8+
add_compile_options(-std=c++11)
89

910
################################################################################
10-
# Packages
11+
# Find catkin packages and libraries for catkin and system dependencies
1112
################################################################################
1213
find_package(catkin REQUIRED COMPONENTS
1314
roscpp
@@ -23,6 +24,10 @@ find_package(catkin REQUIRED COMPONENTS
2324

2425
find_package(Eigen3 REQUIRED)
2526

27+
################################################################################
28+
# Setup for python modules and scripts
29+
################################################################################
30+
2631
################################################################################
2732
# Declare ROS messages, services and actions
2833
################################################################################
@@ -32,7 +37,7 @@ find_package(Eigen3 REQUIRED)
3237
################################################################################
3338

3439
################################################################################
35-
# Catkin specific configuration
40+
# Declare catkin specific configuration to be passed to dependent projects
3641
################################################################################
3742
catkin_package(
3843
INCLUDE_DIRS include

open_manipulator_position_ctrl/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>open_manipulator_position_ctrl</name>
4-
<version>0.1.1</version>
4+
<version>1.0.0</version>
55
<description>
66
This packages based on MoveIt! framework to manipulate OpenManipulator
77
</description>
88
<license>Apache 2.0</license>
99
<author email="thlim@robotis.com">Darby Lim</author>
1010
<maintainer email="pyo@robotis.com">Pyo</maintainer>
11-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
11+
<url type="website">http://wiki.ros.org/open_manipulator_position_ctrl</url>
12+
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator</url>
13-
<url type="website">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
14+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator/issues</url>
1415
<buildtool_depend>catkin</buildtool_depend>
1516
<depend>roscpp</depend>
1617
<depend>std_msgs</depend>

0 commit comments

Comments
 (0)