Skip to content

Commit

Permalink
add Radiation Sensor Mapping launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
amDeimos666 committed Jun 14, 2023
1 parent 1c106c0 commit 202bb62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let data: ShortcutData[] = [
// //#endregion

// #region XYAB
{ content: 'X: Headlights', from: [RIGHT_X, 180], to: [610, 230] },
{ content: 'X: Stop Navigation', from: [RIGHT_X, 180], to: [610, 230] },
{ content: 'Y: Switch Front Back', from: [RIGHT_X, 211], to: [675, 211] },
{
content: 'B: Reset Flipper Position',
Expand Down
6 changes: 6 additions & 0 deletions src/renderer/store/modules/launchFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ export const initialState: LaunchFilesState[] = [
fileName: 'markhor_slam_2d.launch',
isLaunched: false,
},
{
name: 'Radiation Sensor Mapping',
packageName: 'capra_sensor_mapping',
fileName: 'sensor_mapping.launch',
isLaunched: false,
},
];

export const launchFilesSlice = createSlice({
Expand Down

0 comments on commit 202bb62

Please sign in to comment.