Skip to content
View tdenewiler's full-sized avatar

Block or report tdenewiler

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

    ROS node examples with parameter server, dynamic reconfigure, timers, and custom messages for C++ and Python.

    C++ 106 27

  2. triboelectric/statick Public

    Making code quality easier.

    Python 73 14

  3. mae283-lectures Public

    Lectures for MAE 283: Parameter Estimation at UCSD, Professor: Raymond de Callafon, Fall 2009

    TeX 3

  4. make_movie Public

    Make a movie from a set of images in a directory. Can be used with youtube.

    Python 1

  5. ROS Synchronization Example
    1
    cmake_minimum_required(VERSION 2.8.3)
    2
    project(sync_example)
    3
    
                  
    4
    find_package(catkin REQUIRED COMPONENTS message_filters roscpp sensor_msgs)
    5
    
                  
  6. statick Public

    Forked from triboelectric/statick

    Framework for aggregating results from static analysis tools

    Python