Open Kim-mins opened 4 months ago
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the control_container stops at the starting point and it makes the car stuck.
control_container
Here's the launch.log file: [launch.log] and I excerpted the error log to below:
launch.log
... 1720526771.8113821 [ERROR] [component_container_mt-81]: process has died [pid 5144, exit code -11, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=control_container -r __ns:=/control -p use_sim_time:=True -p wheel_radius:=0.383 -p wheel_width:=0.235 -p wheel_base:=2.79 -p wheel_tread:=1.64 -p front_overhang:=1.0 -p rear_overhang:=1.1 -p left_overhang:=0.128 -p right_overhang:=0.128 -p vehicle_height:=2.5 -p max_steer_angle:=0.7']. ...
I hope the ego vehicle to drive well to the goal point.
But it stops at the starting point, and does not move at all.
Here's the ros2bag file for the reproduction: [ros2bag]
No response
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the
control_container
stops at the starting point and it makes the car stuck.Here's the
launch.log
file: [launch.log] and I excerpted the error log to below:Expected behavior
I hope the ego vehicle to drive well to the goal point.
Actual behavior
But it stops at the starting point, and does not move at all.
Steps to reproduce
Here's the ros2bag file for the reproduction: [ros2bag]
Versions
Possible causes
No response
Additional context
No response