Genesis
Genesis copied to clipboard
A generative world for general-purpose robotics & embodied AI learning.
I'm trying to simulate an IMU sensor in Genesis and have some questions about accelerometer data: 1. Is it possible to obtain accelerometer readings similar to a real IMU sensor...
 when I am doing RL, I add a camea and rander it but i can not get a image , code below: ```python self.cam = self.scene.add_camera(model='pinhole', res=(640, 480), pos=(0,0,1),...
 ![Uploading c3ca72c0-ed65-4c61-bdd3-fd0a1df1b941.png…]()
I encounter the same issue regardless of the installation method, whether it's: Installing via pip install genesis-world, or Cloning the repository with: bash Copy code git clone https://github.com/Genesis-Embodied-AI/Genesis.git cd Genesis...
For a humanoid robot, when I only want to solve the inverse solution of the arm part, the current solver can only solve the inverse solution of the entire robot...
When I try to add terrains through heightfield in Genesis, my robot will occasionally go through the ground but not collide with it   way to reprocude: 