rosjava / android_apps

Applications built on top of the rosjava android libraries.
132 stars 112 forks source link

fail to get scan data #87

Open xiong-hui-hui opened 5 years ago

xiong-hui-hui commented 5 years ago

the map_nav application,use it to connect the turtlebot ,everythings ok.but use it to connect youibot ,I can only get the map data,I cant get scan data and camera data.I have try many method,I still cant get the message.I`m sure the topic name and the data type are right.ps:kinetic.If you have time ,please answer my question.thank you!

l376571926 commented 2 years ago

if you want camera data,you should launch camera node first ,

like this "roslaunch turtlebot3_bringup turtlebot3_rpicamera.launch",

and change camera topic in android code to "/raspicam_node/image/compressed"

image