Skip to content

Commit

Permalink
Fix wrong frame id of external wrench in TCP
Browse files Browse the repository at this point in the history
  • Loading branch information
munseng-flexiv committed Aug 2, 2024
1 parent b2976ca commit a413bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FlexivRobotStates : public SemanticComponentInterface<flexiv_msgs::msg::Ro
message.flange_pose.header.frame_id = kWorldFrameId;
message.ft_sensor_raw.header.frame_id = kFlangeFrameId;
message.ext_wrench_in_tcp.header.frame_id = kFlangeFrameId;
message.ext_wrench_in_world.header.frame_id = kWorldFrameId;
message.ext_wrench_in_world.header.frame_id = kFlangeFrameId;
}

/// Return RobotStates message
Expand Down

0 comments on commit a413bb9

Please sign in to comment.