Skip to content

Commit

Permalink
vulcano_web: cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
marbosjo committed Nov 15, 2016
1 parent fde7e1d commit 4cbb1cb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 885 deletions.
23 changes: 4 additions & 19 deletions vulcano_web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
</ul>
<!-- ROBOT STATE TAB -->
<!------------------ -->
<div id="tabs-3">
<div id = "sensortopic">
<div id="robot_status">
<br>
<table border="0px">
<tr >
Expand Down Expand Up @@ -76,11 +75,7 @@ <h3>Battery</h3>
100%
<br><br>
<div id="battery_status">Battery level = <span></span></div>
<div id="imu_temperature">IMU temperature = <span></span></div>
<div id="gps_latitude">GPS latitude = <span></span></div>
<div id="gps_longitude">GPS longitude = <span></span></div>
<div id="gps_satellites_visible">Satellites visible = <span></span></div>
<div id="gps_satellites_used">Satellites used = <span></span></div>
<div id="imu_temperature">IMU temperature = <span></span></div> <!-- TODO: temperatures! -->
</div>

<h3>Odometry</h3>
Expand Down Expand Up @@ -255,7 +250,7 @@ <h3>Torso Motor Status</h3>
<h3>I/O Status</h3>


<style type="text/css">
<style type="text/css"> <!-- style for the io_table -->
td
{
padding:0 15px 0 15px;
Expand All @@ -278,16 +273,7 @@ <h3>I/O Status</h3>
</tr>
</table>



<br>

<!--input type="button" Value="Flags front left wheel" class = "btn btn-danger" id="button_flw"/>
<input type="button" Value="Flags front right wheel" class = "btn btn-danger" id="button_frw"/>
<br><br>
<input type="button" Value="Flags back left wheel" class = "btn btn-danger" id="button_blw"/>
<input type="button" Value="Flags back right wheel" class = "btn btn-danger" id="button_brw"/-->


<!-- DIRECTION WHEEL DIALOGS -->
<div id="dialog_flw_direction" title="Flags Front Left Direction Wheel">
Expand Down Expand Up @@ -440,8 +426,7 @@ <h3>I/O Status</h3>
<br>
Driver flags:
<div id="torso_rotation_driver_status_words"><span></span></div>
</div>
</div>
</div> <!-- id: robot_status -->
</div>
</body>
</html>
Loading

0 comments on commit 4cbb1cb

Please sign in to comment.