Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Schilling committed Jan 11, 2019
1 parent 46c5401 commit 9a1cbd3
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# openmv_cam
OpenMV Cam ROS package
# OpenMV Cam ROS package

This package provides an interface between the [OpenMV Cam](https://openmv.io/) and [ROS](http://www.ros.org/).

Images are acquired by the camera and sent via USB to the ROS node which relays them as ROS image messages.

## Getting started

Connect the camera and copy the [main.py](util/main.py) file, either using the [OpenMV IDE](https://openmv.io/pages/download) or directly using the mounted storage device.
Remember to reset the camera via the IDE or eject the storage device to prevent data loss.

Launch the node as follows:

```sh
roslaunch openmv_cam openmv_cam.launch
```

By default, the node uses the following parameters:

```sh
roslaunch openmv_cam openmv_cam.launch device:=/dev/ttyACM0 topic:=/openmv_cam/image_raw compressed:=false
```

## License

The OpenMV Cam ROS package is released under the [MIT License](LICENSE.md).

0 comments on commit 9a1cbd3

Please sign in to comment.