zoomx / cellbots

Automatically exported from code.google.com/p/cellbots
0 stars 0 forks source link

Fix GPS Location Checking #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the cellbot.py file on the phone
2. Send the 'x' command to get the location
3. Robot says it can not find the location

Under the hood we wrap error checking around the location getting and I think 
we aren't parsing the response right. This probably happened when we 
introduced the robot.py file class. So we're asking for something like 
.result when maybe we need ['result']. Probably an easy fix somewhere.

Original issue reported on code.google.com by rhickman on 2 Jun 2010 at 3:19

GoogleCodeExporter commented 9 years ago
This still keeps failing. Maybe we need to make a simple change due to SL4A API 
changes? There is error checking wrapped around the getLocation so it doesn't 
crash but may be masking a problem.

Original comment by rhickman on 19 Sep 2010 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by rhickman on 19 Sep 2010 at 4:02