Skip to content

Commit

Permalink
Change follow_dist_m to follow_distance_m in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Feb 15, 2018
1 parent 8927ba7 commit 26c05b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/guide/follow_me.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The code fragment below shows how to set the configuration:
// configure follow me behaviour
FollowMe::Config config;
config.min_height_m = 12.f; // Minimum height
config.follow_dist_m = 20.f; // Follow distance
config.follow_distance_m = 20.f; // Follow distance
config.responsiveness = 0.2f; // Higher responsiveness
config.follow_direction = FollowMe::Config::FollowDirection::FRONT; //Follow from front-centre

Expand Down

0 comments on commit 26c05b2

Please sign in to comment.