- start rosbag
- pause rosbag
- load pointcloud map, vector map, world map tf, vehicle tf
- launch ndt matching
- camera lidar calibration publisher
roslaunch perception_launch perception.launch
- Download PointPillars file into
lidar_point_pillars/data/
. roslaunch perception_launch perception_with_pointpillars.launch
2019/05/01 when run catkin_make, automaticaly download caffemodel and prototxt. but you need to install tensorrt.
- Download caffemodel and prototxt into
tensorrt_yolo3/data/yolov3_416.caffemodel
/tensorrt_yolo3/data/yolov3_416_trt.prototxt
. roslaunch tensorrt_yolo3 tensorrt_yolo3.launch
- The result is shown in
/perception/tensorrt_yolo3/classified_image
topic.