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
When I try to record scenario test runner by setting record:= true, ego car does not move in the simulator. Same scenario runs as expected when I set record:= false. The following is the log obtained by changing only the record settings and executing a scenario with the other settings being the same.
Finish to set up for both Autoware and scenario simulator v2.
Execute above command where autoware is located.
See if the scenario running as expected.
Expected behavior
Ego car should move according to the scenario regardless of record setting.
Desktop (please complete the following information):
OS: ubuntu 22.04
Browser N/A
Version [e.g. 22]
ROS 2 version: humble
DDS
The text was updated successfully, but these errors were encountered:
hcn1519
changed the title
Ego car does not move when I try to record using rosbag.
Ego car does not move when I record scenarios using rosbag.
Feb 2, 2024
Describe the bug
When I try to record scenario test runner by setting
record:= true
, ego car does not move in the simulator. Same scenario runs as expected when I setrecord:= false
. The following is the log obtained by changing only the record settings and executing a scenario with the other settings being the same.launch-record-false.log
launch-record-true.log
ros2 launch -d scenario_test_runner scenario_test_runner.launch.py \ architecture_type:=awf/universe \ record:=true \ scenario:='$(find-pkg-share scenario_test_runner)/scenario/RoutingAction.FollowTrajectoryAction-autoware.yaml' \ sensor_model:=sample_sensor_kit \ vehicle_model:=sample_vehicle
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ego car should move according to the scenario regardless of
record
setting.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: