... | ... | @@ -19,7 +19,7 @@ To load that world in the simulator you should use the following command: |
|
|
ros2 launch air_bringup turtle.launch.py world:=office_1
|
|
|
```
|
|
|
|
|
|
Ideally, your robot should explore that environment to extract all the interesting points. You will have to do that in the project phase, but for this lab we provide you with the ground truth. You can generate a `turtle` file to insert the data in the database with:
|
|
|
Ideally, your robot should explore that environment to extract all the interesting points. You will have to do that in the project phase, but for this lab we provide you with the approximate ground truth (i.e., the position of humans will be in the office where the human is but not exactly at the human's position - red dot in the map). You can generate a `turtle` file to insert the data in the database with:
|
|
|
|
|
|
```shell
|
|
|
ros2 run air_simple_sim generate_rdf office_1
|
... | ... | |