Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Jan 30, 2024
1 parent 2d1f2aa commit 6d1ddd0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ Wait until this messages show up in the Webots console.
>
> INFO: 'Ros2Supervisor' extern controller: connected.
Now you can use `teleop_twist` tool to drive ROSbot with keyboard.
For visualization the ROSbots sensors run RViz2 in the another terminal:

Enter `rviz` container:
```bash
docker compose -f compose.rviz.yaml up
```

Now you can use `teleop_twist` tool to drive ROSbot with keyboard.
Enter `rviz` container in the new terminal:

```bash
docker exec -it rviz bash
Expand Down

0 comments on commit 6d1ddd0

Please sign in to comment.