-
Notifications
You must be signed in to change notification settings - Fork 76
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
Publish rectified images #14
base: master
Are you sure you want to change the base?
Conversation
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.
Just a few comments.
Thanks for your contribution
@@ -17,496 +17,483 @@ | |||
#define HEIGHT_ID 4 | |||
#define FPS_ID 5 | |||
|
|||
namespace arti | |||
{ | |||
namespace arti { |
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.
Can you run clang-format on this file with the config .clang-format in the repository so that I can see the diff?
Thanks.
@@ -12,14 +12,14 @@ find_package(catkin REQUIRED | |||
) | |||
# set(CMAKE_CXX_FLAGS "-std=c++0x ${CMAKE_CXX_FLAGS}") | |||
|
|||
# find_package(Eigen3 REQUIRED) | |||
find_package(Eigen3 REQUIRED) |
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.
you might need to add eigen in .travis.yml file for the build to pass
Hello, I have added some changes to your code. It can now read the SNxxx.conf file and based on that create undistortion mappings. These mappings are then used to rectify the image and publish them.