Skip to content

Commit 9afb2fa

Browse files
author
Darby Lim
committed
edit number for stop sign
1 parent ce77509 commit 9afb2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turtlebot3_panorama/src/panorama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void PanoApp::spin()
151151
}
152152
if (take_snapshot)
153153
{
154-
if (std::abs(ang_vel_cur) <= 0.000001) // wait until robot has stopped
154+
if (std::abs(ang_vel_cur) <= 0.01) // wait until robot has stopped
155155
{
156156
snap();
157157
take_snapshot = false;

0 commit comments

Comments
 (0)