Skip to content

Commit 3c71d39

Browse files
committed
Syntax fix4
1 parent cc30b1a commit 3c71d39

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

docs/workshops/f1tenth_sim_a.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,24 @@ cat ~/.bashrc | grep LIBGL
108108
```
109109
should print the line.
110110

111+
## Optional: Install `rviz-2d-overlay` plugin
112+
113+
For better visualization (rviz top left corner yellow text), install the `rviz-2d-overlay` plugin:
114+
115+
=== "Humble"
116+
117+
```bash
118+
sudo apt install ros-humble-rviz-2d-overlay*
119+
```
120+
121+
=== "Jazzy"
122+
123+
```bash
124+
sudo apt install ros-$ROS_DISTRO-rviz-2d-overlay*
125+
```
126+
127+
128+
111129
## Check the installation
112130

113131

@@ -179,7 +197,7 @@ cd ~/ros2_ws
179197
```
180198

181199
``` bash
182-
colcon build --symlink-install --packages-select robotverseny_application robotverseny_description robotverseny_bringup robotverseny_gazebo
200+
colcon build --symlink-install --packages-select robotverseny_application robotverseny_description robotverseny_bringup robotverseny_gazebo megoldas_sim24
183201
```
184202

185203

@@ -317,3 +335,10 @@ ros2 run rqt_tf_tree rqt_tf_tree
317335

318336
There might be even more frames, but we are not using them.
319337

338+
## Additional resources
339+
340+
- [github.com/robotverseny](https://github.com/robotverseny)
341+
- [github.com/robotverseny/robotverseny_gazebo24](https://github.com/robotverseny/robotverseny_gazebo24)
342+
- [github.com/robotverseny/megoldas_sim24](https://github.com/robotverseny/megoldas_sim24)
343+
- [robotverseny.github.io](https://robotverseny.github.io)
344+
- [sze-info.github.io/ajr/szimulacio/f1tenth_sim_a](https://sze-info.github.io/ajr/szimulacio/f1tenth_sim_a/)

0 commit comments

Comments
 (0)