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

Camera Calibration Parsers Port #105

Merged
merged 18 commits into from
Dec 5, 2018
Merged

Camera Calibration Parsers Port #105

merged 18 commits into from
Dec 5, 2018

Conversation

mjcarroll
Copy link
Contributor

Finished a port without Boost and added unit tests.

@mjcarroll mjcarroll self-assigned this Nov 29, 2018
@mjcarroll
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I only have a few nitpicks. Ready to approve with 🔵 CI

camera_calibration_parsers/CMakeLists.txt Outdated Show resolved Hide resolved
camera_calibration_parsers/src/convert.cpp Outdated Show resolved Hide resolved
camera_calibration_parsers/test/make_calibs.hpp Outdated Show resolved Hide resolved
sensor_msgs::msg::CameraInfo cam_info2;
auto ret_read = camera_calibration_parsers::readCalibrationYml(calib_file, camera_name2, cam_info2);

std::cerr << cam_info.distortion_model << " " << cam_info2.distortion_model << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider removing these debug statements

@mjcarroll
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll
Copy link
Contributor Author

mjcarroll commented Dec 4, 2018

With ros2/yaml_cpp_vendor#3

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll
Copy link
Contributor Author

Now not using DLL changes, but with #pragma warning

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll mjcarroll merged commit ed8068b into ros2 Dec 5, 2018
@mjcarroll mjcarroll deleted the ccp_port branch December 5, 2018 01:51
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.

None yet

2 participants