Skip to content

Commit

Permalink
Merge pull request #90 from ROBOTIS-GIT/develop
Browse files Browse the repository at this point in the history
added dependency option for open_manipulator_control_gui package
  • Loading branch information
robotpilot authored Feb 17, 2019
2 parents c390e7f + 897e579 commit 3e1ddd3
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ notifications:
- [email protected]
env:
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=file $ROSINSTALL_FILENAME=".open_manipulator.rosinstall"
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=file $ROSINSTALL_FILENAME=".open_manipulator.rosinstall"
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
#- 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
- 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
Expand Down
5 changes: 5 additions & 0 deletions open_manipulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package open_manipulator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* added dependency option for open_manipulator_control_gui package
* Contributors: Pyo

2.0.0 (2019-02-08)
------------------
* updated the CHANGELOG and version to release binary packages
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
ROS-enabled OpenManipulator is a full open robot platform consisting of OpenSoftware​, OpenHardware and OpenCR(Embedded board)​.
The OpenManipulator is allowed users to control it more easily by linking with the MoveIt! package. Moreover it has full hardware compatibility with TurtleBot3​.
Expand Down
5 changes: 5 additions & 0 deletions open_manipulator_control_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package open_manipulator_control_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* added dependency option for open_manipulator_control_gui package
* Contributors: Pyo

2.0.0 (2019-02-08)
------------------
* updated the CHANGELOG and version to release binary packages (first relese)
Expand Down
6 changes: 5 additions & 1 deletion open_manipulator_control_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ find_package(catkin REQUIRED COMPONENTS
std_msgs
sensor_msgs
open_manipulator_msgs
cmake_modules
)
find_package(Eigen3 REQUIRED)
find_package(Qt5Widgets REQUIRED)

set(${PROJECT_NAME}_SRCS
Expand Down Expand Up @@ -65,6 +67,7 @@ endif()
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp std_msgs sensor_msgs open_manipulator_msgs
DEPENDS EIGEN3
)

qt5_wrap_cpp(${PROJECT_NAME}_MOCS ${${PROJECT_NAME}_HDRS})
Expand All @@ -86,11 +89,12 @@ include_directories(
include
${open_manipulator_control_gui_INCLUDE_DIRECTORIES}
${catkin_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
)

add_executable(open_manipulator_control_gui ${open_manipulator_control_gui_SRCS} ${open_manipulator_control_gui_MOCS} ${open_manipulator_control_gui_UIS_H} ${open_manipulator_control_gui_RCC})
add_dependencies(open_manipulator_control_gui ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
target_link_libraries(open_manipulator_control_gui Qt5::Widgets ${catkin_LIBRARIES})
target_link_libraries(open_manipulator_control_gui Qt5::Widgets ${catkin_LIBRARIES} ${Eigen3_LIBRARIES})

#################################################################################
## Install
Expand Down
4 changes: 3 additions & 1 deletion open_manipulator_control_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_control_gui</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
OpenManipulator GUI control package based on QT
</description>
Expand All @@ -25,4 +25,6 @@
<depend>qt5-qmake</depend>
<depend>libqt5-core</depend>
<depend>libqt5-gui</depend>
<depend>cmake_modules</depend>
<depend>eigen</depend>
</package>
4 changes: 4 additions & 0 deletions open_manipulator_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* none

2.0.0 (2019-02-08)
------------------
* added jointspace path serv, moveit params
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_controller/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_controller</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
OpenManipulator controller package
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* none

2.0.0 (2019-02-08)
------------------
* deleted model.launch
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_description</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
OpenManipulator 3D model description for visualization and simulation
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_libs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_libs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* none

2.0.0 (2019-02-08)
------------------
* changed open_manipulator_dynamixel_ctrl to open_manipulator_libs
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_libs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_libs</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
OpenManipulator library (Kinematics lib., Dynamixel lib., Drawing path lib.)
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_moveit/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_moveit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* none

2.0.0 (2019-02-08)
------------------
* added moveit config and controller
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_moveit/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_moveit</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
An automatically generated package with all the configuration and launch files for using the open_manipulator with the MoveIt! Motion Planning Framework
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-02-18)
------------------
* none

2.0.0 (2019-02-08)
------------------
* added new package for teleoperation
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_teleop/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_teleop</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
Provides teleoperation using keyboard for OpenManipulator.
</description>
Expand Down

0 comments on commit 3e1ddd3

Please sign in to comment.