Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions assets/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ sudo -u ubuntu rosdep update

$(aws ecr get-login --no-include-email --registry-ids 593875212637 --region us-east-1)

#Install Ubuntu dependencies for cross compilation:
apt update && apt install -y qemu-user-static

#Build Docker Container
echo "Building docker image for robot ..."
docker build -t jetbot-ros -f Dockerfile .
Expand Down
5 changes: 5 additions & 0 deletions assets/scripts/install_qemu.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /usr/bin/bash

# Install Ubuntu dependencies for cross compilation:
apt update -y && apt install -y qemu-user-static