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

Nav2-rviz-plugin changes. #937

Merged
merged 3 commits into from
Jul 24, 2019
Merged

Nav2-rviz-plugin changes. #937

merged 3 commits into from
Jul 24, 2019

Commits on Jul 16, 2019

  1. I added a timeout to spin_until_future_complete, so rviz doesn't get …

    …frozen if something goes wrong in the navigation stack. I did some changes in the start navigation; - changed the funtion type to boolean - added returns to the funtion, so it will return false if something goes wrong. I changed goal_tool added a if statement to check if start_navigation doesn't return false before calling any other functions in goal_tool
    mlherd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    5d3c0cc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. made the code cleaner and changed the error messages. Reduced the tim…

    …eout value to 3 seconds. The timeouts will be parametrized in the future.
    mlherd committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    f8ec2f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. added timeout parameter

    mlherd committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    df14336 View commit details
    Browse the repository at this point in the history