AUV-IITK/fourtran

Name: fourtran

Owner: AUV-IITK

Description: Repository for four-wheeled drive robot, FourTran

Created: 2018-02-25 13:48:25.0

Updated: 2018-05-01 13:06:21.0

Pushed: 2018-04-01 16:40:43.0

Homepage: null

Size: 66

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

FourTran: Four-wheeled Ground Robot

This repository contains the code for our ground robot FourTran. The robot would be actuated using four brushed DC motors and contains omni-wheels which enable it to perform motions like sway and differential turning.

The main purpose of the robot is to act as a testing robot for our vision and controls algorithms which we later hope to implement on our underwater vehicle.

How to build the repository?
  1. Create a catkin worspace following the guidelines given here

    r -p ~/catkin_ws/src
    /catkin_ws/src
    in_init_workspace
    .
    in_make
    
  2. Clone this repository to your catkin workspace

    /catkin_ws/src
    clone https://github.com/AUV-IITK/fourtran.git
    
  3. Install all dependency packages to run the repository

    DO List
    
  4. Build the package using catkin_make

    /catkin_ws
     maximize performance, build the workspace in Release mode
    in_make -DCMAKE_BUILD_TYPE=Release
    
Contribution Guidelines

To get started with contributing to this repository, look out for open issues here. Kindly read the Developer's Guide before sending a pull request! :)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.