This repository contains a ROS2 package for launching an Arducam fisheye camera to capture images.
- Ubuntu 22.04
- ROS2 Humble
- Create a ROS2 workspace and a source directory (
src
):
$ mkdir -p ~/{ROS2_WORKSPACE}/src
- In the
src
directory, clone this fisheye_camera_driver repository:
$ cd ~/{ROS2_WORKSPACE}/src
$ git clone git@github.com:Prabuddhi-05/fisheye_camera_driver.git
-
Install the relevant drivers for the Arducam fisheye camera as per the instructions in this aoc_instruction4sensor-drivers repository.
-
Then build using colcon build in the current directory.
cd ~/{ROS2_WORKSPACE} && colcon build
source ~/.bashrc
To launch the fisheye camera node, open a terminal and use the following command:
$ ros2 launch fisheye_camera_driver multiple_fisheye_launch.xml