diff --git a/op3_action_module_msgs/CHANGELOG.rst b/op3_action_module_msgs/CHANGELOG.rst new file mode 100644 index 0000000..1b6028a --- /dev/null +++ b/op3_action_module_msgs/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package op3_action_module_msgs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2017-10-27) +----------- +* added msg package for ROBOTIS OP3 +* Contributors: Kayman diff --git a/op3_action_module_msgs/CMakeLists.txt b/op3_action_module_msgs/CMakeLists.txt index b699711..85b8fd0 100644 --- a/op3_action_module_msgs/CMakeLists.txt +++ b/op3_action_module_msgs/CMakeLists.txt @@ -4,13 +4,12 @@ cmake_minimum_required(VERSION 2.8.3) project(op3_action_module_msgs) - ################################################################################ # Packages ################################################################################ find_package(catkin REQUIRED COMPONENTS - std_msgs message_generation + std_msgs ) ################################################################################ diff --git a/op3_action_module_msgs/package.xml b/op3_action_module_msgs/package.xml index 86718b3..4d041a6 100644 --- a/op3_action_module_msgs/package.xml +++ b/op3_action_module_msgs/package.xml @@ -2,13 +2,18 @@ op3_action_module_msgs 0.1.0 - The op3_action_module_msgs package + + Message and service types: custom messages and services for ROBOTIS OP3 packages + Apache License 2.0 + Kayman Pyo - ROBOTIS + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs/issues + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs + http://wiki.ros.org/robotis_op3_msgs catkin message_generation - std_msgs + std_msgs + message_runtime std_msgs - message_runtime diff --git a/op3_offset_tuner_msgs/CHANGELOG.rst b/op3_offset_tuner_msgs/CHANGELOG.rst new file mode 100644 index 0000000..6d2c80a --- /dev/null +++ b/op3_offset_tuner_msgs/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package op3_offset_tuner_msgs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2017-10-27) +----------- +* added msg package for ROBOTIS OP3 +* Contributors: Kayman diff --git a/op3_offset_tuner_msgs/CMakeLists.txt b/op3_offset_tuner_msgs/CMakeLists.txt index 12a05a3..2ac0dc5 100644 --- a/op3_offset_tuner_msgs/CMakeLists.txt +++ b/op3_offset_tuner_msgs/CMakeLists.txt @@ -8,10 +8,8 @@ project(op3_offset_tuner_msgs) # Packages ################################################################################ find_package(catkin REQUIRED COMPONENTS - roscpp - rospy - std_msgs message_generation + std_msgs ) ################################################################################ @@ -43,6 +41,7 @@ generate_messages( # Catkin specific configuration ################################################################################ catkin_package( + CATKIN_DEPENDS message_runtime std_msgs ) ################################################################################ diff --git a/op3_offset_tuner_msgs/package.xml b/op3_offset_tuner_msgs/package.xml index 45a185b..f8f63d8 100644 --- a/op3_offset_tuner_msgs/package.xml +++ b/op3_offset_tuner_msgs/package.xml @@ -2,17 +2,19 @@ op3_offset_tuner_msgs 0.1.0 - The offset_tuner_msgs package + + Message and service types: custom messages and services for ROBOTIS OP3 packages + Apache License 2.0 - Jay + Kayman Pyo - catkin + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs/issues + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs + http://wiki.ros.org/robotis_op3_msgs + catkin message_generation - roscpp - rospy - std_msgs - roscpp - rospy - std_msgs + std_msgs message_runtime + std_msgs + diff --git a/op3_walking_module_msgs/CHANGELOG.rst b/op3_walking_module_msgs/CHANGELOG.rst new file mode 100644 index 0000000..51fa570 --- /dev/null +++ b/op3_walking_module_msgs/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package op3_walking_module_msgs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2017-10-27) +----------- +* added msg package for ROBOTIS OP3 +* Contributors: Kayman, Yoshimaru Tanaka diff --git a/op3_walking_module_msgs/CMakeLists.txt b/op3_walking_module_msgs/CMakeLists.txt index 8929451..fafd3d0 100644 --- a/op3_walking_module_msgs/CMakeLists.txt +++ b/op3_walking_module_msgs/CMakeLists.txt @@ -9,8 +9,6 @@ project(op3_walking_module_msgs) ################################################################################ find_package(catkin REQUIRED COMPONENTS message_generation - roscpp - rospy std_msgs ) @@ -40,7 +38,9 @@ generate_messages( ################################################################################ # Catkin specific configuration ################################################################################ -catkin_package() +catkin_package( + CATKIN_DEPENDS message_runtime std_msgs +) ################################################################################ # Build diff --git a/op3_walking_module_msgs/package.xml b/op3_walking_module_msgs/package.xml index 0dd9081..4aa7c4f 100644 --- a/op3_walking_module_msgs/package.xml +++ b/op3_walking_module_msgs/package.xml @@ -2,16 +2,18 @@ op3_walking_module_msgs 0.1.0 - The op3_walking_module_msgs package + + Message and service types: custom messages and services for ROBOTIS OP3 packages + Apache License 2.0 Kayman Pyo + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs/issues + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs + http://wiki.ros.org/robotis_op3_msgs catkin message_generation - roscpp - rospy std_msgs - roscpp - rospy + message_runtime std_msgs diff --git a/robotis_op3_msgs/CHANGELOG.rst b/robotis_op3_msgs/CHANGELOG.rst new file mode 100644 index 0000000..b2240fd --- /dev/null +++ b/robotis_op3_msgs/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package robotis_op3_msgs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2017-10-27) +----------- +* added msg package for ROBOTIS OP3 +* Contributors: Kayman diff --git a/robotis_op3_msgs/CMakeLists.txt b/robotis_op3_msgs/CMakeLists.txt index 2e7680e..355ce4a 100644 --- a/robotis_op3_msgs/CMakeLists.txt +++ b/robotis_op3_msgs/CMakeLists.txt @@ -1,4 +1,4 @@ cmake_minimum_required(VERSION 2.8.3) project(robotis_op3_msgs) find_package(catkin REQUIRED) -catkin_metapackage() \ No newline at end of file +catkin_metapackage() diff --git a/robotis_op3_msgs/package.xml b/robotis_op3_msgs/package.xml index f2339f1..6c96d04 100644 --- a/robotis_op3_msgs/package.xml +++ b/robotis_op3_msgs/package.xml @@ -3,24 +3,17 @@ robotis_op3_msgs 0.1.0 - ROS packages for the robotis_op3_msgs (meta package) + ROS msgs packages for the ROBOTIS OP3 (meta package) - Apache License 2.0 Kayman Pyo - - - - - + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs/issues + https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Msgs + http://wiki.ros.org/robotis_op3_msgs catkin - op3_action_module_msgs op3_offset_tuner_msgs op3_walking_module_msgs - - - - +