Skip to content

Commit

Permalink
Merge pull request #182 from clubcapra/add_launch_file_radiation
Browse files Browse the repository at this point in the history
add Radiation Sensor Mapping launch file
  • Loading branch information
amDeimos666 authored Jun 15, 2023
2 parents 1c106c0 + 5e8e9be commit ff3fc6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/inputSystem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const defaultActions: Action[] = [
});
},
},

{
name: 'stopNavigation',
bindings: [{ type: 'gamepadBtnDown', button: buttonMappings.X }],
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 ff3fc6b

Please sign in to comment.