Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Removing network-specific IP
  • Loading branch information
vshie authored Nov 30, 2023
1 parent 2ec7865 commit 347c4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# Global variable to control the logging thread
logging_active = False
distance_url = 'http://192.168.1.71:6040/mavlink/vehicles/1/components/194/messages/DISTANCE_SENSOR'
gps_url = 'http://192.168.1.71:6040/mavlink/vehicles/1/components/1/messages/GLOBAL_POSITION_INT'
distance_url = 'http://localhost:6040/mavlink/vehicles/1/components/194/messages/DISTANCE_SENSOR'
gps_url = 'http://localhost:6040/mavlink/vehicles/1/components/1/messages/GLOBAL_POSITION_INT'
log_file = 'sensor_data.csv'
log_rate = 2

Expand Down

0 comments on commit 347c4a1

Please sign in to comment.