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

add more recording topics, make it a flag #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kvsikand
Copy link
Contributor

This is one of the lab to-do's

Also, this fixes a bug in autonomy.launch

@kvsikand kvsikand requested a review from srabiee September 22, 2020 15:28
@@ -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 \
Copy link
Contributor Author

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?

Copy link
Member

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.

@kvsikand kvsikand requested a review from joydeep-b September 22, 2020 15:28
@@ -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 \
Copy link
Member

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" />
Copy link
Member

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?

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

Successfully merging this pull request may close these issues.

2 participants