Costumizable routing profiles
Open
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 981
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 14
Description
I was wondering if it is possible to parameterize routing requests. Is it feasible that users can pass for example the type of ground or the width of the sidewalk individually with a request?
For example:
```js
"profile_params": {
"restrictions": {
"maximum_sloped_curbe": 0.06,
"maximum_incline": 6,
"surface_type": "cobblestone"
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.