GithubHelp home page GithubHelp logo

mate_rov's People

Contributors

jacqquot avatar jadiker avatar jebking avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mate_rov's Issues

[CAMERA] Make camera tiltModule

Should take in a command message and move the camera using a servo as requested.

Also need to update joystickModule to send camera tilt.

[CONTROL] Soft stop

Tell thrusters to just stop until you re-enable them. Also anything to reset the ROV if it goes wild.

[THRUSTERS] Write a PID control loop for thrusters as an ino sketch.

The ino sketch should run a PID loop to control the 6 thrusters using feedback from the imu.
The sketch should also have a communications line with the pi over a serial connection.
Whenever the sketch gets a control message, it should update the set point of the PID loop.

The yaw, pitch and roll set point should be incremental. This means that when the sketch receives a message that updates the yaw, then the loop should permanently move the yaw set point in that direction. As a result, when you let go of the joystick, the ROV shouldn't "pop back" into the flat orientation.

[SENSORS] Write a module for interfacing with IMU

The module should:

  • Communicate with the IMU using raspberry pi's GPIO pins.
  • Initialize the IMU.
  • Get roll, pitch, yaw readings from the IMU
  • send roll, pitch, yaw readings to GUI via a new message type.

[PI] Reconfigure Raspberry Pi / No WiFi

I can't get it to connect to Harvard WiFi or even get its MAC address (wlan0 doesn't even show up from $ ifconfig -a, so I'm going to try to just reconfigure it all and re-document how to get it to work.

WiFi would make it easy to $ git pull from the Pi.

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.