Giter Club home page Giter Club logo

marsrover2018's Introduction

MarsRover2018

Build Status

All software for the 2018 UWRT Mars Rover

To get all required dependencies, navigate to the project root directory and run:

./install_dependencies.sh

Put all future dependencies in the dependencies.rosinstall file

Simulation

Ensure that all submodules are loaded, and that the husky submodule is on the kinetic-devel branch. Comment out the spawn_husky node in "husky/husky_gazebo/launch/spawn_husky.launch" and the GPS and IMU sensors in "husky/husky_description/urdf/husky.urdf.xacro".

Rename all mesh paths in "simulation/launch/simulation_worlds/simple_world.world" to point to the appropriate directory in your workspace.

Coding Standards

For C++ code, we follow the ROS coding guidelines. There is a .clang_format file that can automatically format your C++ code in the correct style.

To run the formatter, install the package clang-format

sudo apt install clang-format

Once the package is installed, you can run the following command:

cd <folder containing repository>/Workspace/src
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format -i -style=file $1

For Python 2.7 code, we follow the PEP8 standard. Install pycodestyle to find any styling errors.

sudo pip install pycodestyle

To check your Python files:

cd <folder containing repository>/Workspace/src
find . -name '*.py' -exec pycodestyle {} \;

marsrover2018's People

Contributors

tommeredith14 avatar archielee avatar adityamatam avatar wmmc88 avatar zameerbharwani avatar kieran-ratcliffe avatar lijerryli avatar tandronescu avatar chaddy1004 avatar jaku-jaku avatar chad100 avatar mayankanand007 avatar rushil23 avatar

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.