Add fuse configuration to hangar sim#493
Closed
suchkristenwow wants to merge 1089 commits intomainfrom
Closed
Conversation
13300 Add example of picking bracket part in factory_sim Former-commit-id: f09625a
Former-commit-id: ca24994
Former-commit-id: d84bbe1
Former-commit-id: 8087164
…tion Franka build optimization Former-commit-id: ae32412
Former-commit-id: e7a4601
Co-authored-by: Bilal Gill <bilal.gill@picknik.ai> Former-commit-id: fa4e982
Former-commit-id: 25bf047
Former-commit-id: 033818e
Former-commit-id: f463984
13377 Add precise place example to factory_sim Former-commit-id: 72b8baa
Former-commit-id: d31fd89
merge 8.6 to main Former-commit-id: c214922
…-pos Start satellite sim in folded position Former-commit-id: d1ce4e9
Former-commit-id: 768fa53
Former-commit-id: 271516b
…-blocks-icp 14122 Adds solution for advanced stack blocks example using ICP Former-commit-id: b3812c4
Former-commit-id: ae020e2
Former-commit-id: 85477b4
Former-commit-id: 3f54952
Former-commit-id: 13628a5
Former-commit-id: 74f86ab
…d-nvidia chore: clean up dockerfile that unnecesarrily has nvidia stuff now Former-commit-id: 42367eb
Better space industry demos Former-commit-id: 7910256
update JTAC's zero_fts service name Former-commit-id: 515bc0f
Former-commit-id: 09aa77d
Former-commit-id: 99705fc
Kitchen scene Former-commit-id: caf3629
Former-commit-id: d5b6c20
…deps Fix example_behavior dependencies Former-commit-id: 178d769
Update example configs to use JTAC where possible
changed prompts to help clip seg
Change log level from 'warn' to 'info'
Change log level from 'warn' to 'info'
remove base_frame and joints from VFC and JTAC parameters
Add ROS Distro to Dockerfile Base
Added missing command
Former-commit-id: a8ef423
Add missing grasp action description for Franka gripper
4e92bcc to
52f381e
Compare
Author
Screencast.from.2026-02-05.12-47-44.webm |
Author
|
Closed in favor of: #498 |
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.
This PR adds fuse-based state estimation for mobile base pose estimation using wheel odometry. The fuse fixed-lag smoother subscribes to wheel odometry and publishes filtered state estimates on
/odom_filtered.Added
odom_qos_relay.pywhich subscribes toodomwith BEST_EFFORT QoS and republishes toodom_reliablewith RELIABLE QoS (which fuse expects) - these QoS types are incompatable.On launching the sim odom_filtered is published and the odom to base_footprint TF as well.