Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit a8db240

Browse files
authored
Update README, .travis.yml for Melodic (#25)
* Update README for Melodic * Update .travis.yml to not allow failures for Melodic * add melodic build status
1 parent 4018a9d commit a8db240

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ env:
1919
- ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
2020
- ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
2121
matrix:
22-
allow_failures:
23-
- env: ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
24-
- env: ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
25-
install:
26-
- git clone https://github.com/ros-industrial/industrial_ci.git .ros_ci
27-
script:
28-
- .ros_ci/travis.sh
22+
install:
23+
- git clone https://github.com/ros-industrial/industrial_ci.git .ros_ci
24+
script:
25+
- .ros_ci/travis.sh

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The source code is released under [Apache 2.0].
3939

4040
* Travis CI: [![Build Status](https://travis-ci.org/aws-robotics/kinesisvideo-ros1.svg?branch=master)](https://travis-ci.org/aws-robotics/kinesisvideo-ros1)
4141
* ROS build farm:
42-
* v1.0.0:
43-
* ROS Kinetic @ u16.04 Xenial [![Build Status](http://build.ros.org/job/Kbin_uX64__kinesis_video_streamer__ubuntu_xenial_amd64__binary/badge/icon)](http://build.ros.org/job/Kbin_uX64__kinesis_video_streamer__ubuntu_xenial_amd64__binary)
42+
* ROS Kinetic @ u16.04 Xenial [![Build Status](http://build.ros.org/job/Kbin_uX64__kinesis_video_streamer__ubuntu_xenial_amd64__binary/badge/icon)](http://build.ros.org/job/Kbin_uX64__kinesis_video_streamer__ubuntu_xenial_amd64__binary)
43+
* ROS Melodic @ u18.04 Bionic [![Build Status](http://build.ros.org/job/Mbin_uB64__kinesis_video_streamer__ubuntu_bionic_amd64__binary/badge/icon)](http://build.ros.org/job/Mbin_uB64__kinesis_video_streamer__ubuntu_bionic_amd64__binary)
4444

4545
## Installation
4646

@@ -63,19 +63,19 @@ For [Amazon Rekognition] integration, the user will also need permissions for th
6363
On Ubuntu you can install the latest version of this package using the following command
6464

6565
sudo apt-get update
66-
sudo apt-get install -y ros-kinetic-kinesis-video-streamer
66+
sudo apt-get install -y ros-$ROS_DISTRO-kinesis-video-streamer
6767

6868
### Building from Source
6969

7070
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.
7171

7272
- Create a ROS workspace and a source directory
7373

74-
mkdir -p ~/ros-workspace/src
74+
mkdir -p ~/ros-workspace/src
7575

7676
- Clone the package into the source directory .
7777

78-
_Note: Replace __`{MAJOR.VERSION}`__ below with the latest major version number to get the latest release branch._
78+
_Note: Replace __`{MAJOR.VERSION}`__ below with the latest major version number to get the latest release branch._
7979

8080
cd ~/ros-workspace/src
8181
git clone https://github.com/aws-robotics/kinesisvideo-ros1.git -b release-v{MAJOR.VERSION}

0 commit comments

Comments
 (0)