Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (10 sloc)
410 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add to ~/.bashrc: | |
# source ~/rover/bashrc.bash | |
source /opt/ros/kinetic/setup.bash | |
source /home/ubuntu/catkin_ws/devel/setup.bash | |
source /etc/ubiquity/env.sh | |
export ROS_PARALLEL_JOBS=-j2 # Limit the number of compile threads due to memory limits | |
export PS1='\u@\h:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)")\$ ' | |
pifi status | |
ifconfig | grep "inet addr" | grep -v 127.0.0.1 | |
~/rover/print_status.py | |