Skip to content

patches (#582) - #1

Merged
jyoung8607 merged 1 commit into
jyoung8607:develfrom
commaai:devel
Mar 27, 2019
Merged

patches (#582)#1
jyoung8607 merged 1 commit into
jyoung8607:develfrom
commaai:devel

Conversation

@jyoung8607

Copy link
Copy Markdown
Owner
  • selfdrive: add sys module to exit call

exit() is a helper for interactive shell. Let's explicit
use the module sys.

  • selfdrive: tomstoned.py use constant for /data/tombstones/

Instead of use multiple times a string for
the data dir, use a variable.

* selfdrive: add sys module to exit call

exit() is a helper for interactive shell. Let's explicit
use the module sys.

* selfdrive: tomstoned.py use constant for /data/tombstones/

Instead of use multiple times a string for
the data dir, use a variable.
@jyoung8607
jyoung8607 merged commit 1c86ca2 into jyoung8607:devel Mar 27, 2019
jyoung8607 pushed a commit that referenced this pull request Jul 24, 2019
d54ef825d Merge pull request #1 from commaai/new-usr
e3e0520e4 put back logentries and overpy
c3ad0b3dd remove everything

git-subtree-dir: pyextra
git-subtree-split: d54ef825db8d96de8c960ac57a33ac11fa7728bf
jyoung8607 pushed a commit that referenced this pull request Jun 8, 2022
* update names + notes for MPC outputs

"current_curvature" is not the correct description of what the MPC is outputting in it's curvature_ego state.
The MPC is integrating it's free variable, curvature_rate, such that curvature[0] is actually the desired_curvature before any delay.
inversely: the curvature_rate_desired is the desired rate of change to the setpoint and not the actual curvature rate. 

If we were to set the initial curvature = measured curvature in the MPC initiation these names would be correct. 
This was possibly how it was initially set up but the nomenclature here is now confusing.

* more notes

* match

* Clarify #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants