Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 434 Bytes

Project LiDAR point to camera image

Usage

Docker

  1. Configure launch file launch/husky_lidar_projection.launch or create your own, if needed. Do not forget to adjust last line in docker/Dockerfile:
ENTRYPOINT [ "/ros_entrypoint.sh", "roslaunch", "/opt/ros/noetic/share/lidar_to_cam/launch/<your_launch_file>" ]
  1. Build image:
bash docker/build.sh
  1. Run node:
bash docker/run.sh