An open API service indexing awesome lists of open source software.

https://github.com/koide3/sentech_gige_driver


https://github.com/koide3/sentech_gige_driver

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# sentech_gige_driver

ROS1/ROS2 driver for OMRON Sentech GigE Vision Model M Series.

## Installation

Download and install Sentech SDK: https://sentech.co.jp/en/products/GigE/CMOS-M.html

Make sure that you added ```source /opt/sentech/.stprofile``` to ```.bashrc```.

Download and build sentech_gige_driver:
```bash
cd ros2_src/src
git clone https://github.com/koide3/sentech_gige_driver

cd ros2_src
colcon build --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
```

## Run

```bash
ros2 run sentech_gige_driver sentech_gige_driver
```