Replies: 2 comments 5 replies
-
Are you familiar with our MJPC project? This is an example of a C++ application based on MuJoCo with lots of custom plotting. Check out the associated video to see the kind of plots that we use. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I can see a couple of issues with the code above.
Then in your main function:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to create a plot of data generated using simulation like
qpos
orqvel
in C/C++ usingmjvFigure
?Till now, I have been writing the data to a file and when the simulation finishes, I use matplotlib to plot the data.
There was this discussion #298 regarding live plotting but it is python.
I tried this
Please consider helping.
Beta Was this translation helpful? Give feedback.
All reactions