deepdrive / deepdrive/deepdrive

Control over PID Path Follower's Speed

Open
#59 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
926
Forks
147
PR merge metrics
No merged PRs in 30d

Description

@crizCraig

Is there a way one can control/limit the speed at which the path-follower agent travels at?
I have gone through the source code and it seems like the actuation of the vehicles is done through deepdrive_client.advance_synchronous_stepping(), but since it comes as a pre-compiled package, I haven't found ways in which we can manipulate the PID bot's actuations.

Action class does have THROTTLE_MIN and MAX but changing these variables does not seem to be reflected in the path-followers behaviour.

Any suggestions ?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with deepdrive_client.advance_synchronous_stepping() and the Action class, including THROTTLE_MIN and THROTTLE_MAX. Determine whether the pre-compiled path follower exposes a way to control or limit vehicle speed, and verify that any supported control is reflected in the path-follower's behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
autonomous-driving
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.