ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ROS Android Turtlebot Error

asked 2013-09-26 05:20:35 -0500

llSourcell gravatar image

updated 2013-09-26 05:21:33 -0500

I finally built the teleop app for turtlebot by Kazuto Murase. I bringup the turtlebot locally, then compile the app onto my android device. Once i type in my turtlebot's IP address and hit connect, this error shows up on my turtlebot. Any ideas whats going on?

    [WARN] [WallTime: 1380244307.279967] Could not process inbound connection: request from [/start_app]: md5sums do not match: [874c7bc77072181994bed643cfd4d8d5] vs. [07c2c0d81a44b3d573187630fa526c81]{'message_definition': '# Name of the app to launch\nstring name\nRemapping[] remappings\n---\n# true ifapp started, false otherwise\nbool started\n# classifying start success/failure, see ErrorCodes.msg\nint32 error_code\n# human friendly string for debugging (usually upon error)\nstring message\n# Namespace where the app interface can be found\nstring app_namespace\n', 'service': '/turtlebot/start_app', 'callerid': '/start_app', 'md5sum': '874c7bc77072181994bed643cfd4d8d5', 'persistent': '1', 'type': 'rocon_app_manager_msgs/StartApp'}
[WARN] [WallTime: 1380244309.017550] Could not process inbound connection: request from [/stop_app]: md5sums do not match: [1f94f0ff0fc0fde186f728634f98a3cb] vs. [57711838d4a1faddc5043a742845018b]{'message_definition': '---\n# true if app stopped, false otherwise\nbool stopped\n# classifying start success/failure, see ErrorCodes.msg\nint32 error_code\n# human friendly string for debugging (usually upon error)\nstring message\n\n', 'service': '/turtlebot/stop_app', 'callerid': '/stop_app', 'md5sum': '1f94f0ff0fc0fde186f728634f98a3cb', 'persistent': '1', 'type': 'rocon_app_manager_msgs/StopApp'}
edit retag flag offensive close merge delete

Comments

Please state the versions of OS and code (ROS, android apps) you use.

bit-pirate gravatar image bit-pirate  ( 2013-11-03 23:44:11 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-11-01 03:32:11 -0500

Daniel Stonier gravatar image

The kazuto apps were for groovy. Looks like you're running hydro on the turtlebot.

See http://wiki.ros.org/android for more information (specifically you want to build android_apps from github).

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-09-26 05:20:35 -0500

Seen: 587 times

Last updated: Nov 01 '13