UAlbertaFSAE / f1tenth

MIT License
0 stars 0 forks source link

Networking setup for easy SSH into Jetson #68

Open Jquinny opened 2 months ago

Jquinny commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

We need the ability to access the jetson remotely through our laptops. It is a pain to have to go to the clubs room and plug in a keyboard, mouse, and monitor into the jetson to do development on it, not to mention we are limited by the number of USB ports available. We have to be able to ssh into the vehicle for doing any testing while driving it anyways.

There is also a slight issue with the ethernet adapter on the jetson. The operating system doesn't recognize eth0, so we have to use a usb-to-ethernet dongle in order for ethernet to work. This is a major inconvenience cause it takes away one of the available usb ports.

Describe the solution you'd like A clear and concise description of what you want to happen.

We need a few things:

Being able to connect to the jetson when it is in different places would be nice as well. I'd like to be able to connect to it remotely whether it is in the clubs room or in the breezeway (although the dense concrete might render that impossible). I would really like to be able to drive the rc car remotely in the etlc parking garage, as outside testing might be tough in the winter. This means the wireless access point must work down there.

I would like to not rely on any other clubs to have this happen, so we need to get this all set up ourselves.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Right now we are mooching off of ARVP like crazy, using their ethernet switch, their in-person and remote servers, and their wireless access point to have remote access to our jetson. This requires us to have SSH keys set up on their server and to do a bunch of weird stuff with it. The process is convoluted to say the least, and not scalable or sustainable for new members to use. Only I have access to remotely access the jetson right now.

Additional context Add any other context or screenshots about the feature request here.

Jquinny commented 2 months ago

Just a quick update:

all that is left is getting a wireless access point (either test first with ARVP's or just buy one) set up in the clubs room so we can locally ssh into the car without internet and without ethernet cables.