Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Handle connecting to the odroid through custom routes instead of IP addresses. #57

Open
HALtheWise opened this issue May 9, 2017 · 1 comment
Assignees

Comments

@HALtheWise
Copy link
Contributor

HALtheWise commented May 9, 2017

Basic idea is to setup both your computer and the odroid to know each other by hostname, even when on OLIN-ROBOTICS. This should make ROS happier, and everyone's lives better.

Requires making a shell script or something.

@HALtheWise HALtheWise created this issue from a note in RoboBoat 2017 tasks (Improvements) May 9, 2017
@HALtheWise HALtheWise self-assigned this May 9, 2017
@HALtheWise
Copy link
Contributor Author

Can find my IP address with something like
ip route get 8.8.8.8 | head -1 | cut -d' ' -f8

Can add a network route via putting a line in /etc/hosts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant