gazebosim / gz-mujoco

25 stars 4 forks source link

MJCF to SDF: Added camera sensor #49

Closed ahcorde closed 2 years ago

ahcorde commented 2 years ago

Signed-off-by: ahcorde ahcorde@gmail.com

🎉 New feature

Summary

It requires https://github.com/gazebosim/sdformat/pull/997

Added camera sensor and it allows to export the world plugins. In Gazebo, the simulation requires the Sensor system plugin to be able to simulate sensors

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

codecov[bot] commented 2 years ago

Codecov Report

Merging #49 (2c75bc2) into main (fbb5399) will increase coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   97.41%   97.54%   +0.12%     
==========================================
  Files          17       18       +1     
  Lines         736      773      +37     
==========================================
+ Hits          717      754      +37     
  Misses         19       19              
Impacted Files Coverage Δ
..._to_sdformat/mjcf_to_sdformat/converters/sensor.py 100.00% <100.00%> (ø)
...f_to_sdformat/mjcf_to_sdformat/converters/world.py 98.41% <100.00%> (+0.45%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fbb5399...2c75bc2. Read the comment docs.