Skip to content

Commit

Permalink
Change button name, adjust dockerfile bind for persistent storage, up…
Browse files Browse the repository at this point in the history
…date to 1.0.1
  • Loading branch information
tdubsFO committed Jan 25, 2024
1 parent 46bde86 commit 9fc2d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN python -m pip install /app --extra-index-url https://www.piwheels.org/simple

EXPOSE 5420/tcp

LABEL version="0.0.1"
LABEL version="1.0.1"

ARG IMAGE_NAME

Expand All @@ -19,7 +19,7 @@ LABEL permissions='\
"5420/tcp": {}\
},\
"HostConfig": {\
"Binds":["/root/.config/blueos/extensions/$IMAGE_NAME:/root/.config"],\
"Binds":["/usr/blueos/extensions/ping-survey:/app"],\
"ExtraHosts": ["host.docker.internal:host-gateway"],\
"PortBindings": {\
"5420/tcp": [\
Expand Down
2 changes: 1 addition & 1 deletion app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 class="center-text">Simple Ping2 Survey Extension </h1>
<rotating-logo id="logo-right" src="/static/BRlogo.png" :should-rotate="receivingData" class="rotating-logo"></rotating-logo>
<div id="map" style="width:100%; height: 65vh;"> </div>
<v-btn outlined rounded text @click="clearHeatmap">Clear Map</v-btn>
<v-btn outlined rounded text @click="onCenterMapButtonClick">Center Map</v-btn>
<v-btn outlined rounded text @click="onCenterMapButtonClick">Center Vehicle</v-btn>
<div class="text-center">
<h4>Status Console</h4>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/static/register_service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":"This extension makes it easy to record data from the ping2 sonar and gps onbaord the vehicle, keeping a poor communications link from interfering with the quality of collected survey data. When connected, the extension displays a data preview that is intended to aide in survey grid spacing determination while logging at 2Hz. Happy motoring!",
"icon":"mdi-map-plus",
"company":"Blue Robotics",
"version":"0.5",
"version":"1.0.1",
"webpage":"https://github.com/vshie/pingSurvey",
"api":"https://github.com/bluerobotics/BlueOS-docker"
}

0 comments on commit 9fc2d64

Please sign in to comment.