Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possibility to record and export the data? #50

Open
leob03 opened this issue Jan 17, 2025 · 2 comments
Open

possibility to record and export the data? #50

leob03 opened this issue Jan 17, 2025 · 2 comments

Comments

@leob03
Copy link

leob03 commented Jan 17, 2025

I noticed the record_motion config option, how do I record the generated motion of an agent inside the Isaac env? Is there a possibility/script to export that recorded motion into a .bvh format?

@tesslerc
Copy link
Collaborator

This code is provided as an example. We have used it in the past, but it may have lost alignment with recent codebase upgrades.
If you test and find any issues, let us know and we'll fix.

At a high level. This records multiple environment in parallel. For each environment it will record the sequence of poses (trajectory).
You can then pick to store in poselib format or in the AMASS format. Using the flag store_poselib.
If there are objects in the scene, there's an example of how we also store the object information to enable reconstruction of the full scene. For the terrain, it also has a function for saving the heightmap.

We don't have a script to convert to bvh/fbx, but if you extend the recording to support that functionality we'd be very happy to accept a PR.

@leob03
Copy link
Author

leob03 commented Jan 20, 2025

Got it, thank you for your quick answer! I'm focusing on another project currently but might try to work on the extension in a close future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants