Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
715c678
Update serial number for esp-daemon device in udev rules
SeanChangX May 12, 2025
3fe98f3
Remove the outdated Eurobot 2025 web application
SeanChangX May 12, 2025
5f83109
Add Eurobot 2025 web application submodule
SeanChangX May 12, 2025
e5755fd
Update Firefox URL in conky_entry.sh and update Eurobot 2025 web subm…
SeanChangX May 12, 2025
b05b7bd
Update battery_watchdog.sh to comment out Firefox launch commands and…
SeanChangX May 12, 2025
e0db834
Refactor conky_entry.sh to replace Firefox with Google Chrome for ope…
SeanChangX May 12, 2025
f40f751
Remove esp_daemon to change it to submodule
SeanChangX May 13, 2025
3fec772
Add esp_daemon as a submodule
SeanChangX May 13, 2025
bc797a8
Update desktop entries to replace Firefox with Google Chrome and adju…
SeanChangX May 13, 2025
946bd87
Update submodule Eurobot-2025-Web to latest commit
SeanChangX May 13, 2025
00d169f
Update submodule Eurobot-2025-Web to latest commit
SeanChangX May 13, 2025
0eeec6f
Update Eurobot-2025-Web submodule URL to use SSH and update submodule…
SeanChangX May 13, 2025
0226a14
Remove web UI components for Eurobot 2024
SeanChangX May 16, 2025
09b7db0
Update share folder permissions for docker group access and update Eu…
SeanChangX May 17, 2025
31d49d4
Add Cyclone DDS support and update environment variables in Docker setup
SeanChangX May 18, 2025
5629b63
Add healthcheck configuration for foxglove-bridge and lichtblick serv…
SeanChangX May 20, 2025
92090b7
Update udev rules for mission and lidar devices with correct serial n…
SeanChangX May 22, 2025
f97a170
Update 80-dit.rules of DIT-2025-14
SeanChangX May 22, 2025
1b8d872
Refactor Eurobot scripts and desktop entries for improved organizatio…
SeanChangX May 24, 2025
5ec1741
Add stop_scan service functionality to localization scripts and ensur…
SeanChangX May 24, 2025
bbe0bba
Update to the latest Eurobot-2025-Web
SeanChangX May 27, 2025
8138c53
Update subproject reference in esp_daemon to latest commit
SeanChangX May 27, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ while true; do
fi
else
if [[ "$ESP32_RECONNECTED" == false ]]; then
pkill -f "firefox --new-window -P default --kiosk http://${HOSTNAME}-esp.local"
(sleep 5 && firefox --new-window -P "default" --kiosk "http://${HOSTNAME}-esp.local" &)
# pkill -f "firefox --new-window -P default --kiosk http://${HOSTNAME}-esp.local"
# (sleep 5 && firefox --new-window -P "default" --kiosk "http://${HOSTNAME}-esp.local" &)
ESP32_RECONNECTED=true
fi
fi
Expand Down
10 changes: 8 additions & 2 deletions .config/conky/conky_entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ done
chromium --kiosk \
"http://localhost:8080/?ds=foxglove-websocket&ds.url=ws://$(hostname -I | cut -d" " -f1):8765" \
&
firefox --new-window -P "default" --kiosk \
"http://${HOSTNAME}-esp.local" \
sleep 5
google-chrome --kiosk \
"http://localhost:3000" \
&
sleep 1
# firefox --new-window -P "default" --kiosk \
# "localhost:3000" \
# "http://${HOSTNAME}-esp.local" \
# &
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "web/lichtblick"]
path = web/lichtblick
url = https://github.com/Lichtblick-Suite/lichtblick.git
[submodule "web/Eurobot-2025-Web"]
path = web/Eurobot-2025-Web
url = git@github.com:DIT-ROBOTICS/Eurobot-2025-Web.git
[submodule "app/esp_daemon"]
path = app/esp_daemon
url = git@github.com:DIT-ROBOTICS/ESP-Daemon.git
5 changes: 5 additions & 0 deletions 15-user_preference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ restore_desktop() {
mkdir -p /home/share/data/
fi
cp -r "$DIT_HOME/DIT-Scripts/share/data/"* /home/share/data/

# Ensure the share folder is accessible for every user in the docker group
chgrp -R docker /home/share
chmod -R g+rw /home/share
chmod -R 666 /home/share/data/*
}

# Restore plymouth theme configuration
Expand Down
1 change: 1 addition & 0 deletions app/esp_daemon
Submodule esp_daemon added at bddfe6
50 changes: 0 additions & 50 deletions app/esp_daemon/.bashrc

This file was deleted.

6 changes: 0 additions & 6 deletions app/esp_daemon/.env

This file was deleted.

78 changes: 0 additions & 78 deletions app/esp_daemon/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions app/esp_daemon/arduino/ESP_Daemon/.gitignore

This file was deleted.

Binary file removed app/esp_daemon/arduino/ESP_Daemon/data/favicon.png
Binary file not shown.
8 changes: 0 additions & 8 deletions app/esp_daemon/arduino/ESP_Daemon/data/highcharts.js

This file was deleted.

62 changes: 0 additions & 62 deletions app/esp_daemon/arduino/ESP_Daemon/data/index.html

This file was deleted.

Loading