Skip to content

Commit

Permalink
there is actually one (not zero) vy_sample when planning, fixes #89.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Jun 9, 2014
1 parent 277f6e4 commit c6cd55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turtlebot_navigation/param/base_local_planner_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ TrajectoryPlannerROS:
max_vel_y: 0.0
min_vel_y: 0.0
acc_lim_y: 0.0
vy_samples: 0
vy_samples: 1
2 changes: 1 addition & 1 deletion turtlebot_navigation/param/dwa_local_planner_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DWAPlannerROS:
# Forward Simulation Parameters
sim_time: 3.0 # 1.7
vx_samples: 6 # 3
vy_samples: 0 # diff drive robot
vy_samples: 1 # diff drive robot, there is only one sample
vtheta_samples: 20 # 20

# Trajectory Scoring Parameters
Expand Down

1 comment on commit c6cd55f

@stonier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving towards #61.

Please sign in to comment.