Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Shuhang Huang
turtlebot3
Commits
1e86a63d
Commit
1e86a63d
authored
4 years ago
by
Will Son
Browse files
Options
Download
Patches
Plain Diff
use github action ci
parent
fd5f8394
master
develop
hotfix-melodic-cartographer
kinetic-devel
melodic-devel
noetic-devel
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/ros-ci.yml
+52
-0
.github/workflows/ros-ci.yml
.travis.yml
+0
-35
.travis.yml
README.md
+9
-9
README.md
with
61 additions
and
44 deletions
+61
-44
.github/workflows/ros-ci.yml
0 → 100644
+
52
−
0
View file @
1e86a63d
name
:
ros-ci
# Controls when the action will run. Triggers the workflow on push or pull request
on
:
push
:
branches
:
[
develop
]
pull_request
:
branches
:
[
develop
]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs
:
develop-ci
:
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
ros_distribution
:
# - kinetic
# - melodic
-
noetic
include
:
# Kinetic Kame (May 2016 - May 2021)
# - docker_image: ubuntu:xenial
# ros_distribution: kinetic
# ros_version: 1
# Melodic Morenia (May 2018 - May 2023)
# - docker_image: ubuntu:bionic
# ros_distribution: melodic
# ros_version: 1
# Noetic Ninjemys (May 2020 - May 2025)
-
docker_image
:
ubuntu:focal
ros_distribution
:
noetic
ros_version
:
1
container
:
image
:
${{ matrix.docker_image }}
steps
:
-
name
:
Setup directories
run
:
mkdir -p ros_ws/src
-
name
:
checkout
uses
:
actions/checkout@v2
with
:
path
:
ros_ws/src
-
name
:
Setup ROS environment
uses
:
ros-tooling/setup-ros@0.1.2
with
:
required-ros-distributions
:
${{ matrix.ros_distribution }}
-
name
:
Build and Test
uses
:
ros-tooling/action-ros-ci@v0.2
with
:
package-name
:
turtlebot3
target-ros1-distro
:
${{ matrix.ros_distribution }}
vcs-repo-file-url
:
"
"
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
35
View file @
fd5f8394
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
sudo
:
required
dist
:
trusty
services
:
-
docker
language
:
generic
python
:
-
"
2.7"
compiler
:
-
gcc
notifications
:
email
:
on_success
:
change
on_failure
:
always
recipients
:
-
willson@robotis.com
env
:
matrix
:
-
ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
-
ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
-
ROS_DISTRO=noetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=focal
branches
:
only
:
-
master
-
develop
-
kinetic-devel
-
melodic-devel
-
noetic-devel
install
:
-
git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script
:
-
source .ci_config/travis.sh
This diff is collapsed.
Click to expand it.
README.md
+
9
−
9
View file @
1e86a63d
# TurtleBot3
<img
src=
"https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/logo_turtlebot3.png"
width=
"300"
>
## ROS 1 Packages for T
urtle
B
ot3
|develop|master|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|Noetic + Ubuntu Focal|
|:---:|:---:|:---:|:---:|:---:|
|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
## ROS 2 Packages for TurtleBot3
|ros2-devel|ros2|Dashing + Ubuntu Bionic|Foxy + Ubuntu Focal|
|:---:|:---:|:---:|:---:|
|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://travis-ci.org/ROBOTIS-GIT/turtlebot3)|
[

](https://github.com/ROBOTIS-GIT/t
urtle
b
ot3
/tree/kinetic-devel)
[

](https://github.com/ROBOTIS-GIT/turtlebot3/tree/melodic-devel)
[

](https://github.com/ROBOTIS-GIT/turtlebot3/tree/noetic-devel)
[

](https://github.com/ROBOTIS-GIT/turtlebot3/tree/dashing-devel)
[

](https://github.com/ROBOTIS-GIT/turtlebot3/tree/foxy-devel)
## ROBOTIS e-Manual for TurtleBot3
-
[
ROBOTIS e-Manual for TurtleBot3
](
http://turtlebot3.robotis.com/
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets