jchengai / gpir

[ICRA'22] Real-Time Trajectory Planning for Autonomous Driving with Gaussian Process and Incremental Refinement
https://arxiv.org/pdf/2205.11853.pdf
MIT License
215 stars 50 forks source link

planing module is not runing #5

Open wenchenwan opened 2 years ago

wenchenwan commented 2 years ago

process[planning-1]: started with pid [4933] process[carla_controller-2]: started with pid [4934] process[planning_rviz-3]: started with pid [4935] process[vehicle-4]: started with pid [4940] double free or corruption (out) [planning-1] process has died [pid 4933, exit code -6, cmd /home/wen/catkin_ww/devel/lib/planning_core/planning name:=planning log:=/home/wen/.ros/log/74d56960-0ce6-11ed-9422-8cc681d13e0e/planning-1.log]. log file: /home/wen/.ros/log/74d56960-0ce6-11ed-9422-8cc681d13e0e/planning-1.log [planning_rviz-3] process has finished cleanly log file: /home/wen/.ros/log/74d56960-0ce6-11ed-9422-8cc681d13e0e/planning_rviz-3.log

It is still not possible to run planing module alone, and the following error appears. I hope to get your answer.

~/catkin_ww$ rosrun planning_core planning double free or corruption (out) Aborted (core dumped)

jchengai commented 2 years ago