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
Create autogenerated code which creates a specialised function call for each mj_ function that takes in a pointer to an array. This will allow users to benefit from Julia's built-in array support. It would also remove the need for users to keep track of array sizes.
The text was updated successfully, but these errors were encountered:
This will likely require knowing exactly what inputs to use for all the functions - for now, we will document how to create and use row-major arrays to be passed into the mujoco functions.
Create autogenerated code which creates a specialised function call for each
mj_
function that takes in a pointer to an array. This will allow users to benefit from Julia's built-in array support. It would also remove the need for users to keep track of array sizes.The text was updated successfully, but these errors were encountered: