mirror of
https://github.com/gnxlxnxx/dubins_path
synced 2026-07-27 07:03:03 +02:00
Fix Typo in unit test
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ mod tests {
|
||||
let radius = 0.5;
|
||||
let end_point = Point::new(-7.0 * radius, 0.0);
|
||||
let end_angle = Angle::zero();
|
||||
RouteCCC::rlr(radius, end_point, end_angle).unwrap();
|
||||
RouteCCC::lrl(radius, end_point, end_angle).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user