ci: updated actions/checkout to v3 for ros builds

This commit is contained in:
Ruixiang Du
2023-03-31 09:30:12 +08:00
parent 934a254958
commit eabf21c82d
2 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
image: ros:melodic-robot
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasio-dev
- name: Create catkin workspace
@@ -36,7 +36,7 @@ jobs:
image: ros:noetic-robot
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasio-dev
- name: Create catkin workspace
@@ -53,7 +53,7 @@ jobs:
image: ros:foxy
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasio-dev
- name: Create colcon workspace
@@ -70,7 +70,7 @@ jobs:
image: ros:humble
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasio-dev
- name: Create colcon workspace

View File

@@ -6,8 +6,7 @@
## Introduction
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 (
Singapore)** and **AgileX Robotics (China)**.
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).
- Copyright (c) 2020-2023 [Weston Robot](https://www.westonrobot.com/)
- Copyright (c) 2020-2023 [AgileX Robotics](http://www.agilex.ai/?lang=zh-cn)