-
Notifications
You must be signed in to change notification settings - Fork 84
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 do we vizualize anything from d435i camera using ros topic #115
Comments
cmake log |
upd we could vizualize something, but the question is how to get d435i intel camera topics from ROS vizualized |
Hi, the visualizer itself can only visualize the GPU data structures of other GPU-Voxels processes. So to actually subscribe to the camera point cloud topic, you also need to run another program like Related links:
Please let me know if you have further questions. |
when we used to run both the distance_ros_demo with gpu_vizualizer it would show the window from the ros_distance, but it would just draw three points[ filled circles having various colours there. |
it wouldn't execute sudo make install |
To be honest we don't use |
It sounds like you need to give the correct topic to subscribe to for your camera. You can use the |
@cjue Thank you for following up. We are trying to use gpu_voxels both on x86_64 and Nvidia Jetson AGX.Do you know if as for today the gpu_vizualization binary works vizualizing outputs from any binaries, if executed on Jetson arm device? |
when I build it on xavier that has 72SM architecture while executing
does it look ok or I should change somewhere the value? |
The Jetson devices are based on an ARM architecture and lack support for the type of shared-memory between processes used by the visualizer. Therefore the gpu_voxels_visualizer will not work on Jetson devices for the foreseeable future. The alternative is to publish data, e.g. for visualization in RViz, as mentioned in #65. |
This will work fine. You could change the ICMAKER_CUDA_COMPUTE_VERSION to The minimum architecture level required by GPU-Voxels is 3.5. |
Thank you for following up! |
@cjue could we in a simple way play binvox file somehow? |
Here is an example for inserting a bin ox file: gvl->insertPointCloudFromFile("myObjectVoxellist", "/schunk_svh/f20.binvox", true, |
@cjue may I know if there is any particular source example file to edit, please? so that that it will be possible to add the line above, then rebuild? |
Hi @AndreV84, |
@amferreiraBEV |
Sorry, I thought that my e-mail were public (as it is now). We're working on a way to visualize ProbVoxelMaps on Rviz since the gpu_voxels_visualizer don't work on Jetson as mention by @cjue. |
we can install on Jetson with
However, the next steps should probably be to run roscore, |
what if we run d435 ros topic on Jetson |
Then the GPU-Voxels will run on x86_64 and not on Jetson! |
we do not know how to complete the puzzle on jetson yet |
I told you what you need to add to the code and I sent you my main loop. Can't you see the differences? |
thank you for sharing the code |
As I told you by e-mail, the lines you should add are: |
which are the numbers of the lines to that to add these? |
Look at those two images and figure it out for your self! |
does it use cuda on Jetson? |
we were able to vizualize in RVIZ d435 camera stream using the solution proposed by @amferreiraBEV |
is it likely that we could run the app with cuda 11.1 ? |
compilation terminated. I can see the file is there: /usr/local/cuda-11.1/targets/x86_64-linux/include/cub/device/device_radix_sort.cuh |
tried manually symlinking paths:
|
we got the vizualizer, but we couldn't vizualize in it anything how should be test it to see it draws anything?
The text was updated successfully, but these errors were encountered: