Open coord-e opened 6 years ago
Looks good. But I didn't try yet.
Humanoids look funny!
@coord-e please take a look at newer_bullet_lib
branch. It has some fixes on top of your changes.
check_software_camera.py
-- this is a script I wrote to test what is the result of render('rgb_array')
, here is what it shows:
Humanoid doesn't look funny rendered this way, but playing field is missing.
With this PR, roboschool environments can render rgb array without GUI. I added
Camera::render_direct
to cpp-household, and changed to use it whenmode == 'rgb_array'
inRoboschoolMujocoXmlEnv
andRoboschoolUrdfEnv
.Also, this PR requires the latest bullet3 library to enable TinyRenderer. The latest bullet3 has
COV_ENABLE_TINY_RENDERER
flag to enable TinyRendererSo this PR contains the minimal changes to use the latest bullet3. Upgrading to latest bullet may ought to be done in #62, but I committed the changes here because #62 has been left unmerged.