File tree Expand file tree Collapse file tree 3 files changed +57
-38
lines changed
Expand file tree Collapse file tree 3 files changed +57
-38
lines changed Original file line number Diff line number Diff line change 1+ name : ros-ci
2+
3+ # Controls when the action will run. Triggers the workflow on push or pull request
4+ on :
5+ push :
6+ branches : [ ros2-devel ]
7+ pull_request :
8+ branches : [ ros2-devel ]
9+
10+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
11+ jobs :
12+ devel-ci :
13+ runs-on : ubuntu-latest
14+ strategy :
15+ fail-fast : false
16+ matrix :
17+ ros_distribution :
18+ # - dashing
19+ - foxy
20+ # - rolling
21+ include :
22+ # Dashing Diademata (May 2019 - May 2021)
23+ # - docker_image: ubuntu:bionic
24+ # ros_distribution: dashing
25+ # ros_version: 2
26+ # Foxy Fitzroy (June 2020 - May 2023)
27+ - docker_image : ubuntu:focal
28+ ros_distribution : foxy
29+ ros_version : 2
30+ container :
31+ image : ${{ matrix.docker_image }}
32+ steps :
33+ - name : Setup directories
34+ run : mkdir -p ros_ws/src
35+ - name : checkout
36+ uses : actions/checkout@v2
37+ with :
38+ path : ros_ws/src
39+ - name : Setup ROS environment
40+ uses :
ros-tooling/[email protected] 41+ with :
42+ required-ros-distributions : ${{ matrix.ros_distribution }}
43+ - name : Build and Test
44+ uses :
ros-tooling/[email protected] 45+ with :
46+ package-name : turtlebot3_msgs
47+ target-ros2-distro : ${{ matrix.ros_distribution }}
48+ vcs-repo-file-url : " "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33<img src =" https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/logo_turtlebot3.png " width =" 300 " >
44
5- ## ROS 1 Packages for TurtleBot3 Messages
6- | develop | master | Kinetic + Ubuntu Xenial | Melodic + Ubuntu Bionic | Noetic + Ubuntu Focal |
7- | :---: | :---: | :---: | :---: | :---: |
8- | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=develop )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=master )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=kinetic-devel )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=melodic-devel )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=noetic-devel )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) |
9-
10- ## ROS 2 Packages for TurtleBot3 Messages
11- | ros2 -devel| ros2 | Dashing + Ubuntu Bionic | Eloquent + Ubuntu Bionic | Foxy + Ubuntu Focal |
12- | :---: | :---: | :---: | :---: | :---: |
13- | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=ros2- devel)] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status] ( https://travis-ci.org /ROBOTIS-GIT/turtlebot3_msgs.svg?branch=ros2 )] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=dashing- devel)] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs. svg?branch=eloquent-devel )] ( https://travis-ci.org /ROBOTIS-GIT/turtlebot3_msgs ) | [ ![ Build Status ] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch= foxy-devel)] ( https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs ) |
5+ [ ![ kinetic-devel Status ] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/workflows/kinetic-devel/badge.svg )] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/tree/kinetic-devel )
6+
7+ [ ![ melodic-devel Status ] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/workflows/melodic-devel/badge.svg )] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/tree/melodic-devel )
8+
9+ [ ![ noetic-devel Status ] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/workflows/noetic-devel/badge.svg )] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/tree/noetic-devel )
10+
11+ [ ![ dashing -devel Status ] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/workflows/dashing-devel/badge.svg )] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs/tree/dashing-devel )
12+
13+ [ ![ foxy- devel Status] ( https://github.com /ROBOTIS-GIT/turtlebot3_msgs/workflows/foxy- devel/badge. svg )] ( https://github.com /ROBOTIS-GIT/turtlebot3_msgs/tree/ foxy-devel )
1414
1515## ROBOTIS e-Manual for TurtleBot3
1616- [ ROBOTIS e-Manual for TurtleBot3] ( http://turtlebot3.robotis.com/ )
You can’t perform that action at this time.
0 commit comments