Giter Site home page Giter Site logo

me131's Introduction

ME131 Vehicle Dynamics and Control

Repository for homework and lab assignments for Berkeley's ME131 class.

Connecting to the Odroid

  1. SSH into the Odroid, connect to the network: barc-traxxas-13

    ssh -X [email protected]

    password: odroid

  2. To copy a directory on the BARC back to the local machine

    scp -r [email protected]:/path/to/remote/file /destination/path

    or transfer a file from the local machine to the barc

    scp /path/to/local/file [email protected]:/destination/path

  3. There's also stfp login for transferring files

    sftp [email protected] then use get and put (which have -r recursive options) to transfer files back and forth (or mget and mput for multiple files), you can use wildcard flags like mget *.jpg to get all the jpg files in the directory.

  4. Lastly, you enter the remote into nautilus like ssh://[email protected] (you can also use ``sftp, it will automatically change ssh` into `sftp` in nautilus) to view its file system in nautilus and copy and files by drag and drop.

Connecting via VNC Viewer

  • Make sure that you are connected to your car’s wifi.

  • In the VNC server prompt, enter your Odroid’s IP address: 10.0.0.1 and click Ok. You should now see the BARC’s Odroid screen on your laptop, and be able to control it using your regular mouse and keypad.

Running ROS code on the Odroid

  1. To start up a data service to record all experiments to rosbags use:

    roslaunch data_service service.launch

    Note this only records default BARC topics.

  2. And to run a launch file

    roslaunch labs lab5.launch id:="unique experiment id here"

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.