Skip to content

Conversation

@lola831
Copy link
Collaborator

@lola831 lola831 commented Dec 16, 2025

Description

Previously, the default/initial velocity was always (0, 0, 0). Now velocity is derived from speed and orientation so it matches the documented behavior.

Issue Link

#339

Checklist

  • I have tested the changes locally via pytest and/or other means
  • I have added or updated relevant documentation
  • I have autoformatted the code with black and isort
  • I have added test cases (if applicable)

Additional Notes

@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.91%. Comparing base (f0e3e60) to head (f4d4915).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #427      +/-   ##
==========================================
- Coverage   89.93%   89.91%   -0.03%     
==========================================
  Files          54       54              
  Lines       13567    13560       -7     
==========================================
- Hits        12202    12192      -10     
- Misses       1365     1368       +3     
Files with missing lines Coverage Δ
src/scenic/core/object_types.py 93.16% <ø> (ø)

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfremont dfremont merged commit f1f33ec into BerkeleyLearnVerify:main Dec 16, 2025
31 checks passed
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.

Documentation/Implementation Discrepancy: Default Velocity Not Derived from Speed and Orientation

2 participants