Skip to content

Commit df69601

Browse files
authored
Update README.md (aws-robotics#83)
1 parent b0b4d9f commit df69601

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,16 @@ The source code is released under an [Apache 2.0].
99

1010
**Author**: AWS RoboMaker<br/>
1111
**Affiliation**: [Amazon Web Services (AWS)]<br/>
12-
**Maintainer**: AWS RoboMaker, [email protected]
12+
13+
RoboMaker cloud extensions rely on third-party software licensed under open-source licenses and are provided for demonstration purposes only. Incorporation or use of RoboMaker cloud extensions in connection with your production workloads or commercial product(s) or devices may affect your legal rights or obligations under the applicable open-source licenses. License information for this repository can be found [here](https://github.com/aws-robotics/kinesisvideo-common/blob/master/LICENSE). AWS does not provide support for this cloud extension. You are solely responsible for how you configure, deploy, and maintain this cloud extension in your workloads or commercial product(s) or devices.
1314

1415
### Supported ROS Distributions
1516
- Kinetic
1617
- Melodic
1718
- Dashing
1819

19-
### Build status
20-
* GitHub Action Status
21-
* master: [![Build & Test](https://github.com/aws-robotics/kinesisvideo-common/workflows/Build%20&%20Test/badge.svg?branch=master&event=schedule)](https://github.com/aws-robotics/kinesisvideo-common/actions?query=workflow%3A"Build+%26+Test"+event%3Aschedule)
22-
* release-latest: [![Build & Test release-latest](https://github.com/aws-robotics/kinesisvideo-common/workflows/Build%20&%20Test%20release-latest/badge.svg?branch=master&event=schedule)](https://github.com/aws-robotics/kinesisvideo-common/actions?query=workflow%3A"Build+%26+Test+release-latest"+event%3Aschedule)
23-
* ROS build farm:
24-
* ROS Kinetic @ u16.04 Xenial [![Build Status](http://build.ros.org/job/Kbin_uX64__kinesis_manager__ubuntu_xenial_amd64__binary/badge/icon)](http://build.ros.org/job/Kbin_uX64__kinesis_manager__ubuntu_xenial_amd64__binary)
25-
* ROS Melodic @ u18.04 Bionic [![Build Status](http://build.ros.org/job/Mbin_uB64__kinesis_manager__ubuntu_bionic_amd64__binary/badge/icon)](http://build.ros.org/job/Mbin_uB64__kinesis_manager__ubuntu_bionic_amd64__binary/)
26-
* ROS Dashing @ u18.04 Bionic [![Build Status](http://build.ros2.org/job/Dbin_uB64__kinesis_manager__ubuntu_bionic_amd64__binary/badge/icon)](http://build.ros2.org/job/Dbin_uB64__kinesis_manager__ubuntu_bionic_amd64__binary)
27-
2820
## Installation
2921

30-
### Binaries
31-
On Ubuntu you can install the latest version of this package using the following command
32-
33-
sudo apt-get update
34-
sudo apt-get install -y ros-$ROS_DISTRO-kinesis-manager
35-
3622
### Building from Source
3723

3824
To build from source you'll need to create a new workspace, clone and checkout the latest release branch of this repository, install all the dependencies, and compile. If you need the latest development features you can clone from the `master` branch instead of the latest release branch. While we guarantee the release branches are stable, __the `master` should be considered to have an unstable build__ due to ongoing development.

0 commit comments

Comments
 (0)