Skip to content

Commit

Permalink
Add message to see troubleshooting page when render engine fails to i…
Browse files Browse the repository at this point in the history
…nitialize (#793)

* add troubleshooting url

Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Dec 20, 2022
1 parent 090d079 commit 74d8c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ bool Ogre2RenderEngine::InitImpl()
catch (...)
{
ignerr << "Failed to initialize render-engine" << std::endl;
ignerr << "Please see the troubleshooting page for possible fixes: "
<< "https://gazebosim.org/docs/fortress/troubleshooting"
<< std::endl;
return false;
}
}
Expand Down

0 comments on commit 74d8c78

Please sign in to comment.