Add model.sdf files for robot models with a thermal camera #822
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request is a proposal to keep track of the model.sdf files for:
motivated by issue #821
Currently the marble sensor config 3 and 4 models are equivalent to the sensor config 1 and 2 models + a thermal camera., and the cerberus sensor config 2 is a copy of config 1 with a thermal camera. They currently do not have their
model.sdf
files in the subt repo. Issue #812 due to us overriding the thermal changes in themodel.sdf
s on Fuel with changes from #798This is a proposal to keep a reference copy in the repo so we can track its changes better with git. Note this may help with version control but adds extra maintenance effort.
Signed-off-by: Ian Chen [email protected]