Skip to content

Commit a8079a5

Browse files
committed
Inform that repo is not maintained in README
1 parent e8be2ef commit a8079a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# isar-turtlebot
22

3+
**Repo not maintained, does not run with latest version of ISAR**
4+
35
ISAR implementation for the Turtlebot3 Waffle Pi.
46

57
[ISAR](https://github.com/equinor/isar) - Integration and Supervisory control of Autonomous Robots - is a tool for integrating robot applications into Equinor systems. Through the ISAR API you can send command to a robot to do missions and collect results from the missions.
@@ -99,14 +101,14 @@ Then run the following:
99101
./path-to-repo/az_scripts/download_sim_models.sh
100102
```
101103

102-
103104
### Running custom model
104105

105106
To run the simulation with the custom model set the WORLD_NAME as an environment variable in a .env file or argument like this:
106107

107108
```bash
108109
WORLD_NAME=your_custom_model docker compose up --build
109110
```
111+
110112
## Simulation without docker
111113

112114
### Simulator installation

0 commit comments

Comments
 (0)