File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,24 @@ cat ~/.bashrc | grep LIBGL
108108```
109109should 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/ )
You can’t perform that action at this time.
0 commit comments