Refine SetHeading conversion wording

Agent-Logs-Url: https://github.com/enaut/turtlers/sessions/5fb2f5ed-163f-4c2d-8180-1e96150e7e46

Co-authored-by: enaut <290005+enaut@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-21 20:09:15 +00:00 committed by GitHub
parent 2ac52ecc92
commit 77ca219621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,8 +34,9 @@ pub enum TurtleCommand {
// Position // Position
Goto(Coordinate), Goto(Coordinate),
/// Heading stored as internal radians (Y-down render-space convention), /// Heading stored as internal radians (Y-down render-space convention).
/// already converted by the builder from user-facing degrees. /// Values passed via `TurtlePlan::set_heading` are converted from
/// user-facing degrees before this command is enqueued.
SetHeading(Radians), SetHeading(Radians),
// Visibility // Visibility