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

Display custom text #3

Closed
maxlein opened this issue Oct 15, 2019 · 2 comments
Closed

Display custom text #3

maxlein opened this issue Oct 15, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@maxlein
Copy link

maxlein commented Oct 15, 2019

Could not find a documentation which describes the interface, so I would like to know if it's possible to pass custom text which is displayed on the scanners display?

@hsd-dev hsd-dev added the enhancement New feature or request label Oct 15, 2019
@bk-mtg
Copy link
Contributor

bk-mtg commented Jul 27, 2020

It is possible to pass this text (at least for R2000, not R2300 AFAIK).

If you're interested in doing it yourself via the HTTP API (linked on the R2000 product pages as "R2000 Ethernet communication protocol"), you can start at http://YOUR_R2000_IP_HERE/cmd/get_protocol_info, which contains a list of other commands. The commands of most interest for this application are get_parameter and set_parameter, for parameters hmi_display_mode and hmi_{static,application}_text_{1,2}. For example, you might do http://SCANNER_IP/cmd/set_parameter?hmi_display_mode=application_text&hmi_application_text_1=test&hmi_application_text_2=banner. The full protocol doc has lots more details, some of which I've found to be generally useful for operating the sensor even though they're not documented in the more general purpose manuals.

If you're interested in doing this via the ROS dynamic configuration API, first make sure you have the fixes I just pushed from #27 (or equivalent), then after starting the R2000 node, you should be able to rosrun rqt_reconfigure rqt_reconfigure and it will give you a list of parameters that you can edit.

@hsd-dev
Copy link
Contributor

hsd-dev commented Jan 13, 2021

Feel free to reopen the issue if this is not solved for you.

@hsd-dev hsd-dev closed this as completed Jan 13, 2021
mbeutelspacher pushed a commit to mbeutelspacher/pf_lidar_ros_driver that referenced this issue Aug 15, 2024
fix driver crash when change param start_angle while runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants