Skip to content

Commit f19fdac

Browse files
committed
change default mode for DWA
1 parent bf86cc8 commit f19fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathPlanning/DynamicWindowApproach/dynamic_window_approach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ def main(gx=10.0, gy=10.0, robot_type=RobotType.circle):
293293

294294

295295
if __name__ == '__main__':
296-
main(robot_type=RobotType.rectangle)
296+
main(robot_type=RobotType.circle)

0 commit comments

Comments
 (0)