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

irregularity in task message fields #618

Open
M1chaelM opened this issue Apr 12, 2023 · 0 comments
Open

irregularity in task message fields #618

M1chaelM opened this issue Apr 12, 2023 · 0 comments

Comments

@M1chaelM
Copy link
Collaborator

Echoing the vrx/task/info message and grepping for the name field shows that the order of the fields displayed is not consistent:

$ ros2 topic echo /vrx/task/info | grep name
- name: name
- name: num_collisions
- name: ready_time
- name: state
- name: running_time
- name: remaining_time
- name: score
- name: timed_out
- name: elapsed_time

- name: name
- name: num_collisions
- name: ready_time
- name: running_time
- name: remaining_time
- name: score
- name: timed_out
- name: elapsed_time

- name: name
- name: num_collisions
- name: ready_time
- name: state
- name: state
- name: running_time
- name: remaining_time
- name: score
- name: timed_out
- name: elapsed_time

In the output above, it looks like the state field was delayed and then displayed twice in a row. I ran a few tests of this and saw some significant variations over the course of a given task. These fluctuations make the output more difficult to read.

@caguero Do you have any theories as to why this is happening?

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

No branches or pull requests

1 participant