Valderico Carratala Rizzo

Results 2 comments of Valderico Carratala Rizzo

Same problem over here. Darknet_ros node launches, but the darknet_3d node dies with the same error code: process[darknet_ros-1]: started with pid [14486] process[darknet_3d-2]: started with pid [14487] terminate called after...

Okay, I just solved the error, just have to follow this other issue request: https://github.com/IntelligentRoboticsLabs/gb_visual_detection_3d/issues/36 And after changing the darknet_ros_3d/src/darknet_ros_3d/Darknet3D.cpp L64 from `last_detection_ts_ = ros::Time(now) - ros::Duration(60.0)` to `last_detection_ts_ =...