Coder Social home page Coder Social logo

tnka122 / bsl-plotter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kim-xps12/bsl-plotter

0.0 0.0 0.0 827 KB

All of my hobby pen-plotter (mechanical design, circuit diagram, controll software, etc...)

License: MIT License

Python 54.41% CMake 45.59%

bsl-plotter's Introduction

BSL-Plotter

Environment

  • Ubuntu 20.04
  • docker, docker-compose

[NOTE] This repository DOES NOT support NVIDIA graphic driver.

Installation

Hardware

The BSL-Plotter parts are in the bsl-plotter/stl directory. Please refer to URDF model for assembly. (3D model for assembly will be uploaded soon!)

It is recommended to use a 3D printer to create the parts. The recommended printing conditions are as follows.

  • Nozzle: 0.4mm
  • Filament: ABS, PLA, PETG
  • Support: enable
  • Wall: 0.6~1.0mm

Software

  1. Clone this repository

    git clone --recursive https://github.com/kim-xps12/bsl-plotter.git
    
  2. Launch docker container

    cd bsl-plotter/docker_ros
    docker-compose up -d
    
  3. Execute a command in a running container

    docker-compose exec mynoetic /bin/bash
    
  4. Check GUI

    xeyes
    
  5. Check OpenGL

    glxgears
    
  6. Enjoy your robotics!

ROS

You need to operate inside a docker container (mynoetic).

  1. Go workspace

    cd catkin_ws
    
  2. Build workspace and load settings

    catkin build
    source devel/setup.bash
    
  3. Launch rviz

    roslaunch bsl_plotter_description display.launch
    
  4. Launch IK solver

    roslaunch plotter_controller solve_ik.launch
    
  5. Run servo driver

    rosrun plotter_controller feetech_driver.py
    

Reference

How to use Terminator

bsl-plotter's People

Contributors

kim-xps12 avatar ayusukemiake avatar tnka122 avatar sifi-border avatar

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.