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

changes for the hilti demo #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

JohannesPankert
Copy link

uncommited changes on the SMB 262 after the Hilti Demo. Not sure whether those changes are useful.

@gawela , could you please have a look at this?

kMaxImageDelayThreshold &&
offset == offset_) {
kMaxImageDelayThreshold) {
Copy link
Contributor

@floriantschopp floriantschopp Feb 3, 2021

Choose a reason for hiding this comment

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

I don't think this change makes sense... This is actually required for a correct initialization...

@@ -17,7 +17,7 @@ VersaVISSynchronizer::VersaVISSynchronizer(const ros::NodeHandle &nh,
const ros::NodeHandle &nh_private)
: nh_(nh), nh_private_(nh_private), image_transport_(nh),
received_first_camera_info_(false), kMaxImageCandidateLength(10),
kMinSuccessfullConsecutiveMatches(4), kMaxImageDelayThreshold(0.1),
kMinSuccessfullConsecutiveMatches(4), kMaxImageDelayThreshold(0.5),
Copy link
Contributor

Choose a reason for hiding this comment

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

This might depend on setup, but with such a high delay threshold, I would suggest lowering the initialization speed

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.

2 participants