Skip to content

Commit

Permalink
Update robotics example, too
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Sep 9, 2024
1 parent b825304 commit ae39582
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"op": "<",
"left": {
"op": "abs",
"exp": "topic_robot_pose_msg.x"
"exp": "topic_robot_pose_msg.ros_fields__x"
},
"right": 10.0
},
"right": {
"op": "<",
"left": {
"op": "abs",
"exp": "topic_robot_pose_msg.y"
"exp": "topic_robot_pose_msg.ros_fields__y"
},
"right": 10.0
}
Expand All @@ -37,7 +37,7 @@
"op": "abs",
"exp": {
"op": "-",
"left": "topic_robot_pose_msg.x",
"left": "topic_robot_pose_msg.ros_fields__x",
"right": 5.0
}
},
Expand All @@ -49,7 +49,7 @@
"op": "abs",
"exp": {
"op": "-",
"left": "topic_robot_pose_msg.y",
"left": "topic_robot_pose_msg.ros_fields__y",
"right": -2.0
}
},
Expand Down

0 comments on commit ae39582

Please sign in to comment.