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

behavior_planning_containerdies while turning to the right. #6971

Open
3 tasks done
Kim-mins opened this issue May 10, 2024 · 0 comments
Open
3 tasks done

behavior_planning_containerdies while turning to the right. #6971

Kim-mins opened this issue May 10, 2024 · 0 comments
Labels
CARLA Issue when using the CARLA simulator type:bug Software flaws or errors.

Comments

@Kim-mins
Copy link

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

Hi team,

I'm currently running Autoware with Carla, and I found a situation that the behavior_planning_container dies while turning to the right, and the ego vehicle cannot drive after all.

Here are the videos of the situation: [rviz] [frontview]

At 0:30 of the rviz video, the planned trajectory is not updated anymore and the vehicle eventually stops, not reaching the destination.

I also checked the launch.log file, and I found a log that saids behavior_planning_container died:


1711198611.2581947 [ERROR] [component_container_mt-68]: process has died [pid 2463, exit code -11, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=behavior_planning_container -r __ns:=/planning/scenario_planning/lane_driving/behavior_planning -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'].

Expected behavior

I wanted the ego vehicle to drive to the destination with no error.

Actual behavior

But the ego vehicle could not reach to the goal, due to the module error.

Steps to reproduce

Here's the ros2bag file for the reproduction: [ros2bag]

Versions

Possible causes

No response

Additional context

I wanted to investigate more to find the cause of this error and I tried this answer, but failed.
If anyone tells me the way to use gdb, I think I can investigate more.

@idorobotics idorobotics added type:bug Software flaws or errors. CARLA Issue when using the CARLA simulator labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CARLA Issue when using the CARLA simulator type:bug Software flaws or errors.
Projects
None yet
Development

No branches or pull requests

2 participants