He, Peng

A Roboticist.

Be Focused & Cool.


Tag: Bash


  1. My Bashrc

    It is very helpful to keep your bashrc consistant. # for tilix terminal # Use this commented line to create the link and first. # sudo ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh if [ $TILIX_ID ] || [ $VTE_VERSION ]; then source…

    Setup, Linux, ROS, BashRead More

  2. ROS Project Folder Structure Quick Setup Script

    Project Folder Structure Logic Preserver the file name and path to not break the download link. This script is here at My Github [https://github.com/CodyHex/setup_scripts/blob/master/create_robot_project.sh] Peng He 2/20/2019 --------------------…

    ROS, Setup, Project Folder Structure, BashRead More