File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- name : ros2-devel
1
+ name : ros2-ci
2
2
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
on :
5
5
push :
6
- branches : [ ros2-devel ]
6
+ branches : [ ros2, ros2 -devel ]
7
7
pull_request :
8
- branches : [ ros2-devel ]
8
+ branches : [ ros2, ros2 -devel ]
9
9
10
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
11
jobs :
12
- ros2-devel- ci :
12
+ ros2-ci :
13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
17
ros_distribution :
18
18
# - dashing
19
19
# - foxy
20
- # - galactic
20
+ - galactic
21
21
- rolling
22
22
include :
23
23
# Dashing Diademata (May 2019 - May 2021)
Original file line number Diff line number Diff line change 2
2
Changelog for package hls_lfcd_lds_driver
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.0.3 (2021-07-15)
6
+ ------------------
7
+ * fix linker error
8
+ * Contributors: goekce, Will Son
9
+
5
10
2.0.2 (2021-04-15)
6
11
------------------
7
12
* fix laserscan data bug
You can’t perform that action at this time.
0 commit comments