Skip to content

Commit e7f0cf2

Browse files
committed
drop build fo Ubuntu 18
1 parent 7a2b135 commit e7f0cf2

File tree

3 files changed

+12
-92
lines changed

3 files changed

+12
-92
lines changed

.github/workflows/build_test_18.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.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: Build '
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: Build ', rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
1818
container: ${{ matrix.config.container }}
1919
steps:
2020
- uses: actions/checkout@v1

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
![Ubuntu 18.04 + ROS Melodic](https://github.com/ethz-asl/dynablox/actions/workflows/build_test_18.yml/badge.svg) ![Ubuntu 20.04 + ROS Noetic](https://github.com/ethz-asl/dynablox/actions/workflows/build_test_20.yml/badge.svg)
1+
![Ubuntu 20.04 + ROS Noetic: Build](https://github.com/ethz-asl/dynablox/actions/workflows/build_test_20.yml/badge.svg)
22

33
# Dynablox
4-
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">
4+
A volumetric mapping-based approach for Real-time detection of diverse dynamic objects in complex environments.
65

76

7+
<p align="center">
8+
<img src="https://user-images.githubusercontent.com/36043993/232650770-a042cbb9-c251-42f9-8a96-d7d9273fec96.gif">
9+
</p>
10+
811
# Table of Contents
912
**Credits**
1013
* [Paper](#Paper)
@@ -52,31 +55,24 @@ If you find this package useful for your research, please consider citing our pa
5255
catkin config --merge-devel
5356
```
5457

55-
2. If installing on `Ubuntu 18.04` make sure to install GCC>9:
56-
```
57-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
58-
sudo apt update
59-
sudo apt install gcc-9 g++-9
60-
```
61-
62-
3. Install system dependencies:
58+
2. Install system dependencies:
6359
```bash
6460
sudo apt-get install python3-vcstool python3-catkin-tools ros-$ROS_DISTRO-cmake-modules protobuf-compiler autoconf git rsync -y
6561
```
6662

67-
4. Clone the repo using [SSH Keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh):
63+
3. Clone the repo using [SSH Keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh):
6864
```bash
6965
cd ~/catkin_ws/src
7066
git clone [email protected]:ethz-asl/dynablox.git
7167
```
7268

73-
5. Install ROS dependencies:
69+
4. Install ROS dependencies:
7470
```bash
7571
cd ~/catkin_ws/src
7672
vcs import . < ./dynablox/ssh.rosinstall --recursive
7773
```
7874

79-
6. Build:
75+
5. Build:
8076
```bash
8177
catkin build dynablox_ros
8278
```

0 commit comments

Comments
 (0)