-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabian Schilling
committed
Jan 11, 2019
1 parent
46c5401
commit 9a1cbd3
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |