Skip to content

Commit a16f493

Browse files
authored
Update docker target name and packages list name (#48)
Fix docker target name and packages.txt filename.
1 parent f201adf commit a16f493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This is a modernized version based on the original [Kalibr](https://github.com/e
1616

1717
```bash
1818
cd docker/
19-
docker compose build kalibr2_ros
20-
docker compose run kalibr2_ros
19+
docker compose build kalibr_ros
20+
docker compose run kalibr_ros
2121
```
2222

2323
## Build it directly on Ubuntu 24.04 (noble)
@@ -28,7 +28,7 @@ docker compose run kalibr2_ros
2828
### Install System Dependencies
2929
```bash
3030
# Install all required packages
31-
sudo apt update && sudo apt install -y $(cat /tmp/packages.txt)
31+
sudo apt update && sudo apt install -y $(cat ./packages-ubuntu-24.04.txt)
3232
```
3333

3434
### Build

0 commit comments

Comments
 (0)