Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Nodelet Support #8

Open
wants to merge 2 commits into
base: indigo-devel
Choose a base branch
from

Conversation

kmalhan
Copy link
Contributor

@kmalhan kmalhan commented Nov 7, 2016

This pull request added functionality to run as nodelet.

In order to run as nodelet, manual call of spin function with sleep is
replaced by timer callback with separate node handle. Also, node handle
is passed by main.cpp and no longer created in pylon_camera_node.cpp

This pull request is tested with Basler daA1600-60uc.
Please review the changes and provide feedback.

Kazumi Malhan added 2 commits November 14, 2016 14:48
In order to run as nodelet, manual call of spin function with sleep is
replaced by timer callback with separate node handle. Also, node handle
is passed by main.cpp and no longer created in pylon_camera_node.cpp
@tonybaltovski
Copy link

+1

@jonbinney
Copy link

+1 !!!

I'm using this PR with a Basler Ace ACA1300-30GC GIGE on ROS kinetic, and it works great! It makes it relatively efficient to run the image_proc debayer nodelet to debayer color images. I'd also be for removing image rectification from the node itself, and launching the main image_proc nodelet.

ghost pushed a commit that referenced this pull request Dec 20, 2018
Support for online change of autoflash

Approved-by: Uli Klank <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants