Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autonomous state machine #94

Open
wants to merge 138 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
a624cfa
Refactored gps_testing.py. Moved moving average to a class,
ajcarney Oct 31, 2023
10e98c8
Kinda working lidar
Balabalu-VE Nov 9, 2023
156d74f
Updated simulation rviz,shows rovot and works with coordinates
Balabalu-VE Nov 21, 2023
25f08a6
Added circle to rVIZ
MousyYaya Nov 21, 2023
a09d5f3
Angled lines worked in rviz. Still need to implement rotational trans…
Balabalu-VE Nov 28, 2023
910af95
Finished kinda
Balabalu-VE Dec 7, 2023
a1effba
Made the flag move, need to make flag
MousyYaya Dec 7, 2023
c83974e
Added the flag :D
MousyYaya Dec 8, 2023
1e2480f
changed launch pointers so that the rplidar will start working, uses …
Dec 8, 2023
49cccf9
Merge branch 'testing-lidar' of github.com:WisconsinRobotics/WRover_S…
Dec 8, 2023
6d63349
build: Add ublox ROS driver to project.json dependencies
co-li Jan 30, 2024
b867a9a
toss some rtk configs together
LetianLi Jan 30, 2024
0e51a1c
Launch files will start with long range and target coords are fixed t…
Feb 8, 2024
50003f2
Add node for publishing ROS topic from RTK GNSS
LetianLi Feb 13, 2024
b26874e
feat: BNO085 IMU bring up
co-li Feb 18, 2024
838370f
feat: Get magnetometer readings from IMU
co-li Feb 18, 2024
d7ebb16
Updated gps_testing node to include new node that interfaces with ROS…
ajcarney Feb 20, 2024
2fce069
Add launch documentation
LetianLi Feb 20, 2024
b0a785d
Add mapviz
LetianLi Feb 20, 2024
df807a8
Merge branch 'feature/dgnss_updates' of github.com:WisconsinRobotics/…
LetianLi Feb 20, 2024
d23bc45
feat: Add heading data publisher
co-li Feb 22, 2024
05ef6b4
feat: publish accuracy values
co-li Feb 22, 2024
5381f74
changed how we grab env parameters and launch files
Feb 23, 2024
87fbc7e
feat: Publish game rotation vector
co-li Feb 23, 2024
d955ab0
add changes
jkira1 Feb 23, 2024
579f54f
Merge branch 'testing-lidar' into testing_imu_autonomous
co-li Feb 23, 2024
8e51be6
estimating distance using measured focal length - may need tuning
smishra248 Feb 24, 2024
d64d303
cleaning up testing stuff for distance estimate
smishra248 Feb 24, 2024
e062772
adding the function to edit the live image
smishra248 Feb 24, 2024
5a7005e
finished the function to isolate the aruco tag on live feed
smishra248 Feb 24, 2024
a2b99ea
Update vision launch files
co-li Feb 24, 2024
d97791f
Use parameters from wr_logic_ai/config/vision_params.yaml
co-li Feb 24, 2024
5ee6242
Testing lidar on hardware
co-li Feb 27, 2024
bf4e6bc
Handle IMU resets
co-li Feb 27, 2024
9bc527f
simplify drive logic
co-li Feb 27, 2024
cb06215
Fixes for launching shortrange logic
co-li Feb 29, 2024
3099b47
Add video output for debugging
co-li Feb 29, 2024
795afc6
Rename rtk files
LetianLi Feb 23, 2024
374e573
updated README
ajcarney Feb 27, 2024
766ba4e
Update comments/document code
ksha23 Mar 8, 2024
9a16b81
Update wr_hsi_sensing readme
ksha23 Mar 8, 2024
a52fabb
Clarify README
ksha23 Mar 8, 2024
8e28108
Update README
ksha23 Mar 8, 2024
9d6e5e7
rename nodes
ksha23 Mar 13, 2024
26f4e70
update launch files to launch dependent nodes
ksha23 Mar 13, 2024
59b13b7
delete old launch file
ksha23 Mar 13, 2024
e8ff00b
remove extra debug logging
ksha23 Mar 13, 2024
3e4fac1
revise dependency declarations
ksha23 Mar 13, 2024
861187c
remove build instructions in readme
ksha23 Mar 13, 2024
76dd7b9
Merge branch into autonomous_state_machine
Tzanccc Mar 14, 2024
6547c83
Cleaning up unused code
Tzanccc Mar 18, 2024
6173755
Restructued obstacle_avoidance to seperate receiving lidar data with …
Tzanccc Mar 19, 2024
31ff25b
Refactored code to remove mux
Tzanccc Mar 20, 2024
0356c81
Merge branch 'master' into current branch
Tzanccc Apr 1, 2024
ecfe9af
Added new autonomous packages
Tzanccc Apr 2, 2024
391aa19
Restructured action messages to use new packages
Tzanccc Apr 3, 2024
88c57cb
Restructured services
Tzanccc Apr 3, 2024
59c4b4a
Moved
Tzanccc Apr 3, 2024
60c6d15
Refactored messages
Tzanccc Apr 3, 2024
80a9a31
Restructured wr_logic_longrange
Tzanccc Apr 4, 2024
699b771
Restructued wr_logic_search
Tzanccc Apr 4, 2024
f682766
Added __init__.py
Tzanccc Apr 4, 2024
c67c319
Fixed doxygen documentation
Tzanccc Apr 5, 2024
aab4699
Wrote the README file for Search Pattern.
rusmilov Apr 5, 2024
c17df46
Remove an unused variable from a previous implementation.
rusmilov Apr 5, 2024
98c1d8a
Move shortrange code
co-li Apr 7, 2024
fb550e2
Merge branch 'pose_detect' into autonomous_state_machine
co-li Apr 7, 2024
2d75bf8
Fixed incorrect function names in the comments.
rusmilov Apr 8, 2024
1c1119b
Removed goal variable for distance because not needed in StateMachine…
rusmilov Apr 9, 2024
059261a
Removed repeated Search Pattern functions. Moved iteration from State…
rusmilov Apr 9, 2024
8a9a687
Renamed Goal variables from target_* to start_* since they will only …
rusmilov Apr 9, 2024
6f0db18
Created the launch file for testing Search Pattern.
rusmilov Apr 11, 2024
b526e10
Created a basic subscriber node for a placeholder topic that is publi…
rusmilov Apr 12, 2024
b5d5a83
Added lines that call the camera subscriber, but it is commented out …
rusmilov Apr 12, 2024
f9e496e
Initial incomplete implementation of smach state machine
Tzanccc Apr 16, 2024
689e77b
Actually commiting files
Tzanccc Apr 16, 2024
b814c88
Added comments to camera_sub.py, the Subscriber node to the placehold…
rusmilov Apr 17, 2024
38f9139
Added comment about not needing search_pattern_client.py and search_p…
rusmilov Apr 17, 2024
efaa426
Pretty sure I fixed the flow of the while loops, but I need to figure…
rusmilov Apr 18, 2024
d0619ca
Simplify shortrange action server
co-li Apr 18, 2024
322c431
Simplified the flow of iterating through the target coordinates so th…
rusmilov Apr 19, 2024
22eeb27
Merge branch 'master' into autonomous_state_machine
Tzanccc Apr 21, 2024
668f79d
Added states for search and short range
Tzanccc Apr 21, 2024
5ee7588
Removed unnecessary outputting to terminal line.
rusmilov Apr 23, 2024
d4feb19
Started working on the Subscriber to the gps_coord_data topic. Commen…
rusmilov Apr 23, 2024
bbd1bc0
Replacing old state machine code
Tzanccc Apr 25, 2024
2dcfc30
Made comments. Put the correct message type. Removed class. Calling i…
rusmilov Apr 26, 2024
4f12585
Fixed iteration flow. Only having one while loop didn't work with the…
rusmilov Apr 26, 2024
b977278
Adding setup.py to wr_logic_search
Tzanccc Apr 26, 2024
29a1b6b
Updated cmakelists
Tzanccc Apr 26, 2024
1e649c1
State machine inital tesing and debugging
Tzanccc Apr 26, 2024
674119e
Updating launch file for testing state machine
Tzanccc Apr 26, 2024
25d8749
Visualize in mapviz, not tested
Balabalu-VE Jun 1, 2024
44582fd
Merging autonomous navigation code into newer code (Spring 2024) (#92)
Balabalu-VE May 15, 2024
0781291
Implemented state machine with long range and init compass
Balabalu-VE May 15, 2024
f4088ba
added logic to init_compass in state machine
Balabalu-VE May 15, 2024
ad0e44e
testing changes
co-li May 15, 2024
aed8ff8
Mispelled a word
Balabalu-VE May 15, 2024
7ee3a5c
still typo
Balabalu-VE May 15, 2024
3b9c74c
Anothe type
Balabalu-VE May 15, 2024
f6ea6cf
Refactor wait_for_user_input.py into an ActionServer
co-li May 16, 2024
d910bce
Add action definitions for wr_logic_ai
co-li May 16, 2024
6f41fd7
Arm testing
co-li May 19, 2024
2916e0c
Disable solenoid GPIO, needs to be rewritten for Jetson
co-li May 19, 2024
ea86f26
Map roboclaw port
co-li May 20, 2024
498441f
Add video streaming for debugging
co-li May 20, 2024
f81508e
Add ffmpeg streaming to debug vision
co-li May 20, 2024
f37626f
fix ffmpeg parameters
co-li May 20, 2024
7cc4f90
Update Jetson IP address
co-li May 21, 2024
e4960db
Add shortrange action client for testing
co-li May 21, 2024
689abb5
Tune shortrange navigation turn factor
co-li May 21, 2024
97eff07
Fix up search pattern code
co-li May 22, 2024
e8c638e
Add action clients to test the search pattern
co-li May 23, 2024
5002c32
Tested SpinActionServer
co-li May 23, 2024
0afe82e
Test search pattern
co-li May 23, 2024
8d806a7
Fixes from testing search pattern
co-li May 24, 2024
d473caf
Add object detection node
co-li May 24, 2024
8f40078
Use TensorRT model
co-li May 24, 2024
e3f5635
Tune arm speeds
co-li May 25, 2024
59f601d
Fix wrist roll direction
co-li May 25, 2024
b2f7d02
Update state machine launch file
co-li May 25, 2024
d2c2a9d
Lower autonomous navigation speeds
co-li May 25, 2024
c7def24
Added wait for /scan
Balabalu-VE May 27, 2024
a2afd81
Update state machine logic for abort/preempt states
co-li May 29, 2024
1c2ab1c
Downgrade numpy for TensorRT
co-li May 30, 2024
0a78d3b
Add mapproxy config
co-li May 30, 2024
5b37784
Use roboclaw to drive solenoid
co-li May 31, 2024
505d653
Add yolo node
co-li May 31, 2024
f25709b
Cam mast controls moved
co-li May 31, 2024
78b02a2
Add cam mast control
co-li May 31, 2024
d8d22cb
Latest changes before comp
co-li May 31, 2024
f54efb8
Changed coordinate generation for search pattern
Balabalu-VE May 31, 2024
b899296
Added JSON for testing
co-li May 31, 2024
6450693
Add logging
co-li May 31, 2024
7204261
Fix shortrange action server
co-li Jun 1, 2024
3c5d3cb
Add arm speed adjustment
co-li Jun 1, 2024
6e82352
Testing for Mapviz
Balabalu-VE Jun 1, 2024
458c634
Added visualizing points in mapviz
co-li Jun 1, 2024
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
1 change: 1 addition & 0 deletions .catkin_workspace
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# This file currently only serves to mark the location of a catkin workspace for tool integration

2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ms-python.vscode-pylance",
"ms-iot.vscode-ros",
"twxs.cmake",
"ms-vscode.cmake-tools",
"ms-vscode.cmake-tools",
"josetr.cmake-language-support-vscode",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh-edit",
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build/
devel/

# python env
/venv/
venv/

# ide
/.vscode/*
Expand Down Expand Up @@ -45,4 +45,4 @@ docs/generated-images

# non-generated documentation images
!src/wr_logic_teleop_ds/control_scheme_power_levels.png
!src/wr_logic_teleop_ds/control_scheme_tank_drive.png
!src/wr_logic_teleop_ds/control_scheme_tank_drive.png
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "src/wroboclaw"]
path = src/wroboclaw
url = https://github.com/WisconsinRobotics/wroboclaw
url = git@github.com:WisconsinRobotics/wroboclaw.git
[submodule "src/wreadinput"]
path = src/wreadinput
url = https://github.com/WisconsinRobotics/wreadinput
url = git@github.com:WisconsinRobotics/wreadinput.git
[submodule "src/wready"]
path = src/wready
url = https://github.com/WisconsinRobotics/wready
url = git@github.com:WisconsinRobotics/wready.git
[submodule "src/wresponsecontrol"]
path = src/wresponsecontrol
url = https://github.com/WisconsinRobotics/wresponsecontrol
url = git@github.com:WisconsinRobotics/wresponsecontrol.git
[submodule "src/wrplidar_ros"]
path = src/wrplidar_ros
url = https://github.com/WisconsinRobotics/wrplidar_ros.git
url = git@github.com:WisconsinRobotics/wrplidar_ros.git
[submodule "src/wrevolution"]
path = src/wrevolution
url = https://github.com/WisconsinRobotics/wrevolution
url = git@github.com:WisconsinRobotics/wrevolution.git
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
],
"python.analysis.extraPaths": [
"./src/wr_hsi_sensing/src",
"./src/wr_logic_ai/src"
"./src/wr_logic_ai/src",
"./src/wr_logic_search/src",
"./src/wr_logic_shortrange/src"
],
"C_Cpp.intelliSenseEngine": "disabled",
"cmake.sourceDirectory": "${workspaceFolder}/src",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
}
6 changes: 4 additions & 2 deletions env_remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ CATKIN_SHELL=sh
_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`" > /dev/null && pwd)
. "$_CATKIN_SETUP_DIR/setup.sh"

export ROS_MASTER/_URI='http://wrover.local:11311'
# export ROS_MASTER_URI='http://wrover.local:11311'
export ROS_MASTER_URI='http://192.168.2.100:11311'
export ROS_IP=`ip addr show eth0 | grep -Po 'inet [\d.]+' | awk '{print $2}'`
export ROS_HOSTNAME='wrover.local'
# export ROS_HOSTNAME='wrover.local'
export ROS_HOSTNAME='192.168.2.100'

exec "$@"
63 changes: 63 additions & 0 deletions mapproxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# -------------------------------
# MapProxy example configuration.
# -------------------------------
#
# This is a minimal MapProxy configuration.
# See full_example.yaml and the documentation for more options.
#

# Starts the following services:
# Demo:
# http://localhost:8080/demo
# WMS:
# capabilities: http://localhost:8080/service?REQUEST=GetCapabilities
# WMTS:
# capabilities: http://localhost:8080/wmts/1.0.0/WMTSCapabilities.xml
# first tile: http://localhost:8080/wmts/osm/webmercator/0/0/0.png
# Tile service (compatible with OSM/etc.)
# first tile: http://localhost:8080/tiles/osm/webmercator/0/0/0.png
# TMS:
# note: TMS is not compatible with OSM/Google Maps/etc.
# first tile: http://localhost:8080/tms/1.0.0/osm/webmercator/0/0/0.png
# KML:
# initial doc: http://localhost:8080/kml/osm/webmercator

services:
demo:
tms:
use_grid_names: true
# origin for /tiles service
origin: 'nw'
kml:
use_grid_names: true
wmts:
wms:
md:
title: MapProxy WMS Proxy
abstract: This is a minimal MapProxy example.

layers:
- name: gm_layer
title: Google Maps tiles
sources: [gm_cache]

caches:
gm_cache:
grids: [gm_grid]
sources: [gm]
cache:
type: file
directory_layout: tms

sources:
gm:
type: tile
url: https://mt0.google.com/vt/lyrs=s&hl=en&x=%(x)s&y=%(y)s&z=%(z)s
grid: gm_grid

grids:
gm_grid:
base: GLOBAL_MERCATOR
origin: ul

globals:
9 changes: 8 additions & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
"package": "ros-noetic-mapviz",
"provider": "apt"
}
},
{
"name": "smach",
"build": {
"package": "ros-noetic-smach-ros",
"provider": "apt"
}
}
]
}
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ python-statemachine==2.0.0
scipy
rpi.gpio
smbus
numpy==1.24.1
opencv-contrib-python==4.7.0.68
numpy==1.23.5
opencv-contrib-python==4.9.0.80
2 changes: 1 addition & 1 deletion src/wr_control_drive_ds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
rospy
wr_drive_msgs
wroboclaw
#wroboclaw
)

## System dependencies are found with CMake's conventions
Expand Down
4 changes: 2 additions & 2 deletions src/wr_control_drive_ds/launch/std.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<group ns="drive_system">
<node name="control" pkg="wr_control_drive_ds" type="DriveTrainControlSystem" machine="wrover"/>
</group>
<group ns="camera">
<!-- <group ns="camera">
<node name="cam_mast_control" pkg="wr_control_drive_ds" type="cam_mast_control.py" machine="wrover"/>
</group>
</group> -->
</group>
</launch>
3 changes: 2 additions & 1 deletion src/wr_entry_point/launch/comp/comp_init.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<machine name="base_station" address="localhost" env-loader="/opt/ros/noetic/env.sh"
default="false" />
<!-- If running in local mode, define "wiscrobo" to also be the local machine (i.e. base station) -->
<machine name="wrover" address="wrover.local"
<!-- <machine name="wrover" address="wrover.local" -->
<machine name="wrover" address="192.168.2.100"
env-loader="/home/wiscrobo/workspace/WRover_Software/env_remote.sh" user="wiscrobo"
default="true" unless="$(env WROVER_LOCAL)">
</machine>
Expand Down
2 changes: 2 additions & 0 deletions src/wr_entry_point/launch/erdm.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@

<include file="$(find wr_entry_point)/launch/comp/comp_arm.launch" />
<include file="$(find wr_entry_point)/launch/comp/comp_falcon.launch" />

<include file="$(find wr_hsi_sensing)/launch/gps_data_mapper.launch" />
</launch>
5 changes: 3 additions & 2 deletions src/wr_hsi_roboclaw/config/roboclaw_enc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
com_port: '/dev/ttyAMA0'
baud: 115200
com_port: '/dev/roboclaw'
# baud: 115200
baud: 9600
claws:
aux0: # arm turntable/shoulder, science ?
topic: '/hsi/roboclaw/aux0'
Expand Down
2 changes: 1 addition & 1 deletion src/wr_hsi_roboclaw/config/roboclaw_noenc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com_port: '/dev/ttyTHS1'
com_port: '/dev/ttyTHS0'
baud: 38400
claws:
aux0: # arm turntable/shoulder, science ?
Expand Down
20 changes: 13 additions & 7 deletions src/wr_hsi_sensing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ project(wr_hsi_sensing)
find_package(catkin REQUIRED COMPONENTS
message_generation
std_msgs
sensor_msgs
geometry_msgs
visualization_msgs
roscpp
rospy
ublox_gps
)
Expand Down Expand Up @@ -52,7 +56,7 @@ catkin_python_setup()

## Generate messages in the 'msg' folder
add_message_files(
FILES
FILES
# Message1.msg
# Message2.msg
CoordinateMsg.msg
Expand Down Expand Up @@ -121,15 +125,16 @@ catkin_package(

## Specify additional locations of header files
## Your package locations should be listed before other locations
include_directories(
#include_directories(
# include
${catkin_INCLUDE_DIRS}
)
#${catkin_INCLUDE_DIRS}
#)

## Declare a C++ library
# add_library(${PROJECT_NAME}
# src/${PROJECT_NAME}/wr_hsi_sensing.cpp
# add_library(sh2
# # src/${PROJECT_NAME}/wr_hsi_sensing.cpp
# )
# target_link_libraries(${PROJECT_NAME} sh2)

## Add cmake target dependencies of the library
## as an example, code may need to be generated before libraries
Expand All @@ -139,7 +144,8 @@ ${catkin_INCLUDE_DIRS}
## Declare a C++ executable
## With catkin_make all packages are built within a single CMake context
## The recommended prefix ensures that target names across packages don't collide
# add_executable(${PROJECT_NAME}_node src/wr_hsi_sensing_node.cpp)
#add_executable()
#target_link_libraries(${catkin_LIBRARIES} ${PROJECT_NAME})

## Rename C++ executable without prefix
## The above recommended prefix causes long target names, the following renames the
Expand Down
2 changes: 1 addition & 1 deletion src/wr_hsi_sensing/config/ardusimple_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
debug: 1 # Range 0-4 (0 means no debug statements will print)

device: /dev/ttyACM0
device: /dev/gps
frame_id: gps # TODO: change it in the future?

config_on_startup: false
Expand Down
6 changes: 4 additions & 2 deletions src/wr_hsi_sensing/launch/mapviz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- Launches mapviz visualization. -->
<!-- Requires ardusimple_provided node to be running -->
<!-- <include file="$(find wr_hsi_sensing)/launch/ardusimple_provided.launch" /> -->
<node pkg="wr_hsi_sensing" type="publish_points.py" name="gps_data_points_pub" />

<node pkg="mapviz" type="mapviz" name="mapviz">
<!-- <param name="config" value=""/> -->
Expand All @@ -11,10 +12,11 @@
<param name="local_xy_frame" value="/map"/> <!-- Could be "/map"-->
<param name="local_xy_origin" value="auto"/>
<param name="local_xy_navsatfix_topic" value="/gps/fix"/>
<remap from="fix" to="/gps/fix"/>
<!-- <remap from="fix" to="/gps/fix"/> -->
<remap from="fix" to="/navsat/fix"/>

</node>

<node pkg="tf" type="static_transform_publisher" name="swri_transform" args="0 0 0 0 0 0 /map /origin 100" />

</launch>
</launch>
42 changes: 42 additions & 0 deletions src/wr_hsi_sensing/nodes/coordinates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Sample Cash"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Rock locations?"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Rock Box"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Astronaout"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Work Area"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Wrekage Site"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "6A: Far Wrekage Site"
},
{
"lat": 38.3717950,
"long": -110.7045599,
"note": "Drone"
}
]
Loading