Skip to content
View PeteBlackerThe3rd's full-sized avatar
💭
Cramming in a couple of extra hours each day
💭
Cramming in a couple of extra hours each day

Highlights

  • Pro

Block or report PeteBlackerThe3rd

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. tflite_analyser tflite_analyser Public

    Command line utility to display various high level information about a TFlite model flatbuffer

    Python 29 1

  2. Rotation quaternion average calculat... Rotation quaternion average calculation function using Eigen
    1
    #include <Eigen/SVD>
    2
    
                  
    3
    /// Method to find the average of a set of rotation quaternions using Singular Value Decomposition
    4
    /*
    5
     * The algorithm used is described here:
  3. ocular_roboteye_ros ocular_roboteye_ros Public

    ROS driver for the Ocular Robotics Roboteye LiDAR

    C++

  4. ROS_Herkulex ROS_Herkulex Public

    ROS driver Herkulex Servos, supports single jogs and angular rate control.

    C++ 1

  5. drop in non-blocking replacement for... drop in non-blocking replacement for std::getline
    1
    #include <iostream>
    2
    
                  
    3
    bool getline_async(std::istream& is, std::string& str, char delim = '\n') {
    4
    
                  
    5
        static std::string lineSoFar;
  6. TFMin TFMin Public

    Tensorflow model to C++ code generator. Produces lightweight C++ with minimal build dependencies, ideal for deployment to embedded systems.

    Python 8 3