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

Enhancing scenario_simulator_v2 to print or visualize parameters/modifiers used for test iterations #1272

Open
ahmeddesokyebrahim opened this issue Jun 4, 2024 · 1 comment · May be fixed by #1360
Assignees

Comments

@ahmeddesokyebrahim
Copy link

ahmeddesokyebrahim commented Jun 4, 2024

Is your feature request related to a problem? Please describe.
While debugging scenarios with different values (list) for modifiers, it is not clear which values is selected and used between different combinations in a specific test iteration.

For example, a scenario with modifiers like that ...

    - name: __tier4_modifier_an
      list:
        - 0.2
        - 2
    - name: __tier4_modifier_D
      list:
        - 5
        - 10

it becomes confusing which value of __tier4_modifier_an is used with which value of __tier4_modifier_D in an iteration.

Describe the solution you'd like
It will be helpful if the parameters and modifiers used for each iteration is visualized in RViz.

Describe alternatives you've considered
It could a valid alternative to have it only printed in the terminal instead of text visualization in RViz

Additional context

@ahmeddesokyebrahim ahmeddesokyebrahim changed the title Scenario simulator does not print or visualize parameters/modifier used for test iterations Enhancing scenario_simulator_v2 to print or visualize parameters/modifiers used for test iterations Jun 4, 2024
@mitsudome-r
Copy link
Contributor

@yamacir-kit Do you have any opinion about how these information should be output to the user? (in Rviz, in terminal, make the verbosity configurable, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment