Skip to content

Publishing Laser Visualization to Yarp #178

Answered by randaz81
amaroyo asked this question in Q&A
Discussion options

You must be logged in to vote

You can check the drawing function: void drawLaser() inside yarplaserscannergui. It uses some basic math and opencv drawing functions to produce an image very similar to the one you posted here. However, that module is a stand-alone application. If you want to manipulate the image data coming from a yarp port, you need to develop your own module that basically generates an image like the one produced inside yarplaserscannergui and publish it on a yarp port. It should be pretty straightforward.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #178 on December 08, 2020 16:07.