Skip to content

Commit

Permalink
modified build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Mar 14, 2018
1 parent 8c454dd commit 77b81ea
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 7 deletions.
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* modified build setting for using yaml-cpp
* Contributors: Pyo

0.1.0 (2018-03-14)
------------------
* added meta package for OpenManipulator
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>0.1.0</version>
<version>0.1.1</version>
<description>
ROS-enabled OpenManipulator is a full open robot platform consisting of OpenSoftware​, OpenHardware and OpenCR(Embedded board)​.
OpenManipulator are based on ROS ​and OpenSource. ROS official hardware platform, TurtleBot series has been supporting ‘TurtleBot Arm’.
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* none

0.1.0 (2018-03-14)
------------------
* modified joint control
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>0.1.0</version>
<version>0.1.1</version>
<description>
3D models of the OpenManipulator description for simulation and visualization
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_dynamixel_ctrl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_dynamixel_ctrl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* none

0.1.0 (2018-03-14)
------------------
* added new dynamixel-workbench and velocity message
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_dynamixel_ctrl/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_dynamixel_ctrl</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The Dynamixel ctroller package for OpenManipulator
</description>
Expand Down
4 changes: 4 additions & 0 deletions open_manipulator_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package open_manipulator_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* none

0.1.0 (2018-03-14)
------------------
* modified gazebo dependency
Expand Down
2 changes: 1 addition & 1 deletion open_manipulator_gazebo/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_gazebo</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
Simulation package using gazebo for OpenManipulator
</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* none

0.1.0 (2018-03-14)
------------------
* modified moveit set and gripper control
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>0.1.0</version>
<version>0.1.1</version>
<description>
An automatically generated package with all the configuration and launch files for using the open_manipulator_chain with the MoveIt! Motion Planning Framework.
</description>
Expand Down
3 changes: 3 additions & 0 deletions open_manipulator_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package open_manipulator_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.1.0 (2018-03-14)
------------------
* modified dynamixel controller
Expand Down
5 changes: 5 additions & 0 deletions open_manipulator_position_ctrl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package open_manipulator_position_ctrl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2018-03-15)
------------------
* modified build setting for using yaml-cpp
* Contributors: Pyo

0.1.0 (2018-03-14)
------------------
* modified control frequency
Expand Down
3 changes: 2 additions & 1 deletion open_manipulator_position_ctrl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pkg_check_modules(YAML_CPP REQUIRED yaml-cpp)
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp std_msgs sensor_msgs control_msgs moveit_msgs open_manipulator_msgs dynamixel_sdk robotis_math cmake_modules moveit_core moveit_ros_planning moveit_ros_planning_interface
DEPENDS EIGEN3
)

################################################################################
Expand All @@ -56,7 +57,7 @@ include_directories(

add_executable(position_controller src/position_controller.cpp src/motion_planning_tool.cpp)
add_dependencies(position_controller ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
target_link_libraries(position_controller ${catkin_LIBRARIES} ${yaml_cpp_LIBRARIES})
target_link_libraries(position_controller ${catkin_LIBRARIES} ${Eigen3_LIBRARIES} ${yaml_cpp_LIBRARIES})

################################################################################
# Install
Expand Down
3 changes: 2 additions & 1 deletion open_manipulator_position_ctrl/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_position_ctrl</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The position contrloller package for OpenManipulator
</description>
Expand All @@ -24,5 +24,6 @@
<depend>moveit_core</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>eigen</depend>
<depend>yaml-cpp</depend>
</package>
3 changes: 3 additions & 0 deletions open_manipulator_with_tb3/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package open_manipulator_with_tb3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.1.0 (2018-03-14)
------------------
* modified launch file
Expand Down

0 comments on commit 77b81ea

Please sign in to comment.