From package 'obj_planner'
./src/ObjPlannerNode_node.cpp
This node impliments a path planner for a vehicle that can detect objects on each side of the road. It rapidly produces paths formed by pairing these detections across the path.
/path
: Created path, in the configured path frame.
/tracks
: Poses for each detected object.
debug
: Displays an OpenCV debug window for the convex hulltest_latency
: Logs latency taken per planning cycle.path_frame
: Frame the path is transformed into before publishing. Defaults to odom.