mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
ci: updated actions/checkout to v3 for ros builds
This commit is contained in:
8
.github/workflows/ros-ci.yml
vendored
8
.github/workflows/ros-ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
image: ros:melodic-robot
|
image: ros:melodic-robot
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
||||||
- name: Create catkin workspace
|
- name: Create catkin workspace
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
image: ros:noetic-robot
|
image: ros:noetic-robot
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
||||||
- name: Create catkin workspace
|
- name: Create catkin workspace
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
image: ros:foxy
|
image: ros:foxy
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
||||||
- name: Create colcon workspace
|
- name: Create colcon workspace
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
image: ros:humble
|
image: ros:humble
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
run: sudo apt-get update && sudo apt-get install -y libasio-dev
|
||||||
- name: Create colcon workspace
|
- name: Create colcon workspace
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This software package provides a C++ interface to communicate with the mobile platforms, for sending commands to the
|
This software package provides a C++ interface to communicate with the mobile platforms, for sending commands to the
|
||||||
robot and receiving the latest robot state. The repository is a joint effort by the development teams at **Weston Robot (
|
robot and receiving the latest robot state. The repository is a joint effort by the development teams at Weston Robot (Singapore) and AgileX Robotics (China).
|
||||||
Singapore)** and **AgileX Robotics (China)**.
|
|
||||||
|
|
||||||
- Copyright (c) 2020-2023 [Weston Robot](https://www.westonrobot.com/)
|
- Copyright (c) 2020-2023 [Weston Robot](https://www.westonrobot.com/)
|
||||||
- Copyright (c) 2020-2023 [AgileX Robotics](http://www.agilex.ai/?lang=zh-cn)
|
- Copyright (c) 2020-2023 [AgileX Robotics](http://www.agilex.ai/?lang=zh-cn)
|
||||||
|
|||||||
Reference in New Issue
Block a user