-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi guys:
After I launch dreamview, I can browse hdmap of SF.
Then I use apollo-tools.py, input two points of map SF, but it can't output any route(lanes).
What can I do?
Thanks.
Thomas
some code of apollo-tools.py:
def main():
obj = ApolloAutoAPI()
lst_data = [(588065.6, 4141376.4), (587504.5,4141519.2)]
obj.start_autonomous_mode()
rout = obj.send_routing_request(lst_data)
print(rout)
obj.stop_autonomous_mode()
That is output:
header {
module_name: "dreamview"
sequence_num: 0
}
waypoint {
pose {
x: 588065.6
y: 4141376.4
}
}
waypoint {
pose {
x: 587504.5
y: 4141519.2
}
}
{'status': 1, 'statusText': 'Routing timeout', 'data': {}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels