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

Dear Sir, thanks for your excellent work! But I wonder how to import an existing 3D Gaussian scene and perform physics simulation within it?

enhancement
P2

Hi there, First of all, thank you for creating and maintaining this amazing project—it's been a joy to explore! I have a question about adding an additional light source to...

enhancement
P2

I'm looking to develop a DevOps pipeline that incorporates automated collision detection testing for a robotics simulation. Specifically, I want to: 1. Primary Objective: - Implement automated testing that can...

enhancement
P2

Hi, Dr. @zhouxian can I adding a PT_BR documentation ?

documentation

I have down load scene from habitat-sim test examples and load with following code, but nothing show up except the empty ground plane. ``` python import genesis as gs gs.init(backend=gs.cpu)...

bug
P1

The obj file can load normally, but the ply file will report an error code: ``` target_entity = scene.add_entity( gs.morphs.Mesh( file="urdf/3763/point_sample/sample-points-all-pts-nor-rgba-10000.ply", #file="meshes/axis.obj", pos=(0.5, 0, 0), ), surface=gs.surfaces.Default(color=(1, 0.5, 0.5, 1)),...

bug
P1

For now I'm using `RigidEntity.detect_collision` to do collision checking for motion planning. I wonder if I can disable collision between specific links? Some robot may have `srdf` file together with...

enhancement
P1

# Description: While working with a Python demo for humanoid robots, I encountered an exception when trying to load URDF files for Unitree and Fourier robots using the add_entity method....

bug
P1

As the question suggests, the data volume of infrared images is far from sufficient compared to visible light images. Can we simulate the infrared imaging results by simulating temperature distribution?

enhancement
P2

Hi, I am a beginner to Genesis. In my knowledge, there isn't any tutorial page for a beginner for me to import custom urdf file. How can I import my...

enhancement
P2