Skip to content
View vvrs's full-sized avatar

Block or report vvrs

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
vvrs/README.md

Hi there 👋

Github stats

Top Languages Card

Pinned Loading

  1. MPPIController Public

    Robot Controls Course Project

    MATLAB 58 25

  2. pythonapi-test Public

    Path Planning and Control module with CARLA and ROS BRIDGE

    Python 10 1

  3. rndf_reader Public

    Python Script to read Route Network Definition File and generate geometric curves

    Python 2

  4. bezier-approximation Public

    Python

  5. DRLND Public

    Udacity Deep Reinforcement Learning Nano Degree Projects

    ASP 4 2

  6. eigen_sor.cpp
    1
    #include <iostream>
    2
    #include <Eigen/Core>
    3
    
                  
    4
    /**
    5
     * Solve the linear system Ax=b using the Successive Over Relaxation (SOR) method.