Skip to content

Commit 7a2b135

Browse files
committed
refactor badge display
1 parent aa75712 commit 7a2b135

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build_test_18.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Ubuntu 18.04 + ROS Melodic'
1+
name: 'Ubuntu 18.04 + ROS Melodic '
22
on:
33
push:
44
branches:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
config:
17-
- {name: 'Ubuntu 18.04 + ROS Melodic', rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
17+
- {name: 'Ubuntu 18.04 + ROS Melodic ', rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
1818
container: ${{ matrix.config.container }}
1919
steps:
2020
- uses: actions/checkout@v1

.github/workflows/build_test_20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Ubuntu 20.04 + ROS Noetic'
1+
name: 'Ubuntu 20.04 + ROS Noetic '
22
on:
33
push:
44
branches:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
config:
17-
- {name: 'Ubuntu 20.04 + ROS Noetic', rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
17+
- {name: 'Ubuntu 20.04 + ROS Noetic ', rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
1818
container: ${{ matrix.config.container }}
1919
steps:
2020
- uses: actions/checkout@v1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Dynablox
44
A map-based Approach for Real-time detection of diverse dynamic objects in complex environments.
5+
<img src="https://drive.google.com/uc?export=view&id=1QWr7MQSIFyIImPLIH_JkhY2kOPymo-bu">
56

67

78
# Table of Contents

0 commit comments

Comments
 (0)