Kinect on other master

asked 2016-06-07 04:51:16 -0600

Emilien gravatar image

updated 2016-06-07 05:57:03 -0600

Hi, I install hector_slam_example package on my raspberry and i remove rviz node from launch file because i don't have rviz on my raspberry. Now, i want to run rviz with my PC to visualise hector slam data of my raspberry. when i run rostopic list on my PC, i receive all topics of raspberry but i cant visualise my caméra (just black image) i found in RVIZ no image receiver§ Is there any solution please?

edit retag flag offensive close merge delete

Comments

Assuming you get data (check with rostopic bw /your/image/topic), what happens if you run rosrun image_view image_view image:=/your/image/topic on your pc?

Felix Endres gravatar image Felix Endres  ( 2016-06-07 05:55:42 -0600 )edit

when i run the first command, i receive nothing, and when i run the second commande, i receive juste a new window empty. what can i do in this case? i had a problem when i try to install rviz on my raspberry, i receive error that it depends of liburdfdom-world0.2. i don't know if this is the problem

Emilien gravatar image Emilien  ( 2016-06-07 06:14:55 -0600 )edit

Are the topics actually being published on the RPi? (Check with rostopic hz). If they are, but you aren't receiving them on the computer, then I'd suspect a networking problem.

jarvisschultz gravatar image jarvisschultz  ( 2016-06-07 07:57:16 -0600 )edit

when i run rostopic hz, i receive just subscribed to [/camera/rgb/image_color]

Emilien gravatar image Emilien  ( 2016-06-07 08:00:51 -0600 )edit

Is that what you receive when you run rostopic hz on the RPi? Then that indicates your nodes on the RPi aren't even working, and your issue has nothing to do with the fact that you have multiple computers, and likely has more to do with hector_slam on the RPi

jarvisschultz gravatar image jarvisschultz  ( 2016-06-07 09:35:33 -0600 )edit

so what can i do?

Emilien gravatar image Emilien  ( 2016-06-07 13:20:09 -0600 )edit

The title and tags of this question are likely misleading for what your actual problem is; people are unlikely to chime in with anything useful. I'd start by working on making sure all of your sensors are working with the RPi, if that leads to new questions, then ask new questions.

jarvisschultz gravatar image jarvisschultz  ( 2016-06-07 13:49:06 -0600 )edit