Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Add openvslam_ros #276

Closed
wants to merge 9 commits into from
Closed

Add openvslam_ros #276

wants to merge 9 commits into from

Conversation

ymd-stella
Copy link
Contributor

This PR intends to improve maintainability of the ROS wrapper.
It includes #274 changes.

std::shared_ptr<openvslam::config> cfg_;
ros::NodeHandle nh_;
image_transport::ImageTransport it_;
decltype(std::chrono::steady_clock::now()) tp_0_;
Copy link

Choose a reason for hiding this comment

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

std::chrono::steady_clock::time_point might be cleaner here I think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for reviewing it.
I've fixed it in 9f25af0 .

@shinsumicco
Copy link
Collaborator

Sorry for the very late reply and thank you so much for providing the nice PR.

Before I review this PR, could you tell me features you intend to add?

@ymd-stella
Copy link
Contributor Author

This PR contains the following:

  • Refactoring ROS1 wrapper
  • Makes the ROS1 wrapper available for stereo and RGBD

@shinsumicco
Copy link
Collaborator

Thank you for providing us the information.
Let us review the PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants