File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ framework, a set of libraries designed to rapidly develop robot applications.
1919
2020## Installation
2121
22- See the [ installation tutorial] ( https://gazebosim.org/api/msgs/7.0 /install.html ) .
22+ See the [ installation tutorial] ( https://gazebosim.org/api/msgs/10 /install.html ) .
2323
2424## Known issue of command line tools
2525
@@ -29,7 +29,7 @@ line tools from `gz-tools` may not work correctly.
2929A workaround for a single package is to define the environment variable
3030` GZ_CONFIG_PATH ` to point to the location of the Gazebo library installation,
3131where the YAML file for the package is found, such as
32- ```
32+ ``` {.sh}
3333export GZ_CONFIG_PATH=/usr/local/share/gz
3434```
3535
@@ -38,7 +38,7 @@ installations from source are in different locations, only one can be specified.
3838
3939Another workaround for working with multiple Gazebo libraries on the command
4040line is using symbolic links to each library's YAML file.
41- ```
41+ ``` {.sh}
4242mkdir ~/.gz/tools/configs -p
4343cd ~/.gz/tools/configs/
4444ln -s /usr/local/share/gz/fuel8.yaml .
You can’t perform that action at this time.
0 commit comments