- start rosbag
- pause rosbag
- load pointcloud map, vector map, world map tf, vehicle tf
- launch ndt matching
- camera lidar calibration publisher
- run perception
- camera lidar base
roslaunch perception_launch perception.launch mode:="camera_lidar_fusion"
- only lidar
roslaunch perception_launch perception.launch mode:="lidar"
- only camera (currently not implemented)
roslaunch perception_launch perception.launch mode:="camera"
2019/05/01 when run catkin_make, automaticaly download caffemodel and prototxt. but you need to install tensorrt.
2019/08/21 when run catkin_make, automaticaly download caffemodel and prototxt. but you need to install caffe.