Commit History

Update Pusher object's position
2bc4862
verified

chrisjcc commited on

Enable contact visualization in the renderer to debug collisions
e1833c3
verified

chrisjcc commited on

move closer to the screen the puck
3fcb7f8
verified

chrisjcc commited on

Change from negative to positive y-value
6645328
verified

chrisjcc commited on

Move variable definition and initialization up.
492932f
verified

chrisjcc commited on

This will make the black disc fly in toward the center from the tray’s corner as intended, with clean and controllable motion.
0e6daaf
verified

chrisjcc commited on

We want the disc to appear to "drop in from outside", consider starting slightly above and beyond the edge, e.g., pusher_pos = [0.35, -0.35, 0.08]
ddcba48
verified

chrisjcc commited on

Update to hold fix simulation window size
c63cdfe
verified

chrisjcc commited on

Apply Graio Block to control how much space is allocated to the simulation screen.
da9ef79
verified

chrisjcc commited on

Add the camera's default values to the Gradio slider values
78714c6
verified

chrisjcc commited on

Change camera's perspective default values
2cbb3f9
verified

chrisjcc commited on

Fix parameter inputs format (needs a list)
8316697
verified

chrisjcc commited on

Add missing comma
fa57858
verified

chrisjcc commited on

Make It Interactive, we want the user to adjust the camera interactively in Gradio
7b9bbde
verified

chrisjcc commited on

Update simulate_and_render API
a3b1cab
verified

chrisjcc commited on

Fix error
f2c36a1
verified

chrisjcc commited on

Update app to allow adjustment of camera perspective
cf6cc37
verified

chrisjcc commited on

Can can dynamically adjust the camera view of a MuJoCo simulation programmatically
3bec3fb
verified

chrisjcc commited on

vVrsion using a quaternion orientation. This defines a fixed orientation looking roughly toward the center of the tray, assuming a diagonal tilt (approximate iso-style view).
bf686e9

chrisjcc commited on

MuJoCo XML schema does not support a shadows attribute under <quality>. That attribute might have existed in older MuJoCo forks or be a confusion with <lighting> blocks in other simulation engines.
90a6967

chrisjcc commited on

10 dynamic objects (mixed boxes and spheres, with bright colors). A light grey tray with side walls. A black disc pusher. Bright skybox background. A top-down tilted camera. Offscreen rendering resolution set to 640×640.
5302347

chrisjcc commited on

mujoco.Renderer(model, width=640, height=640) is asking for an image size larger than what the MuJoCo model framebuffer allows by default.
0cd2cd7

chrisjcc commited on

MuJoCo XML parser does not understand Jinja-style templating (i.e. {% for ... %} or {{ ... }}), so you must replace that block with explicit, valid XML.
6c64575

chrisjcc commited on

Multiple randomized dynamic objects. A pusher that activates mid-simulation. Full support for parameterized object count and rendering.
3c5f45f

chrisjcc commited on

These packages provide OpenGL + OSMesa support for offscreen rendering. You don't need an actual display (DISPLAY env var).
848a20e
verified

chrisjcc commited on

Important: MUJOCO_GL must be set before any MuJoCo import. Otherwise, it will still try to use GLFW.
15f0a61
verified

chrisjcc commited on

Updated run_tray_simulation() (safe for HuggingFace Spaces)
45b8435
verified

chrisjcc commited on

Change mj_render to mjr_render
de503ed
verified

chrisjcc commited on

Add MuJoCo XML model of a tray + object
c23db99

chrisjcc commited on

Add build LLMPhy app
c46039f
verified

chrisjcc commited on

TraySim module
1b7961a
verified

chrisjcc commited on

Add required libraries
3ebf482
verified

chrisjcc commited on

initial commit
c82092d
verified

chrisjcc commited on