Skip to content

Commit

Permalink
Align 'controlled_frame' field in feedback with design (#7)
Browse files Browse the repository at this point in the history
According to [the design document](https://github.com/fzi-forschungszentrum-informatik/fzi_robot_interface_proposal/blob/01a9c14a456fb76ccc6dd158a9cb0573a9ebb2da/source/proposal/index.rst#L237), the action feedback should contain a field called `controlled_frame`.

`tcp_frame` was the old name, prior to renaming it to `controlled_frame`.
  • Loading branch information
gavanderhoorn authored Apr 9, 2024
1 parent efd9900 commit fb68cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/FollowCartesianTrajectory.action
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ string error_string
---

Header header
string tcp_frame
string controlled_frame
CartesianTrajectoryPoint desired
CartesianTrajectoryPoint actual
CartesianTrajectoryPoint error

0 comments on commit fb68cf9

Please sign in to comment.