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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ compile_commands.json
*.bag
*.mcap
*.hoot
bagfiles/deeptag-pytorch
bagfiles

# Autogenerated
.md5sum
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-run
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker run "$@" -it --net=host -v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/tensorflow_workspace:/home/ubuntu/.tensorflow_workspace.readonly \
--ipc=host \
--shm-size=8G \
-e DISPLAY=$DISPLAY -e NVIDIA_DRIVER_CAPABILITIES=all --privileged --user ubuntu frc900/zebros-2025-dev:latest /bin/bash
-e DISPLAY=$DISPLAY -e NVIDIA_DRIVER_CAPABILITIES=all --privileged --user ubuntu frc900/zebros-2026-dev:latest /bin/bash
2 changes: 1 addition & 1 deletion docker/docker-run-2
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ docker run "$@" -it --net=host -v /tmp/.X11-unix:/tmp/.X11-unix \
--ipc=host \
-v /mnt/hgfs/Zebracorns:/mnt/hgfs/Zebracorns \
--shm-size=8G \
-e DISPLAY=$DISPLAY --privileged --user ubuntu frc900/zebros-2025-dev:latest /bin/bash
-e DISPLAY=$DISPLAY --privileged --user ubuntu frc900/zebros-2026-dev:latest /bin/bash
2 changes: 1 addition & 1 deletion docker/docker-run-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ docker run "$@" -it --gpus all --net=host -v /tmp/.X11-unix:/tmp/.X11-unix \
--ipc=host \
-v /dev:/dev --privileged \
--shm-size=8G \
-e DISPLAY=$DISPLAY -e NVIDIA_DRIVER_CAPABILITIES=all --user ubuntu frc900/zebros-2025-dev:latest /bin/bash
-e DISPLAY=$DISPLAY -e NVIDIA_DRIVER_CAPABILITIES=all --user ubuntu frc900/zebros-2026-dev:latest /bin/bash
2 changes: 1 addition & 1 deletion docker/docker-run-mac
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker run "$@" -it --net=host -v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/tensorflow_workspace:/home/ubuntu/.tensorflow_workspace.readonly \
--ipc=host \
--shm-size=8G \
-e DISPLAY=host.docker.internal:0 -e NVIDIA_DRIVER_CAPABILITIES=all --privileged --user ubuntu frc900/zebros-2025-dev:latest /bin/bash
-e DISPLAY=host.docker.internal:0 -e NVIDIA_DRIVER_CAPABILITIES=all --privileged --user ubuntu frc900/zebros-2026-dev:latest /bin/bash
2 changes: 1 addition & 1 deletion docker/macDockerRun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
docker run -it --privileged -v /tmp/.X11-unix:/tmp/.X11-unix --net=host \
-v $(pwd)/../../other:/home/ubuntu/other -v $(pwd)/..:/home/ubuntu/900RobotCode -e DISPLAY=$ip:0 --user ubuntu frc900/zebros-2025-dev:latest /bin/bash
-v $(pwd)/../../other:/home/ubuntu/other -v $(pwd)/..:/home/ubuntu/900RobotCode -e DISPLAY=$ip:0 --user ubuntu frc900/zebros-2026-dev:latest /bin/bash
3 changes: 0 additions & 3 deletions scripts/jetson_install/canivore-usb-arm64-Jetpack-5-v3.zip

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/jetson_install/canivore-usb-arm64-Ubuntu-20.04-v3.zip

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/jetson_install/catkin_tools.patch

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/jetson_install/libnccl-dev_2.7.6-1+cuda10.2_arm64.deb

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/jetson_install/libnccl2_2.7.6-1+cuda10.2_arm64.deb

This file was deleted.

185 changes: 0 additions & 185 deletions scripts/jetson_install/setup_ROS.sh

This file was deleted.

Loading