Upgrade robocar-base version

This commit is contained in:
2019-12-30 18:22:27 +01:00
parent 1f5f36a9cf
commit 0c318d7e09
6 changed files with 13 additions and 70 deletions

View File

@ -0,0 +1,5 @@
package types
type BoundingBox struct {
Left, Top, Right, Bottom int
}