Thinklab-SJTU / Thinklab-SJTU/Bench2Drive
what is the configuration for getting command_near ?(RoutePlanner(min_distance, max_distance, lat_ref, lon_ref))
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thanks for this great job.
I wanna the configuration for getting command_near in your code. Mostly related here (min_distance and max_distance ):
self._route_planner = RoutePlanner(min_distance = ?, max_distance = ?, lat_ref=self.lat_ref, lon_ref=self.lon_ref)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the RoutePlanner definition and the command_near call referenced in the issue. Determine how min_distance, max_distance, lat_ref, and lon_ref are configured, then document the required values and usage so users can reproduce command_near behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- autonomous-driving
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100