Skip to content

Commit

Permalink
Align controlled_frame field in feedback with design (UniversalRobots#8)
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`.

Co-authored-by: G.A. vd. Hoorn <[email protected]>
  • Loading branch information
fmauch and gavanderhoorn authored Apr 9, 2024
1 parent 29bc545 commit 6fc8eff
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
---

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

0 comments on commit 6fc8eff

Please sign in to comment.