aliases

{: .notice--danger} This page is out of date. To set up your aliases, please follow the README in b-it-bots/dev-env

In order to be able to run code more smoothly, please use the aliases listed in this README. For your convinience, you can also clone the repository and use the following instructions:

Using the b-it-bots aliases and scripts

The repository b-it-bots/dotfiles contains a folder with some useful aliases and scripts for your .bashrc. To use them, first clone this repository to your home:

cd ~/
git clone gitgate@mas.b-it-center.de:b-it-bots/dotfiles.git

After you have cloned the repository, update the username with your username in the PCs.

Finally, simply add this lines to your .bashrc file:

source ~/dotfiles/alias/common.sh
source ~/dotfiles/alias/athome_aliases
source ~/dotfiles/alias/atwork_aliases

General

alias export_rosip='export ROS_IP=$(hostname -I)'

@home

Jenny

ssh

ROS

PC1

PC2

@work

youBot

ssh

ROS

See also

Last updated

Was this helpful?