-
Notifications
You must be signed in to change notification settings - Fork 12
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
dd3ee1d
commit 1a95c7e
Showing
3 changed files
with
22 additions
and
11 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 |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# ROBOTIS Controller Messages Packages | ||
[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2FROBOTIS-Framework-msgs.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2FROBOTIS-Framework-msgs) [![Build Status](https://travis-ci.org/ROBOTIS-GIT/ROBOTIS-Framework-msgs.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/ROBOTIS-Framework-msgs) | ||
## ROS Package for ROBOTIS Controller Messages | ||
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic| | ||
|:---:|:---:|:---:| | ||
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2FROBOTIS-Framework-msgs.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2FROBOTIS-Framework-msgs)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/ROBOTIS-Framework-msgs.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/ROBOTIS-Framework-msgs)|-| | ||
|
||
## ROBOTIS e-Manual for ROBOTIS Framework | ||
- [ROBOTIS e-Manual for ROBOTIS Framework](http://emanual.robotis.com/docs/en/software/robotis_framework_packages) | ||
|
||
# Documents for robotis_controller_msgs package | ||
- [ROBOTIS e-Manual](http://emanual.robotis.com/docs/en/software/robotis_framework_packages/#robotis-framework) | ||
## Wiki for robotis_controller_msgs Package | ||
- http://wiki.ros.org/robotis_controller_msgs/ | ||
|
||
# ROS packages related to ROBOTIS Framework | ||
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK) | ||
- [robotis_framework](https://github.com/ROBOTIS-GIT/ROBOTIS-Framework) | ||
## Open Source related to ROBOTIS Framework | ||
- [robotis_controller_msgs](https://github.com/ROBOTIS-GIT/ROBOTIS-Framework-msgs) | ||
- [robotis_framework](https://github.com/ROBOTIS-GIT/ROBOTIS-Framework) | ||
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK) | ||
|
||
# Documents and Videos for ROBOTIS Framework | ||
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/) | ||
- [ROBOTIS e-Manual for ROBOTIS Framework](http://emanual.robotis.com/docs/en/software/robotis_framework_packages/) | ||
## Documents and Videos for ROBOTIS Framework | ||
- [ROBOTIS e-Manual for ROBOTIS Framework](http://emanual.robotis.com/docs/en/software/robotis_framework_packages/) | ||
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/) |
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,12 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>robotis_controller_msgs</name> | ||
<version>0.1.3</version> | ||
<version>0.1.4</version> | ||
<description> | ||
This package includes ROS messages and services for robotis_framework packages | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Zerom</author> | ||
<author email="[email protected]">Kayman</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="website">http://wiki.ros.org/robotis_controller_msgs</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/robotis_framework_packages/</url> | ||
|