Skip to content

Commit

Permalink
Update src/rviz_visual_tools.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman authored Aug 14, 2019
1 parent 9666651 commit e8e46ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rviz_visual_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ geometry_msgs::Pose RvizVisualTools::getIdentityPose()
pose.position.y = 0;
pose.position.z = 0;

// Orientation on place
// Orientation
pose.orientation.x = 0;
pose.orientation.y = 0;
pose.orientation.z = 0;
Expand Down

0 comments on commit e8e46ee

Please sign in to comment.