He, Peng

A Roboticist.

Be Focused & Cool.


Tag: Setup


  1. How To Setup Docker with Detectron

    Abstract: Being talked around docker with machine learning, I finally get the chance to learn and set it up. This post is about what is docker and how to use it. Docker Logic Docker in short words has two confusing items: image and container. * An…

    Machine Learning, How To, Setup, DetectronRead More

  2. 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

  3. How To Setup Windows Subsystem of Ubuntu and Forwarding its Desktop(Graphics) to Windows

    Abstract: This post is a reference article that I have tested working with on a Windows with Ubuntu 18.04. Most posts on the internet about this topic do not work/ lack of updates. https://www.pcgamer.com/linux-in-windows-10/ Guidelines 1. Enable…

    Setup, Linux, WSLRead More

  4. 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