-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mujoco parser] Silently ignore some attributes/elements.
Now that MuJoCo has space in `parsing_doxygen.h` where we can list "silently ignored" attributes and elements, this PR goes through and silences those elements that we will never support (and reasonable users would not expected us to support). This will help cut down a bit on the substantial noise coming out of the parser. It also adds a few new warnings for new attributes and elements that have managed to spring up in the mujoco documentation.
- Loading branch information
1 parent
88e24c7
commit 45c1f76
Showing
2 changed files
with
183 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.