Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(turtlebot): update links to binaries #294

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions src/examples/turtlebot4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,26 @@ using Turtlebot4 simulation. The step by step video tutorial is available [here]

1. Download turtlebot4 simulation binary matching your platform from :

- Ubuntu 22.04 & ros2 humble: [link](https://robotecai-my.sharepoint.com/:u:/g/personal/bartlomiej_boczek_robotec_ai/ETpG5LvlSEJPoiDEARme1gcBjWtFgDqsmVfJEXy8BgMoSw?e=x7fQlw)
- Ubuntu 24.04 & ros2 jazzy: [link](https://robotecai-my.sharepoint.com/:u:/g/personal/bartlomiej_boczek_robotec_ai/EVy0ebDtsKdAsAMa6Q3AKuUBrMIeFUln5CP2t7shqMcMxA?e=EiK0DJ)
- Ubuntu 22.04 & ros2 humble: [link](https://robotec-ml-roscon2024-demos.s3.eu-central-1.amazonaws.com/ROSCON_Release/Turtlebot4Tutorial_1.0.0_jammyhumble.zip)
- Ubuntu 24.04 & ros2 jazzy: [link](https://robotec-ml-roscon2024-demos.s3.eu-central-1.amazonaws.com/ROSCON_Release/Turtlebot4Tutorial_1.0.0_noblejazzy.zip)

> **NOTE**
> If you would like to make changes to the simulation and create your own binary please follow this [README.md](https://github.com/RobotecAI/ROSCon2024Tutorial/README.md)
```bash
cd rai
# ubuntu 22.04 ~ humble
wget https://robotec-ml-roscon2024-demos.s3.eu-central-1.amazonaws.com/ROSCON_Release/Turtlebot4Tutorial_1.0.0_jammyhumble.zip

# ubuntu 24.04 ~ jazzy
wget https://robotec-ml-roscon2024-demos.s3.eu-central-1.amazonaws.com/ROSCON_Release/Turtlebot4Tutorial_1.0.0_noblejazzy.zip
```

2. Unzip it:

```bash
cd rai
# for Ubuntu 22.04 jammy and ros2 humble
unzip -d src/examples/turtlebot4/simulation Turtlebot4_jammyhumble_0.0.1.zip
unzip -d src/examples/turtlebot4/simulation Turtlebot4Tutorial_1.0.0_jammyhumble.zip

# for Ubuntu 24.04 noble and ros2 jazzy
unzip -d src/examples/turtlebot4/simulation Turtlebot4_noblejazzy_0.0.1.zip
unzip -d src/examples/turtlebot4/simulation Turtlebot4Tutorial_1.0.0_noblejazzy.zip
```

3. Setup your LLM vendor: [docs/vendors.md](../../../docs/vendors.md). OpenAI or
Expand Down
Loading