You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The scenario simulator cannot perform normally when I set the record to true, which means:
it cannot do the scenario test simulation
it cannot record the simulation.
To Reproduce
Steps to reproduce the behavior:
Run the scenario test simulation with the command ros2 launch scenario_test_runner scenario_test_runner.launch.py architecture_type:=awf/universe record:=false scenario:='t4v2.yml' sensor_model:=sample_sensor_kit vehicle_model:=sample_vehicle
The scenario is simulated and played on the rviz.
Run the scenario test simulation again with the command ros2 launch scenario_test_runner scenario_test_runner.launch.py architecture_type:=awf/universe record:=true scenario:='t4v2.yml' sensor_model:=sample_sensor_kit vehicle_model:=sample_vehicle
Rviz is successfully started, but the scenario is not simulated, along with console error output.
Expected behavior
The scenario test simulator should run the scenario normally and record the whole simulation messages.
Screenshots
Desktop (please complete the following information):
As we infer from the error text, it is probably an error in the DDS communication process.
It may be cured by reviewing the DDS communication settings, etc.
Describe the bug
A clear and concise description of what the bug is.
The scenario simulator cannot perform normally when I set the
record
to true, which means:To Reproduce
Steps to reproduce the behavior:
ros2 launch scenario_test_runner scenario_test_runner.launch.py architecture_type:=awf/universe record:=false scenario:='t4v2.yml' sensor_model:=sample_sensor_kit vehicle_model:=sample_vehicle
ros2 launch scenario_test_runner scenario_test_runner.launch.py architecture_type:=awf/universe record:=true scenario:='t4v2.yml' sensor_model:=sample_sensor_kit vehicle_model:=sample_vehicle
Expected behavior
The scenario test simulator should run the scenario normally and record the whole simulation messages.
Screenshots
Desktop (please complete the following information):
The file is attached here: https://drive.google.com/file/d/1LDSyvA9PUEf58OzcS4sJ-3XLTVgAnOPJ/view?usp=drive_link
The text was updated successfully, but these errors were encountered: