-
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
add more recording topics, make it a flag #4
base: master
Are you sure you want to change the base?
Conversation
@@ -51,6 +51,69 @@ DEFINE_string(joystick_topic, | |||
// The button used to indicate start of autonomous operation. | |||
DEFINE_uint64(start_btn_idx, 0, "Start button index"); | |||
|
|||
DEFINE_string(record_topics, "/autonomy_arbiter/enabled \ |
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.
Does anyone have a better idea on how to set a default here? and/or if there's some of thes topics we definitely don't want?
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.
This is better done as read from a config file. I don't think it is a good idea to require such long CLI arguments.
@@ -51,6 +51,69 @@ DEFINE_string(joystick_topic, | |||
// The button used to indicate start of autonomous operation. | |||
DEFINE_uint64(start_btn_idx, 0, "Start button index"); | |||
|
|||
DEFINE_string(record_topics, "/autonomy_arbiter/enabled \ |
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.
This is better done as read from a config file. I don't think it is a good idea to require such long CLI arguments.
@@ -1,4 +1,4 @@ | |||
<launch> | |||
<node pkg="ut_jackal" type="enml" name="enml" args='-c="../enml/config" -m="../enml/maps" -d1' cwd="node" /> | |||
<node pkg="ut_jackal" type="navigation" name="navigation" args='--maps_dir ../navigation/maps' cwd="node" /> | |||
<node pkg="ut_jackal" type="navigation" name="navigation" args='--maps_dir ../enml/maps' cwd="node" /> |
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 checking: was this change intentional?
This is one of the lab to-do's
Also, this fixes a bug in autonomy.launch