Skip to content

Companion

nkuza edited this page Feb 1, 2024 · 1 revision

SSH from Jetson to Pi

The Jetson needs to be able to SSH into the companion Pi without a password in order to remotely launch mavros.

Here is a good guide on setting this up: https://www.strongdm.com/blog/ssh-passwordless-login

TLDR:

Create SSH key pair on the Jetson.

On the Jetson, run the following command to copy the public key to the Pi:

ssh-copy-id pi@192.168.2.2

Common Terms

Competition Overview

Electronics

        AHRS

        E Stop

        DVL

        IMU

        Submarine Essentials

        Thruster Controller Board

FAQ

        Base Station

Home

Project Versions

Setting up Development Environment

Software

        High Level Diagram

        Jetson

        Perception

                Competition Tasks

                Model Training

        Runbook

        Thruster Mixing

        DVL

Deprecated

        Pixhawk

        Old Thruster Mixing

        Companion

Clone this wiki locally