diff --git a/README.md b/README.md index c789225..6306013 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ Then, to make sure you have the protobufs git submodule loaded, run the followin make install-protos ``` +Lastly, we want to make sure we pull our protos submodule. +```sh +git submodule update --init --recursive // First time only +git submodule update --recursive --remote +``` + This should be all of the first time setup you need. ## Build diff --git a/houston/src/pages/Input.tsx b/houston/src/pages/Input.tsx index d0989b1..46595e0 100644 --- a/houston/src/pages/Input.tsx +++ b/houston/src/pages/Input.tsx @@ -5,7 +5,7 @@ import {useMapEvents, Polygon, Polyline} from "react-leaflet" import './Input.css'; import TuasMap from '../components/TuasMap'; import { LatLng } from 'leaflet'; -import { Bottle, BottleDropIndex, GPSCoord, Mission, ODLCColor, ODLCShape } from '../protos/obc.pb'; +import { Bottle, BottleDropIndex, GPSCoord, Mission, ODLCObjects} from '../protos/obc.pb'; import MyModal from '../components/MyModal'; import UpdateMapCenter from '../components/UpdateMapCenter'; import { useMyModal } from '../components/UseMyModal'; @@ -278,36 +278,25 @@ function BottleInputForm( {bottleAssignments, setBottleAssignments}: {bottleAssignments: Bottle[], setBottleAssignments: React.Dispatch>} ) { - /** - * @returns Every possible ODLC Color represented as an