-
Notifications
You must be signed in to change notification settings - Fork 95
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
Topics not working #2
Comments
Are you able to connect the the ROS node and see any output in the terminal. There may be error messages there that can tell you more. The app expects specific sensor messages for each topic and fails if these messages don't match. The joystick is also an output-only feature. You may also have some networking issues that prevent you from receiving the sensor messages properly. What network setup do you have? Are you connected directly to the machine/robot running ROS or are you over an indirect WiFi network? |
Sorry for the delayed response. I have verified that the topic names in the app are the same as my ROS topics. I am able to see the output of the ROS node and no errors show up. My logging level is set to DEBUG. I have tried on several different WiFi networks with several different android devices. None of the networks are complicated, ie the robot and my phone are both connected to the same router, same ssid, I can ping the robot, I can use the joystick, I just cant use anything else. I am thinking it may be the that when I set the topic name in the app it may not actually change the topic that its looking for, but I have to do more testing to confirm that. I am working on a web app to mimic this app, but then it would work on IOS as well. So it would be nice to have this app working to compare with. |
I'm also experiencing this issue. Going to try one of the forked projects to see if the issue has been resolved. https://github.com/ros-autom/RobotCA |
@timFinn Hi I use the ros-autom/RobotCA app but also have some problem. the camera is white picture |
I use android studio 2.3.3 JDK8 my android is 4.4.4 API19 |
Same issue here. Were you able to find a solution in the meantime? |
Update: was able to fix the white camera image by relaying my image topic into /image_raw/compressed using http://wiki.ros.org/topic_tools/relay |
@DavidHan008 I had forked a new branch to fix the bug..It supported to change the camera topic name and display normal(display white screen before). |
Thanks Zhuang the camera stream is working |
Hi,
The only topic that's working for me is the Joystick topic. I've tested the Image topic, Odometry Topic, and GPS Topic by changing the topic names in the app to be the same as my ROS topics. Anyone else having this issue?
The text was updated successfully, but these errors were encountered: