Forwardport/Jazzy v1.9.3 features to v2.2 - #127
Merged
munseng-flexiv merged 6 commits intoSep 3, 2026
Merged
Conversation
munseng-flexiv
requested review from
bsoe-flexiv,
pzhu-flexiv,
xyyeh-flexiv and
zfquek-flexiv
September 2, 2026 10:43
zfquek-flexiv
approved these changes
Sep 3, 2026
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.
Forward-ports the features released in #125 (jazzy-v1.9.3, RDK v1.9.3, Rizon/AICO) onto the v2 line for the Enlight and MICO series on RDK v2.2.
Included
~/error_recovery action,~/get_operational_status service,~/operational_status topic, under /<robot_sn>/flexiv_recovery_node. SequenceStop→ClearFault→ServoOn→ wait operational, each step deadlined. Component staysACTIVEwhile faulted. Motion withheld until a controller restart re-syncs the command buffers.Mode.msgnow mirrorsflexiv::rdk::Mode.~/set_joint_impedance,~/set_max_contact_torque,~/set_joint_inertia_scaleplus latched state topics, under/<robot_sn>/flexiv_joint_impedance_config_node. Re-applied on every controller start.joint_namesper request, so one arm of a dual-arm robot can be set aloneflexiv_calibration(Feature/Add flexiv_calibration package and per-robot kinematics launch arguments #118) — new package syncing measured kinematics intoflexiv_description, plus akinematics_params_filelaunch argument. One file covers the whole robot (ARM_1/ARM_2,EXT_AXISon MICO-Plus/Ultra).Excluded
RDK v2.2 adaptations
Enable()ServoOn()OperationalStatus::NOT_ENABLEDNOT_SERVO_ONRobotInfo::DoF/DoF_e/DoF_mJointGroupDoFmapRobotInfo::model_nameProductModelNames().at(product_model)kOpStatusNames/kModeNamesmapsOperationalStatusNames()/ModeNames()accessorsSetJointImpedance(K_q, Z_q)SetJointImpedance(group, K_q, Z_q), one call per grouprun_auto_recoverydropped — no RDK v2.2 equivalent. Recovery state is refused with a message pointing at Flexiv Elements, rather than keeping a dead goal field.K_q_nomis reported for external axes, so a MICO torso request has no bound to validate against.on_init—export_state_interfaces()needsinfo().all_groupsand runs beforeon_configure.on_configurereconnects afteron_cleanup, so connection-loss recovery still works.