Skip to content

Can't callback rout. get_routing_response #2

@guyanf

Description

@guyanf

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': {}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions