Skip to content
View lnfu's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report lnfu

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lnfu/README.md
  • 👋 Hi, I’m @lnfu
  • 🌱 I’m currently learning CS at NYCU

Pinned Loading

  1. stretch3-web-teleop stretch3-web-teleop Public

    A browser-based teleoperation dashboard for the Hello Robot Stretch 3

    Python 1

  2. stretch3-zmq stretch3-zmq Public

    A simple ZeroMQ-based driver for the Hello Robot Stretch 3.

    Python 1 1

  3. HCIS-Lab/interp HCIS-Lab/interp Public

    Interactive visualization and exploration of advanced interpolation techniques in robotics and 3D graphics

    TypeScript

  4. HCIS-Lab/home-meta HCIS-Lab/home-meta Public

    Monorepo for managing and building the HCIS-Lab Home Robot Stack

    Shell 2

  5. lolainta/ansible-slurm lolainta/ansible-slurm Public

    Ansible script for installing slurm for HPC

    Jinja 1

  6. a python script converts PDF into i... a python script converts PDF into image
    1
    #!/usr/bin/python3
    2
    # require pdf2image (and poppler)
    3
    import sys
    4
    from pdf2image import convert_from_path
    5