Skip to content

A utility that configures a development laptop to work with a robot running ROS depending on what network it is on.

Notifications You must be signed in to change notification settings

paulsammut/robonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

robonet

roboset is a utility that sets up the computer's networking settings to work with primo either at home or at the shop. I wrote this after getting tired of editing the hosts file manually on two computers and opening a vpn every morning.

What robonet does

  • Take in a host argument (-H):

    • dev-laptop
    • primo
  • Take in a network argument (-n):

    • home (default)
    • shop
    • field
  • Take a ROS_MASTER argument (-r):

    • primo
    • dev-laptop
  • Modify /etc/hosts file and put in the right ip

  • If ROS_MASTER argument provided, set it in the ~/.zshrc file.

Script must be run as sudo to edit the /etc/hosts file

About

A utility that configures a development laptop to work with a robot running ROS depending on what network it is on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages