lg_ros_nodes icon indicating copy to clipboard operation
lg_ros_nodes copied to clipboard

rewrite lg_nav_to_device in c++ (or optimize the current python code)

Open minshallj opened this issue 10 years ago • 1 comments

There's a bit of a delay after letting go of the spacenav where earth is still rotating. Looking at the ros topics, it looks like there's only 0's in the twist data, so it's likely coming from the translation of twist to device events in lg_nav_to_device.

minshallj avatar Mar 22 '16 00:03 minshallj

We've probably got lots of code to use as samples, but just in case it's helpful, here are some files from when I was trying to modify the xiv image viewer as an LG-ified pano viewer. read-event.[c|h] are Jason Holt's spnav library; the others are mine or my mods to xiv.

spnav-stuff.zip

eggyknap avatar Mar 22 '16 14:03 eggyknap