Skip to content

Conversation

@mobmi
Copy link

@mobmi mobmi commented Feb 27, 2019

No description provided.

Without this, depth images resulted in very noisy images along rays
where neighbors where invalid.
@ethzasl-jenkins
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@ZacharyTaylor ZacharyTaylor left a comment

Choose a reason for hiding this comment

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

I have two small issues with this pr as it may impact the current use cases of this node.

  1. While it gives a significant speed up nearest neighbor interpolation significantly degrades the image quality. Because of this I think it would make sense to add this as a parameter with the default remaining as linear interpolation as in most use cases on robotic platforms the images are fairly low resolution leading to fairly negligible CPU use.

  2. I think it makes more sense to have publishing the IMU TF frame off by default as in most cases where the node is used with an IMU, this TF is already supplied by another node which could lead to conflicts if both are enabled.

XmlRpc::XmlRpcValue K_in;
bool K_loaded = false;
std::string k_param = camera_namespace + "/K";
std::cout << k_param << 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.

remove unneeded io or use ROS_INFO_STREAM instead

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.

5 participants