Skip to content

Commit

Permalink
Merge branch 'automatic-ip' of https://github.com/purduerov/X17-Surface
Browse files Browse the repository at this point in the history
… into automatic-ip
  • Loading branch information
ethanburmane committed Oct 17, 2024
2 parents 5f50ba5 + 526932f commit 15b6823
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ROV_IP="192.168.1.11"
ROV_IP="192.168.1.3"
ROV_USERNAME="pi"
ROV_PASSWORD="pie"

Expand Down
8 changes: 4 additions & 4 deletions ui/launch/surface_launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ launch:
exec: app.py
namespace: rov

- node:
pkg: gamepad
exec: sender.py
namespace: rov
# - node:
# pkg: gamepad
# exec: sender.py
# namespace: rov
2 changes: 2 additions & 0 deletions ui/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
from signal_handler import SignalHandler
import rclpy
import signal
from dotenv import load_dotenv


app = Flask(__name__)
load_dotenv(dotenv_path=f"/workspaces/X17-Surface/.env")


@app.route("/")
Expand Down

0 comments on commit 15b6823

Please sign in to comment.