How can i publish/store all the selected point by tool 'select' on rviz?
I've tried the turbo-ros-pkg ... it did not work... and always 'Segmentation fault' in the terminal
btw i'm running kinetic
have anyone solved the problem?
Asked by zjzjg1280 on 2017-10-25 08:42:24 UTC
Comments
Never used
turbo-ros-pkg
until you mentioned it. Just FYI I tried it out on 14.04+Indigo and it did exactly what you want. So if you can get to the bottom of the segfault, you're on your way to getting what you need.Asked by jarvisschultz on 2017-10-25 10:53:41 UTC
ok...i still cant solve
Asked by zjzjg1280 on 2017-10-27 02:36:06 UTC
Not sure how you are getting a segfault on Kinetic. I tried and was unable to compile
turbo-ros-pkg
. A bit of digging revealed this commit to PCL from 2013...Asked by jarvisschultz on 2017-10-27 11:44:16 UTC
That commit introduced a bug that was fixed in PR #911 in 2014. My PCL on Indigo is pre 2013 commit and the PCL on Kinetic is post 2013 commit, but pre-2014 PR.... So the TL;DR is: right now turbo works on Indigo but not Kinetic
Asked by jarvisschultz on 2017-10-27 11:46:07 UTC
If you wanted to fix, you could edit turbo package to not rely on PCL installed from apt-get by re-writing the few functions that depend on PCL, compile PCL from source, or figure out a different way to get a slightly newer version of PCL installed from binaries.
Asked by jarvisschultz on 2017-10-27 11:49:04 UTC
right...i'm still trying but maybe i will do my job on 14 + Indigo by Virtuell box
Asked by zjzjg1280 on 2017-10-27 12:05:29 UTC
@jarvisschultz @zjzjg1280 How did you guys try running the turbo-ros-pkg. After doing catkin_make install(which worked with no errors), an object file is created in the devel/lib folder. But how do I exactly use the plugin to publish the selected points?
Asked by surabhi96 on 2018-07-23 19:59:43 UTC
I ran a Kinect so that I was publishing a point cloud, and then I followed the instructions on the turbo_ros_pkg readme to add a tool to rviz. If memory serves correctly, the UI was a bit wonky, but it did work.
Asked by jarvisschultz on 2018-07-24 12:45:55 UTC