-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Gazebo materials (#2269)
* test script tag Signed-off-by: Dharini Dutia <[email protected]> * add dark grey before creating component Signed-off-by: Dharini Dutia <[email protected]> * material parser Signed-off-by: Dharini Dutia <[email protected]> * linters Signed-off-by: Dharini Dutia <[email protected]> * Update src/rendering/MaterialParser/MaterialParser.cc Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> * fix configLoader, material struct and feedback Signed-off-by: Dharini Dutia <[email protected]> * default color and todos Signed-off-by: Dharini Dutia <[email protected]> * install/load one file, range based loop, hardcode dependent solid colors Signed-off-by: Dharini Dutia <[email protected]> * fix install_dir property Signed-off-by: Dharini Dutia <[email protected]> * credits, initializing cleanup Signed-off-by: Dharini Dutia <[email protected]> * eof Signed-off-by: Dharini Dutia <[email protected]> * reformat Signed-off-by: Dharini Dutia <[email protected]> * add integration test Signed-off-by: Dharini Dutia <[email protected]> * migration note Signed-off-by: Dharini Dutia <[email protected]> * intends, default case, invalid color Signed-off-by: Dharini Dutia <[email protected]> * optional materialValues, typo Signed-off-by: Dharini Dutia <[email protected]> * feedback Signed-off-by: Dharini Dutia <[email protected]> * size check Signed-off-by: Dharini Dutia <[email protected]> * get color values Signed-off-by: Dharini Dutia <[email protected]> * migration doc update Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
- Loading branch information
Showing
12 changed files
with
2,832 additions
and
11 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
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
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
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.