Skip to content

Commit 6fc8eff

Browse files
Align controlled_frame field in feedback with design (#8)
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]>
1 parent 29bc545 commit 6fc8eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/FollowCartesianTrajectory.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ string error_string
1919
---
2020

2121
std_msgs/Header header
22-
string tcp_frame
22+
string controlled_frame
2323
CartesianTrajectoryPoint desired
2424
CartesianTrajectoryPoint actual
2525
CartesianTrajectoryPoint error

0 commit comments

Comments
 (0)