Skip to content

Commit

Permalink
Migrate more docs
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>

Co-authored-by: Jenn Nguyen <[email protected]>
  • Loading branch information
methylDragon and jennuine authored Jun 28, 2022
1 parent 837023a commit 9b5c6b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/minimal_scene/MinimalScene.hh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace plugins
class RenderSync;

/// \brief gz-rendering renderer.
/// All ign-rendering calls should be performed inside this class as it makes
/// All gz-rendering calls should be performed inside this class as it makes
/// sure that opengl calls in the underlying render engine do not interfere
/// with QtQuick's opengl render operations. The main Render function will
/// render to an offscreen texture and notify via signal and slots when it's
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/scene3d/Scene3D.hh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace plugins
};

/// \brief gz-rendering renderer.
/// All ign-rendering calls should be performed inside this class as it makes
/// All gz-rendering calls should be performed inside this class as it makes
/// sure that opengl calls in the underlying render engine do not interfere
/// with QtQuick's opengl render operations. The main Render function will
/// render to an offscreen texture and notify via signal and slots when it's
Expand Down
4 changes: 2 additions & 2 deletions tutorials/01_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Next Tutorial: \ref commandline
# Install

These instructions are for installing only Gazebo GUI. If you're interested
in using all the Gazebo libraries, not only Igniton GUI, check out this
in using all the Gazebo libraries, not only Gazebo GUI, check out this
[Gazebo installation](https://gazebosim.org/docs/latest/install).

We recommend following the binary install instructions to get up and running as
Expand Down Expand Up @@ -172,7 +172,7 @@ Before [gz-rendering](https://github.com/gazebosim/gz-rendering) becomes availab

As `gz-rendering` is not yet available on conda-forge, we need to build it from source and specify the path containing `gz-rendering<#>-config.cmake` and `gz-rendering<#>-ogre-config.cmake` in `CMAKE_PREFIX_PATH`. That path could be `gz-rendering-install-path\lib\cmake`, for example.
```
cmake .. -DBUILD_TESTING=OFF -DCMAKE_PREFIX_PATH=path\containing\ignition-rendering-config # Optionally, -DCMAKE_INSTALL_PREFIX=path\to\install
cmake .. -DBUILD_TESTING=OFF -DCMAKE_PREFIX_PATH=path\containing\gz-rendering-config # Optionally, -DCMAKE_INSTALL_PREFIX=path\to\install
cmake --build . --config Release
```

Expand Down

0 comments on commit 9b5c6b3

Please sign in to comment.