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

How to visually debug a curve #27

Open
pomerlef opened this issue Aug 26, 2014 · 1 comment
Open

How to visually debug a curve #27

pomerlef opened this issue Aug 26, 2014 · 1 comment

Comments

@pomerlef
Copy link

Soon, we will have to drop a file somewhere and asses the quality of the curve (at least for the Euclidean space). Here are possibilities that came up at the last meeting:

  • VTK (Paraview, Meshlab)
  • PLY (Meshlab)
  • csv (Matlab, python)
  • python + ros (rviz)

Some extra questions/thoughts:

  • A generic way is to use the evaluate() method to densely represent the curve in space, which would be draw as points connected with lines.
  • How to add extra information on a given state?
@furgalep
Copy link
Contributor

My current system is https://github.com/ethz-asl/rviz_pyplot.

I find VTK complicated and unusable. Maybe Francois, you can help with that.

Matlab isn't great for 3d plotting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants