Closed VictorLamoine closed 8 years ago
Hmmm not sure why you'd get a Jacobian error - I'm not really using those. I reviewed it all just now and nothing jumped out.
Just fyi I did a big cleanup yesterday - I'm jumping on the chance to break a little bit of API before I release Kinetic. Nothing major in there except I unified the scaling of enum sizes (i.e. SMALL, MEDIUM, LARGE, etc)
If you get a min example I can take a look again
Hi all! It works on my machine. I've made some tests with @VictorLamoine 's code, no JacobiSVD error occurs.
Such a dumb error!!! There's no problem on rviz_visual_tools
... I'm trying to copy the first element of an empty vector!
I thought it came from rviz_visual_tools
because of the specific logic I had to use in order to test.
Sorry for the waste of time :flushed:
Weird thing is this does NOT crash on Kevin machine!!
We are writing a new version of our
Bezier
project that includes arviz_visual_tools
object to publish many useful things.I get this strange error when running our code:
Pointers / ideas are welcome, I'm not sure if the problem lays in
rviz_visual_tools
or our package. I'll try to reduce this to a minimal example.