-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
53 lines (39 loc) · 1.12 KB
/
config.txt
File metadata and controls
53 lines (39 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# All settings
#
DEBUG=1
ROS_RELEASE=noetic
# libsdl stuff is needed for keyboard interactions
ROS_PACKAGES=" ros-$ROS_RELEASE-ros-base \
ros-$ROS_RELEASE-catkin \
python3-rosdep \
ros-$ROS_RELEASE-rosserial \
libsdl-image1.2-dev \
libsdl-dev \
ros-$ROS_RELEASE-rosserial-arduino "
SYSTEM_PACKAGES="apt ufw zsh acl build-essential cmake"
OS_DISTRO=ubuntu
OS_RELEASE=focal
OS_RELEASE_VERSION=20.04.1
OS_IMG=ubuntu-$OS_RELEASE_VERSION-preinstalled-server-arm64+raspi.img.xz
OS_IMG_LINK_BASE=https://cdimage.ubuntu.com/releases/$OS_RELEASE_VERSION/release
OS_IMG_LINK=$OS_IMG_LINK_BASE/$OS_IMG
OS_IMG_CHECKSUM_LINK=$OS_IMG_LINK_BASE/SHA256SUMS
OS_BOOT_NETWORK_CONFIG=network-config
PYTHON=3
ADMIN_USER=admin
ADMIN_GROUPS="wheel ros"
WORKSPACE=$basedir/workspace
GIT_ORG=autonomousrobotshq
GIT_LLC=low-level-controller
ARDUINO_PACKAGES=" arduino-mk \
avrdude \
arduino"
ARDUINO_HEX=$basedir/arduino.hex
# build dependencies
DEPENDENCIES=" ansible \
git \
ssh \
ssh-copy-id \
ssh-keygen \
sshpass"