-
Notifications
You must be signed in to change notification settings - Fork 11
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
Devel/versavis #10
base: kinetic-devel
Are you sure you want to change the base?
Devel/versavis #10
Conversation
* Add missing target (Cm3) and switch to find_package script. * Clean up message.
without this, one has to manually open/subscribe one of topics to enable topic publishing.
…fig. (TODO) using rosparam rather than hardcoded offset.
add libusb dependency
[versavis] Add option to apply CLAHE (histogram equalizat4ion) in the driver
int width = image_ptr->GetWidth(); | ||
int height = image_ptr->GetHeight(); | ||
int stride = image_ptr->GetStride(); | ||
|
||
// ROS_INFO_ONCE("\033[93m wxh: (%d, %d), stride: %d \n", width, height, | ||
// stride); | ||
fillImage(*image, imageEncoding, height, width, stride, | ||
image_ptr->GetData()); | ||
fillImage(*image, sensor_msgs::image_encodings::BGR8, height, width, stride, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why hardcoding this? @mfehr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point... will fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed my commit from this branch, will open a PR once I find a way to do this properly
4c350b9
to
74fa4b5
Compare
No description provided.