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

Provide a ROS like way to change temporary parameters on the fly #16

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

Conversation

cveezee
Copy link

@cveezee cveezee commented Feb 21, 2019

Implements set\get of temporary application parameters using a topic based approach
more info about this feature can be found in doc/changing_temporary_parameters.md

}
catch (const ifm3d::error_t& ex)
{
NODELET_WARN_STREAM("Could not set exposure times, " << ex.code() << ": " << ex.what());

Choose a reason for hiding this comment

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

Looks like you have a copy/paste error here in your log message.

Copy link
Author

Choose a reason for hiding this comment

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

corrected the same!

Implements set\get of temporary application parameters using a topic based approach
@theseankelly
Copy link
Contributor

Hi @cveezee thanks for taking the time to submit a PR, and I apologize for the time it's taken us to give it proper attention. I've added this to our backlog and will schedule it in for a milestone in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants