-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adamc/launch rover doc #81
base: main
Are you sure you want to change the base?
Conversation
docs/running_on_rover.md
Outdated
|
||
``` | ||
> ssh trickfire@192.168.0.145 | ||
In Bash Now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would change this line and line 15 to comments. also mention that sshing will prompt a password
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also you can mention that the password to both the router and orin is just trickfire
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a question I want to bring up at the next software meeting regarding security vs how accessible we want to make the rover, as I am scared in the future that there could be an accident.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i mentioned this to vlad, and we both agreed this would not be an issue, but having a full discussion wouldn't be an issue. i unfortunately cant host a meeting this week however, as i am quite busy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. I just wanted to verify both software leads are aware and that it is already on the internet.
docs/running_on_rover.md
Outdated
Instructions on running code on Viator's computer | ||
|
||
1. Setup router and connect to the wifi network `trickfirerouter` on your computer (the router's password is on the router itself). | ||
- To get wifi to access Github, connect the ethernet cable to the router and the ethernet plug that is located overhead above the tables in the middle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention that this may be already done for you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to include the port on the router the ethernet cable needs to go in. i dont know off the top of my head
docs/running_on_rover.md
Outdated
|
||
1. Setup router and connect to the wifi network `trickfirerouter` on your computer (the router's password is on the router itself). | ||
- To get wifi to access Github, connect the ethernet cable to the router and the ethernet plug that is located overhead above the tables in the middle. | ||
2. Turn the rover computer on by plugging in the C-port charger. You will know the computer is on if the LED lights up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention that it will take a while to startup. generally, it is ready after its fans spin up very loudly.
Next time I am in the lab, I will go through the exact steps to verify everything. I believe the router's password is different from the orin what I remembered, for example. |
also, vlad has a branch that adds similar docs that we may not merge. if you could copy this changed file from his branch that'd be great: main...vlad/masterurc#diff-ef205e708820a1ef80768e9354c3a69f9cdfaed80870b8838d74a8f5aea964f5 |
K merge with Vlad's branch. Just 2 questions I have: Is the battery image i posted the 12V one? @VladimirKupryukhin Also, I was wondering if the master_flag is fully implemented and ready to be pushed? |
Added documentation on launching rover (moving it from mission control to here)
Also updated quick reference to reflect the current state