Closed CodeBear801 closed 4 years ago
Initial fake response: For any input, will generate one way_points as
location = (orig + dest) / 2
and with fixed value for other parameters
way_points
--> waypoints
. curve
means vehicle's energy consumption curve? You could take the HERE's energy consumption model as reference.
- Suggset to unify names with http.md, i.e.
way_points
-->waypoints
.- Does the
curve
means vehicle's energy consumption curve? You could take the HERE's energy consumption model as reference.
Yes, thanks for the suggestions :)
[outdated]
Adjust:
safe_level
, need additional boolean value to identify thisDue to new information found in:https://github.com/Telenav/osrm-backend/issues/132#issuecomment-575747820 Modify Oasis API
Location
- Add
ChargeStation [ { Address { geo_coordinates { lat lon } nav_coordinates[ { lat, lon } ] } "detail_url": "xxxxx" }]
To do:
detour_time
for charge stations.
Subtask of #120. API design for POC. For deployment information, could go to here.
Oasis API expect user input orig point, destination point and vehicle information, it will select needed charge station to achieve the trip and return them as
waypoints
.Input
The input contains information related with user's vehicle status, where to go and specific settings.
The unit is alined with OSRM, distance's unit is
meter
, time's unit issecond
Response
Response contains information for charge station needed to complete the route.
Reference