MacRover / Rover

McMaster Mars Rover Faraday (2020-2024)
MIT License
5 stars 1 forks source link

GPS Navigation #36

Closed haashimrehan closed 1 year ago

haashimrehan commented 1 year ago

Realsense Cameras and GPS tested on Jetson TX2 and confirmed working

haashimrehan commented 1 year ago

GPS requires this udev rule to work

haashimrehan commented 1 year ago

D435 and T265 Realsense Cameras require this process to work

haashimrehan commented 1 year ago

due to the realsense process we'll also need to run the following command on the TX2 to get it to catkin_make without errors:

touch $HOME/Rover/ROS_WS/simulation/CATKIN_IGNORE

since CATKIN_IGNORE is already the .gitignore, this doesn't affect simulation development

UPDATE: since moving to realsense binaries, this step isnt needed anymore

emcauliffe commented 1 year ago

follow ups: