Skip to main content

update_joint_state_map

Function update_joint_state_map 

Source
pub fn update_joint_state_map<const N: usize>(
    map: &JointStateMap,
    names: &[&str],
    state: &ArmState<N>,
)
Expand description

Update an existing JointStateMap in-place from joint names and an ArmState, avoiding allocation when the map already contains the expected keys.