-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
46 lines (42 loc) · 1.12 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: 'Setup Gazebo environment'
description: |
Install system dependencies required to build software using Gazebo or to run Gazebo simulations
branding:
icon: "box"
color: "gray-dark"
inputs:
required-gazebo-distributions:
description: |
List of Gazebo distributions to be installed.
Allowed Gazebo distributions
- citadel
- fortress
- garden
- harmonic
Multiple values can be passed using a whitespace delimited list
"fortress garden".
required: false
default: ''
use-gazebo-prerelease:
description: |
Use pre-release binaries from OSRF repository
required: false
default: 'false'
use-gazebo-nightly:
description: |
Use nightly binaries from OSRF repository
required: false
default: 'false'
install-ros-gz:
description: |
Install the ROS 2 Gazebo bridge (ros_gz)
Allowed ROS 2 distributions
- humble
- iron
Multiple values can be passed using a whitespace delimited list
"humble iron".
required: false
default: ''
runs:
using: node20
main: dist/index.js