33dev: [ ![ Build Status] ( https://travis-ci.org/neufieldrobotics/spinnaker_sdk_camera_driver.svg?branch=dev )] ( https://travis-ci.org/neufieldrobotics/spinnaker_sdk_camera_driver )
44
55# spinnaker_sdk_camera_driver
6-
76These are the ros drivers for running the Pt Grey (FLIR) cameras that use the Spinnaker SDK. This code has been tested with various Point Grey Blackfly S (BFS) cameras.
87
8+ ## Compatibility Matrix
9+ | Spinnaker | Architecture | Ubnuntu 16.04 Xenial +<br >ROS Kinetic | Ubnuntu 18.04 Bionic +<br >ROS Melodic | Ubnuntu 20.04 Focal +<br >ROS Noetic |
10+ | -----------| :------------:| :--------------------------------------:| :-------------------------------------:| :-----------------------------------:|
11+ | 1.17.0.23 | AMD64 | :heavy_check_mark : | :heavy_minus_sign : | :heavy_minus_sign : |
12+ | 1.17.0.23 | ARM64 | :heavy_check_mark : | :heavy_minus_sign : | :heavy_minus_sign : |
13+ | 1.24.0.60 | AMD64 | :heavy_check_mark : | :heavy_minus_sign : | :heavy_minus_sign : |
14+ | 1.24.0.60 | ARM64 | :heavy_check_mark : | :heavy_minus_sign : | :heavy_minus_sign : |
15+ | 2.0.0.147 | AMD64 | :heavy_check_mark : | :white_check_mark : | :heavy_minus_sign : |
16+ | 2.0.0.147 | ARM64 | :heavy_check_mark : | | :heavy_minus_sign : |
17+ | 2.2.0.48 | AMD64 | :heavy_minus_sign : | :heavy_check_mark : | |
18+ | 2.2.0.48 | ARM64 | :heavy_minus_sign : | | |
19+ | 2.3.0.77 | AMD64 | :heavy_minus_sign : | | |
20+ | 2.3.0.77 | ARM64 | :heavy_minus_sign : | | |
21+
22+ :heavy_check_mark : Tested
23+ :heavy_minus_sign : Not Applicable
24+ :white_check_mark : Reported to work
25+ :x : Known compatibility Issue
26+
927## Getting Started
1028
1129These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
@@ -18,23 +36,25 @@ The pre-requisites for this repo include:
1836* ros-kinetic-cv-bridge
1937* ros-kinetic-image-transport
2038
21- ** Incase of x86_64 or x86_32 architecture, also install * libunwind-dev* **
39+ #### After installing spinnaker, Verify that you can run your cameras with SpinView.
40+
41+ #### For x86_64 or x86_32 architecture, install the following:
42+ * libunwind-dev
2243
2344``` bash
24- # after installing spinnaker verify that you can run your cameras with SpinView
2545
2646# after installing ros, install other pre-requisites with:
2747
2848sudo apt install libunwind-dev ros-kinetic-cv-bridge ros-kinetic-image-transport
49+ ```
2950
30- # if you use arm64 (aarch64), install pre-requisites with:
31-
51+ #### For arm64 (aarch64) architecture , install pre-requisites with:
52+ ```
3253sudo apt install ros-kinetic-cv-bridge ros-kinetic-image-transport
33-
3454```
3555
3656### Installing
37- To install the spinnaker drivers
57+ To install this spinnaker_sdk_camera_driver
3858``` bash
3959mkdir -p ~ /spinnaker_ws/src
4060cd spinnaker_ws/src
@@ -51,12 +71,22 @@ Modify the `params/test_params.yaml` file replacing the cam-ids and master cam s
5171``` bash
5272# To launch nodelet verison of driver, use #
5373
74+ <<< <<< < HEAD
5475roslaunch spinnaker_camera_driver acquisition.launch
76+ =======
77+ roslaunch spinnaker_sdk_camera_driver acquisition.launch
5578
56- # To launch node version of driver, use
79+ # To launch node version of driver, use #
80+ >>>>>>> master
5781
82+ roslaunch spinnaker_sdk_camera_driver acquisition_node.launch
83+
84+ <<< <<< < HEAD
5885roslaunch spinnaker_camera_driver node_acquisition.launch
86+ =======
87+ >>>>>>> master
5988# Test that the images are being published by running
89+
6090rqt_image_view
6191```
6292## Parmeters
0 commit comments