Giter VIP home page Giter VIP logo

diego1's Introduction

  1. install ros-kinetic-desktop

  2. execute following commands:

     sudo apt-get install ros-kinetic-gmapping
    
     sudo apt-get install ros-kinetic-navigation
    
     sudo apt-get install ros-kinetic-hector-slam
    
     sudo apt-get install ros-kinetic-tf2-sensor-msgs
    
     sudo apt-get install ros-kinetic-openni-camera
    
     sudo apt-get install ros-kinetic-openni-launch
    
     sudo apt-get install libopenni-sensor-primesense0
    
     sudo apt-get install ros-kinetic-audio-common
    
     sudo apt-get install libasound2
    
     sudo apt-get install gstreamer0.10-*
    
     sudo apt-get install python-gst0.10
    

diego1's People

Contributors

diegorobot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

diego1's Issues

Issue with encoder readings

We are trying to use your modifications for our differential drive robot. The left encoder is giving us negative values, however when we modify the encoder_driver.ino with "0-left_enc_pos;" the left motor recieves 255 PWM singnal.

long readEncoder(int i)
{
if (i == LEFT) return 0-left_enc_pos;
else (i == RIGHT) return right_enc_pos;
}

It fixes the encoder values, but it affects somthing else. Same thing happens if we change the encoder wires.

Do you have any tips on how to fix this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.