Giter Club home page Giter Club logo

quteeai's Introduction

Qutee_v2

Repository for the base code and design of the Qutee V2 robot

Environment Setup

Setup your Linux environment and Docker.

Linux

For Linux, you can choose WSL OR a VM

Window Subsystem for Linux (WSL)

Allows a linux distro to run directly on a Windows machine. The default distro will be Ubuntu

  • Step 1 - WSL install command

    • Open powershell or windows cmd in administrator mode
    • Enter the command, then restart your machine
      wsl --install

For more info: https://learn.microsoft.com/en-us/windows/wsl/install

Virtual Machine (VM)

TBC

Docker

WSL ONLY

  • Step 2 - Modify Docker Settings
    • Ensure "Use the WSL 2 based engine" is checked.
    • Go to Settings > Resources > WSL > Enable Integration

For more info: https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers


Installing ROS2

  • Step 1 - Set Locale

    locale  # check for UTF-8
    
    sudo apt update && sudo apt install locales
    sudo locale-gen en_US en_US.UTF-8
    sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
    export LANG=en_US.UTF-8
    
    locale  # verify settings
  • Step 2 - Enable required respositories

    • Enable Ubuntu Universe repository
    sudo apt install software-properties-common
    sudo add-apt-repository universe
    • Add the ROS 2 GPG key with apt
    sudo apt update && sudo apt install curl -y
    sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
    • Add the repository to your sources list
    echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
  • Step 3 - Install ROS2

    • Update your apt repository caches after setting up the repositories.
    sudo apt update
    • Make sure system is up to date
    sudo apt upgrade
    • Install ROS2
    sudo apt install ros-humble-desktop
  • Step 4 - Setup Environment

    source /opt/ros/humble/setup.bash
  • Step 5 - Test

    ros2 wtf
    • Should say "All 5 Checks Passed"

For more info: https://docs.ros.org/en/iron/Installation/Ubuntu-Install-Debians.html

Getting Access to Repository on Linux

  • Step 1

    • In your Linux/Ubuntu VM/Ubuntu App/WSL Powershell, generate SSH key, please keep it out of the repo dir
    ssh-keygen
  • Step 2

    • name the generated key anything you want and skip the re-paraphrasing bit
    • this will generate the $name.pub file and the $name, where the later is the private and the former the public key.
  • Step 3

    • Request zin-lin on Discord and send your $name.pub file's content.
  • Step 4

    • activating your key on Local Linux on your system.
    • eval "$(ssh-agent -s)"
      ssh-add path/to/your/private/file/$name
  • Step 5

    • See if your key connection works
    • The following will be printed if it does
    • PTY allocation request failed on channel 0
      Hi zin-lin/QuteeAI! You've successfully authenticated, but GitHub does not provide shell access.
      Connection to github.com closed.
  • Step 6

    • Allocate where you want the project and pull
    • mkdir qtai
      cd qtai
      git init
      git remote add origin [email protected]:zin-lin/QuteeAI.git
      git pull origin master

Software Compilation and Process

The Software for the Qutee Robot will mainly depend on what hardware component is used during the assembly process. Use the Adaptive folder if you are following what adaptive-intelligent-robotics are doing. Otherwise, for simple operations and starting with Robotics you may use any other folder inside software folder. The following are components are for all solutions.

Electronics Hardware Components

  • 12x XL330 m288t or XL330 m077 Motors Dynamixel.
  • 1x Adafruit ESP32s3 Reverse Feather TFT Adafruit.
    • Do Not buy the ESP32s3 TFT because we are not sure if that solution will work or not as the Dynamixel2Arduino Library is not transmitting TX channel on said board.
  • 1x Dynamixel Shield Dynamixel.
  • 1x Dynamixel U2D2 PHB Dynamixel.
  • 1x Dynamixel U2D2 Device Dynamixel.
  • 1x Arduino Uno Rev 3 Board Arduino.
  • 1x Arduino ESP32 Nano Arduino.

Please follow the commands under the software folder to deal with Firmware build and flash.

quteeai's People

Contributors

zin-lin avatar andy-dickinson avatar guy-gc avatar malkybar avatar nybble02 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

quteeai's Issues

3D print

print all parts with 3D printer

Assembly

Assemble the ROBOT, and prepare tech specs

Research ROS2

This is when Python can connect with the mortors.

URDF

Skeletal Tree build for simulation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.