add realsense tmp file and cam client#63
Open
userdarius wants to merge 1 commit intoNVlabs:mainfrom
Open
Conversation
ZhengyiLuo
pushed a commit
that referenced
this pull request
May 1, 2026
…#63) * motionbricks: sync to upstream main (flatten package layout + README) - Mirror /home/tingwuw/Projects/mfm/projects/rnms/motionbricks @ 9dbca78 - Package promoted from motionbricks/motionbricks/motionbricks/ to motionbricks/motionbricks/ (66 renames; per-file history preserved via -M) - README: real BibTeX, GR00T-WBC clone instructions, drop dead License badge / legal/ folder pointers - motionbricks/.gitignore negation rules rebased to the flat layout; drop obsolete Level-2-dupe ignore rules * motionbricks: skip checkpoint LFS by default * motionbricks: fix ckpt config paths for demo Hard-code stats and skeleton folders in each ckpt's config.yaml/hparams.yaml to relative paths under out/<ckpt>/version_1/, since the original ${data.folder}/features/... templates pointed at a dataset layout not shipped with the demo. Also fix demo project_base_path after the package flatten and add the skeleton-mesh LFS pull step to the README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: tingwuw <tingwuw@nvidia.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added some utility files for easy realsense camera access using ros2 nodes and server client architecture.
check the comments at the top of the file to run on your own.
also added a dummy realsense handler for the data collection pipeline that mirrors the oak system from nvidia but still a wip.