Skip to content

Commit 305f1e4

Browse files
committed
Merge branch 'master' of github.com:ahundt/robotics_setup
* 'master' of github.com:ahundt/robotics_setup: Update photo update since this is also used with 18.04
2 parents 82dea24 + 6199e19 commit 305f1e4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Ubuntu Setup Scripts for Robotics & Machine Learning
22

3-
![Robotics Automated Setup](https://upload.wikimedia.org/wikipedia/commons/5/5d/Advanced_Automation_for_Space_Missions_figure_5-29.gif)
4-
3+
![Robotics Automated Setup](https://user-images.githubusercontent.com/55744/113743633-e2a92800-96d1-11eb-9c09-611af3ca626d.png)
4+
<!-- Photo from NASA via wikimedia commons https://commons.wikimedia.org/wiki/File:Self-replicating_machine.png NASA Conference Publication 2255 (1982), based on the Advanced Automation for Space Missions NASA/ASEE -->
55
This contains a set of linux setup scripts consolidated from across the web to make it easy to set up a new computer for robotics and deep learning, with links to the original sources and brief descriptions in the comments of each script. Install scripts are kept simple and minimal so you can easily change them for your needs.
66

77
Manual steps are necessary for some scripts, so be sure to check the comments!
88

99
These scripts are written for:
10-
- x86_64 Ubuntu Linux 14.04 and 16.04
10+
- x86_64 Ubuntu Linux 14.04, 16.04, 18.04
1111
- NVIDIA GPUs such as GeForce GTX 1080, and Titan X.
1212

1313
There is also some support for:

xonsh.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ fi
100100

101101

102102
############################
103-
# config.json
104-
if [ ! -f $HOME/.config/xonsh/config.json ] ; then
105-
mkdir -p $HOME/.config/xonsh/
106-
ln -s $DIR/.config/xonsh/config.json $HOME/.config/xonsh/config.json
107-
fi
103+
# xonsh config.json. Disabled because it is no longer supported in Xonsh 0.9.x
104+
# if [ ! -f $HOME/.config/xonsh/config.json ] ; then
105+
# mkdir -p $HOME/.config/xonsh/
106+
# ln -s $DIR/.config/xonsh/config.json $HOME/.config/xonsh/config.json
107+
# fi
108108

109109

110110
############################

0 commit comments

Comments
 (0)