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

Ego car does not move when I record scenarios using rosbag. #1186

Closed
hcn1519 opened this issue Feb 2, 2024 · 1 comment
Closed

Ego car does not move when I record scenarios using rosbag. #1186

hcn1519 opened this issue Feb 2, 2024 · 1 comment

Comments

@hcn1519
Copy link

hcn1519 commented 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 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.

launch-record-false.log
launch-record-true.log

  • Running command
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:

  1. Finish to set up for both Autoware and scenario simulator v2.
  2. Execute above command where autoware is located.
  3. 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
@hcn1519 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
@hcn1519
Copy link
Author

hcn1519 commented Feb 14, 2024

I solved it. This is related to #1179 and is about an Autoware performance issue, not a bug in the scenario simulator.

@hcn1519 hcn1519 closed this as completed Feb 14, 2024
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