Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

A generative world for general-purpose robotics & embodied AI learning.

Results 317 Genesis issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

![image](https://github.com/user-attachments/assets/ebc7cf80-c12e-4df7-9530-46fa12eee846) 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),...

![1d16b7b0-852a-453a-8c83-8909a3f4f9d2](https://github.com/user-attachments/assets/fd593601-a846-442b-bc51-030c8cf9c419) ![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 ![Screenshot from 2024-12-26 10-19-57](https://github.com/user-attachments/assets/4fa81dae-fe71-4f50-b5e8-a0a9f1191b45) ![Screenshot from 2024-12-26...

``` Exception in thread Thread-2 (_init_and_start_app): Traceback (most recent call last): File "/home/doiry/anaconda3/envs/genesis/lib/python3.10/site-packages/OpenGL/latebind.py", line 43, in __call__ return self._finalCall( *args, **named ) TypeError: 'NoneType' object is not callable During handling...

As title mentioned,I want to know how many joints and dof does franka_sim/bi-franka_panda have,to let it move. But it didn't say in its github page or readme.md. So is there...

I attempted to run the hello_genesis.py simulation provided with Genesis 0.2.0. During the scene creation and activation of the viewer, an OpenGL error occurs: Error message: RuntimeError: Validation failure (0):...

I got this error when trying to render the ![image](https://github.com/user-attachments/assets/ebeba096-3249-4486-9bb3-072751114de3) way to reprocude: ![image](https://github.com/user-attachments/assets/ebb003b8-8633-4def-9261-d2ee31fbb275)