-
Notifications
You must be signed in to change notification settings - Fork 2
SSH Config
norlab-warthog edited this page Oct 11, 2024
·
7 revisions
Put this code into your .ssh/config
file (or download the file directly with wget -O ~/.ssh/config https://raw.githubusercontent.com/norlab-ulaval/Norlab_wiki/main/robots/config
) to get easy access to Norlab's robots without the hassle of remembering IP addresses.
# GitHub
Host github.com
HostName ssh.github.com
Port 443
# NORLAB robots
Host marmotte-dell
Hostname 192.168.5.100
User robot
Host marmotte-xavier
Hostname 192.168.5.101
User robot
Host husky-dell
Hostname 192.168.7.2
User robot
Host backpack
Hostname 192.168.8.100
User robot
Host warthog-low-level
Hostname 192.168.3.2
User robot
Host warthog-high-level
Hostname 192.168.3.3
User robot
Host warthog-jetson-orin
Hostname 192.168.3.5
User robot
Host sphere
Hostname 192.168.13.1
User ubuntu
Host sphere-wifi
Hostname 192.169.13.1
User ubuntu
Host cube
Hostname 10.42.0.1
User ubuntu
Host theodolite-master
HostName 192.168.0.241
User pi
Port 22
Then simply ssh e.g. ssh husky
. Also, you can use ssh-copy-id husky
to free yourself of writing passwords each time.
- Warthog Teach and Repeat (ROS1)
- Warthog Teach and Repeat (ROS2)
- Time Synchronization
- Deployment of Robotic Total Stations (RTS)
- Deployment of the backpack GPS
- Warthog Emlid GPS
- Atlans-C INS
- How to use a CB Radio when going in the forest
- IP forwarding
- Emlid Data Postprocessing (PPK)
- Lessons Learned
- Robots' 3D Models
- Order Management
- Fast track Master → PhD
- Intellectual Property
- Repository Guidelines
- TF Cheatsheet
- Montmorency Forest Wintertime Dataset
- RTS-GT Dataset 2023
- Deschenes2021 Dataset
- TIGS Dataset
- DRIVE Datasets
- BorealHDR
- TimberSeg 1.0
- DARPA Subterranean Challenge - Urban Dataset
- How to upload a dataset to VALERIA
- ROS1 Bridge
- Migrating a repository to ROS2 (Humble)
- ROS2 and rosbags
- MCAP rosbags
- DDS Configuration (work in progress)
- Using a USB Microphone with ROS2
- ROS2 in VSCode
- ROS2 Troubleshooting