-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add information to diagnostics #44
Comments
Hi Yannick, the data you want to have in the diagnostics is only static data? Or should there be any data in there which changes during the run time.
So far this is not integrated into the ROS API, but there are functions in the base class to call the different variables using cola2. Cheers |
It is mostly static (serial number etc) but also statuses such as:
We are using the Sick NanoScan3 and we would like to have the serial / other diagnostics information of all components in the
Sure. Thanks! |
Thanks for contributing. PR #50 is merged into the master |
Hi,
It would be nice to have some extra information published in the diagnostics. So we can check the serial number of the scanner.
The following data should be sufficient:
sick_safetyscanners/src/SickSafetyscannersRos.cpp
Line 411 in 73b40f2
sick_safetyscanners/src/SickSafetyscannersRos.cpp
Line 413 in 73b40f2
Could you add this or do we have to create a pull request?
The text was updated successfully, but these errors were encountered: