-
Notifications
You must be signed in to change notification settings - Fork 0
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
new main, setting up, running. and tearing down processes for the vfh approach #63
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
@@ -1,27 +1,33 @@ | |||
# Global constants for main. | |||
# Global constants for new main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just main
|
||
data_merge: | ||
delay: 0.1 # seconds | ||
# Vector Field Histogram Worker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put these fields under vector_field_histogram or vfh
object_proximity_limit: 10.0 # metres | ||
max_history: 80 | ||
command_timeout: 1.0 # seconds | ||
# VFH Decision Worker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
@@ -1,5 +1,5 @@ | |||
""" | |||
Main | |||
New main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just main
from modules.flight_interface import flight_interface_worker | ||
from worker import queue_wrapper | ||
from worker import worker_controller | ||
import worker.queue_wrapper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small thing - alpha order
|
||
CONFIG_FILE_PATH = pathlib.Path("config.yaml") | ||
CONFIG_FILE_PATH = pathlib.Path("config2.yaml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check file name
No description provided.