Skip to content

Commit

Permalink
minor change of comments
Browse files Browse the repository at this point in the history
Signed-off-by: youhy <[email protected]>
  • Loading branch information
AzulRadio committed Aug 8, 2022
1 parent ebc0c43 commit 5d2ab17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/plugins/component_inspector/Pose3d.qml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ Rectangle {

onGzPoseSet: {
// _x, _y, _z, _roll, _pitch, _yaw are parameters of signal gzPoseSet
// from gz-gui GzPose.qml
sendPose(_x, _y, _z, _roll, _pitch, _yaw)
}

// By default it is closed
// By default pose widget is collapsed
expand: false

// plotting
Expand Down

0 comments on commit 5d2ab17

Please sign in to comment.