We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to run the marathon routine the other day, I don't really know what the difference is between that one and the new patrol routine so I used the script that we already have. However there are some problems as it exists now. First, the call to patrol routine has too many arguments, https://github.com/strands-project/strands_executive_behaviours/blob/hydro-devel/routine_behaviours/src/routine_behaviours/marathon_routine.py#L76 vs https://github.com/strands-project/strands_executive_behaviours/blob/hydro-devel/routine_behaviours/src/routine_behaviours/patrol_routine.py#L25 . When I corrected this I ran into some other problems that I didn't have the time to correct, so I'm filing the issue as a reminder.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to run the marathon routine the other day, I don't really know what the difference is between that one and the new patrol routine so I used the script that we already have. However there are some problems as it exists now. First, the call to patrol routine has too many arguments, https://github.com/strands-project/strands_executive_behaviours/blob/hydro-devel/routine_behaviours/src/routine_behaviours/marathon_routine.py#L76 vs https://github.com/strands-project/strands_executive_behaviours/blob/hydro-devel/routine_behaviours/src/routine_behaviours/patrol_routine.py#L25 . When I corrected this I ran into some other problems that I didn't have the time to correct, so I'm filing the issue as a reminder.
The text was updated successfully, but these errors were encountered: