-
Notifications
You must be signed in to change notification settings - Fork 52
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
Create lidar visualization #84
Labels
Comments
@chapulina Can you please assign this issue to me? |
Done, thanks! |
This was referenced Jun 20, 2020
Closed
Additional Task:-
|
Sorry, I think this was closed because I linked it to #116, but that was probably not the intention. Reopening just in case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create visualizations for lidar data. This can be divided into smaller subtasks:
LidarVisual
. The abstract interface will go inign-rendering/include/ignition/rendering/
and a base implementation will live inign-rendering/include/ignition/rendering/base
ign-rendering/ogre
. This would be the ogre 1.x implementation. Note that in gazebo'sLaserVisual
class, the data come from ign-transport but since ign-rendering does not use ign-transport, we should design the APIs in 1. to support accepting and modifying lidar data, e.g. either an API that takes a vector of floating point values or individual values. We will call these APIs from ign-gazebo to feed it the lidar data to be visualized.The text was updated successfully, but these errors were encountered: