This is only for setting up a new computer to control the hardware! If you're using the computer that has already been set up, you can skip this section.
The following are instructions for setting up the REx Hopper computer such that it is compatible with the RosDockerWorkspace environment.
-
Update the UEFI BIOS using these instructions.
- Use
GO.nsh
rather thanGO_Entire.nsh
.
- Use
-
Update the kernel.
-
Setup user GPIO/SPI/I2C Permissions.
-
Install Docker. But do NOT build the RosDockerWorkspace container. It will take up too much filespace and is incompatible with the PCAN drivers.
-
Pull the microstrain-inertial ROS Docker image for the 3DM AHRS.
sudo docker pull microstrain/ros-microstrain_inertial_driver:ros
-
See the Environment Setup Doc.