Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed May 3, 2022
1 parent fae9877 commit 91da49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Dubins-Curves

This software finds the shortest paths between configurations for the Dubins' car, the forward only car-like vehicle with a constrained turning radius.
This software finds the shortest paths between configurations for the Dubins' car, the forward-only car-like vehicle with a constrained turning radius.

This a Java port of the [original C++](https://github.com/AndrewWalker/Dubins-Curves) code by Andrew Walker.

Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 91da49a

Please sign in to comment.