Skip to content

Commit

Permalink
Update src/modules/simulation/gz_bridge/GZBridge.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Markus <[email protected]>
  • Loading branch information
Jaeyoung-Lim and fredmarkus committed Aug 16, 2024
1 parent db8ab54 commit 9afce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/simulation/gz_bridge/GZBridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ int GZBridge::init()
follow_msg.set_data(_model_name);
callStringMsgService("/gui/follow", follow_msg);
gz::msgs::Vector3d follow_offset_msg{};
follow_offset_msg.set_x(6.0);
follow_offset_msg.set_x(-6.0);
follow_offset_msg.set_y(0.0);
follow_offset_msg.set_z(6.0);
callVector3dService("/gui/follow/offset", follow_offset_msg);
Expand Down

0 comments on commit 9afce3d

Please sign in to comment.