Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FollowPath] position_update log frequency #4719

Closed
Lntnam opened this issue Aug 25, 2016 · 2 comments
Closed

[FollowPath] position_update log frequency #4719

Lntnam opened this issue Aug 25, 2016 · 2 comments

Comments

@Lntnam
Copy link

Lntnam commented Aug 25, 2016

position_update log entries for FollowPath appear too often, like every 1.5 seconds, with distance changes from 1 meter to 5 meter depend on the random speed. It's kind of unnecessarily spam the terminal.

An interval of 5 seconds or 10 meter should be more relevant.

@k4n30 k4n30 changed the title [Enhancement] position_update log for FollowPath appear too frequently [FollowPath] position_update log frequency Aug 25, 2016
@Gzerox
Copy link
Contributor

Gzerox commented Aug 26, 2016

After merge, you can use something like:

{
   "type": "FollowPath",
       "config": {
               ....
              "log_interval": "4",
        }
}

@mjmadsen
Copy link
Contributor

Recent merge fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants