Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[s2024 dynamics] Implement curvature based speed parameterization function #93

Open
wants to merge 1 commit into
base: s2024
Choose a base branch
from

Conversation

Andy-Chen-design
Copy link
Collaborator

This commit introduces the curvature_based_speed_parameteriz() function in trajectory.py and adds a new configuration file curvature_based_speed_parameterize.yaml under GEMstack/knowledge/defaults. The CBSP function is designed to modulate vehicle speeds based on path curvature to enhance navigation accuracy and safety.

  • The new curvature_based_speed_parameterize.yaml file contains default settings for the CBSP.
  • Updates in trajectory.py include the implementation of the CBSP function which dynamically adjusts speeds based on the calculated curvature of the trajectory.

Report for this function is attached:
Report for curvature base speed parameterize.pdf
Demo video is provided: https://drive.google.com/file/d/1M9KnoV8lZueuzq20smS-EN8Mx9GSII2N/view?usp=drive_link

This commit introduces the curvature_based_speed_parameteriz() function in `trajectory.py` and adds a new configuration file `curvature_based_speed_parameterize.yaml` under `GEMstack/knowledge/defaults`. The CBSP function is designed to modulate vehicle speeds based on path curvature to enhance navigation accuracy and safety.

- The new `curvature_based_speed_parameterize.yaml` file contains default settings for the CBSP.
- Updates in `trajectory.py` include the implementation of the CBSP function which dynamically adjusts speeds based on the calculated curvature of the trajectory.
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Andy-Chen-design
Copy link
Collaborator Author

Report also added inside the group 8's google drive folder "final presentations and reports". Link of demo video is also attached inside the report.

Copy link
Owner

@krishauser krishauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look tested. You can't import settings like this.

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