Add guarded continuous effort control for MPC - #1
Draft
ZihaoLu001 wants to merge 13 commits into
Draft
Conversation
- Gripper button toggles on rising edge only (was: once per tick while held); edge state tracked every tick and in intervention() - ROS bridge delta_twist_cmds: default unitless [-1,1] semantics with Servo-matching scales + stale-command drop; speed_units opt-out - GN01 width/initial-state conventions aligned with the ROS teleop repo; configurable signs for device-to-robot axis calibration - Version 0.2.0, changelog for undocumented 0.1.6-0.1.8 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…e-independent twist integration - Initial gripper open/closed state inferred from reported width (intervention() no longer emits close+grasp for an untouched gripper) - Gripper edge actuates with the deadman released (zero-motion servo call) instead of silently flipping internal state - ROS bridge integrates twists over the actual message interval, capped at twist_max_age; jog params validated before hardware connect - Regression tests for all three Co-Authored-By: Claude Fable 5 <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.
Summary
Evidence
Validation
Companion ActAhead PR will pin commit cc80d82 and switch the planner to the fixed effort action contract.