Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
[teleop] auton camera bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiger00 authored May 29, 2022
1 parent 21bd59f commit e04074c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 181 deletions.
178 changes: 0 additions & 178 deletions base_station/gui/src/components/AutonCameras.vue

This file was deleted.

6 changes: 3 additions & 3 deletions base_station/gui/src/components/AutonTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<AutonWaypointEditor v-bind:odom="odom" v-bind:AutonDriveControl="AutonDriveControl"/>
</div>
<div class="box cameras light-bg">
<AutonCameras v-bind:numCams="2" v-bind:channel="'/cameras_control'"/>
<Cameras v-bind:numCams="2" v-bind:mission="'Auton'" v-bind:channel="'/cameras_control'"/>
</div>
</div>

Expand All @@ -54,7 +54,7 @@
<script>
import { mapGetters } from 'vuex'
import RoverMap from './AutonRoverMap.vue'
import AutonCameras from './AutonCameras.vue'
import Cameras from './Cameras.vue'
import CommIndicator from './CommIndicator.vue'
import OdometryReading from './OdometryReading.vue'
import ArmControls from './ArmControls.vue'
Expand Down Expand Up @@ -284,7 +284,7 @@ export default {
components: {
RoverMap,
AutonCameras,
Cameras,
CommIndicator,
ArmControls,
DriveControls,
Expand Down

0 comments on commit e04074c

Please sign in to comment.