Skip to content

add motion planning flags#84

Merged
energy-in-joles merged 4 commits intomainfrom
motion-planning-flag
Jan 13, 2026
Merged

add motion planning flags#84
energy-in-joles merged 4 commits intomainfrom
motion-planning-flag

Conversation

@energy-in-joles
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 13, 2026 16:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds pytest configuration flags for motion planning tests and changes the default motion control scheme from PID to DWA (Dynamic Window Approach).

Changes:

  • Adds --include-motion-planning pytest flag to optionally run motion planning tests (disabled by default)
  • Changes test collection to use marker-based skipping instead of filepath filtering
  • Changes default control scheme from "pid" to "dwa" in StrategyRunner

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
conftest.py Adds pytest option for motion planning tests and modifies test collection to use marker-based skipping
utama_core/run/strategy_runner.py Changes default control_scheme parameter from "pid" to "dwa"

@energy-in-joles energy-in-joles merged commit 20ef831 into main Jan 13, 2026
2 checks passed
@energy-in-joles energy-in-joles deleted the motion-planning-flag branch January 13, 2026 16:50
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