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

Create lidar visualization #84

Closed
iche033 opened this issue May 14, 2020 · 4 comments · Fixed by #103 or #116
Closed

Create lidar visualization #84

iche033 opened this issue May 14, 2020 · 4 comments · Fixed by #103 or #116
Assignees
Labels
close the gap Features from Gazebo-classic 🔮 dome Ignition Dome

Comments

@iche033
Copy link
Contributor

iche033 commented May 14, 2020

Create visualizations for lidar data. This can be divided into smaller subtasks:

  1. Design public APIs for a lidar visualization class, e.g. LidarVisual. The abstract interface will go in ign-rendering/include/ignition/rendering/ and a base implementation will live in ign-rendering/include/ignition/rendering/base
  2. Port the LaserVisual class from gazebo to ign-rendering/ogre. This would be the ogre 1.x implementation. Note that in gazebo's LaserVisual 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.
  3. Add ogre 2.x implementation
@iche033 iche033 added task 🔮 dome Ignition Dome labels May 14, 2020
@chapulina chapulina added close the gap Features from Gazebo-classic and removed task labels May 25, 2020
@mihirk284
Copy link
Contributor

@chapulina Can you please assign this issue to me?

@chapulina
Copy link
Contributor

Done, thanks!

@mihirk284
Copy link
Contributor

mihirk284 commented Jul 8, 2020

Additional Task:-

  • Add option to change the visual types to Lines and Points
  • Adding colour to visualised point

@ahcorde ahcorde reopened this Jul 8, 2020
@chapulina chapulina linked a pull request Aug 4, 2020 that will close this issue
@chapulina
Copy link
Contributor

Sorry, I think this was closed because I linked it to #116, but that was probably not the intention. Reopening just in case.

@chapulina chapulina reopened this Aug 5, 2020
@iche033 iche033 closed this as completed Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
close the gap Features from Gazebo-classic 🔮 dome Ignition Dome
Projects
None yet
4 participants