You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start with adapting basic.cc into Julia. We want a simple wrapper that people can run with something like this:
functionvisualise()
viewer =open_viewer(model, data)
while<window is open># do controls, data.ctrl = ....mj_step(model, data)
viewer.render()
end
viewer.close()
end
Useful to just check things are working and visualise behaviour.
The text was updated successfully, but these errors were encountered:
nic-barbara
changed the title
See if we can get the display to be rendered
See if we can get the display to be rendered with control in the loop
Jul 29, 2023
Start with adapting
basic.cc
into Julia. We want a simple wrapper that people can run with something like this:Useful to just check things are working and visualise behaviour.
The text was updated successfully, but these errors were encountered: