Skip to content
View surynek's full-sized avatar

Block or report surynek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. RR1 RR1 Public

    RR1: Real Robot One - a DIY 3D-Printable Desktop Robotic Arm. RR1 is a 6-axis robotic arm based on 3D printed parts, uses stepper motors Nema 23 and Nema 17 and custom (split ring) planetary gearbo…

    41 7

  2. boOX boOX Public

    Multi-agent path finding (MAPF), Token Swapping (TSWAP) and related solvers. Among others SMT-based solvers, variants of CBS, and SAT-based solvers are implemented. Recently also continuous variant…

    C++ 18 11

  3. reLOC reLOC Public

    An experimental package for solving various versions of multi-agent path finding problem (MAPF). Most of solvers in the package are based on the reduction to propositional satisfiability (SAT). Thi…

    C++ 9 6

  4. RR1_firmware RR1_firmware Public

    Arduino DUE program representing firmware for the RR1 robotic arm

    C++

  5. RR_xoft RR_xoft Public

    Real Robot Software

    C++

  6. vsat vsat Public

    This is an implementation of vanilla CDCL SAT solver. Includes standard features but nothing above that. If you cannot beat any solver from the SAT competition but still want to beat someone, then …

    Shell