Giter Site home page Giter Site logo

romainreignier / robot2017 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.02 MB

Software for the robot of the Eurobot team Supmeca Never Dies 2017.

License: Apache License 2.0

Makefile 2.19% C++ 41.81% C 38.51% Objective-C 6.55% CMake 8.99% Python 1.82% Shell 0.13%

robot2017's Introduction

robot2017

Software for the robots 2018.

  • firmware: firmware of the NucleoL476 board, based on ChibiOS RTOS.
  • ros_ws: workspace ROS to be run on the embedded computer.

System dependencies

For the development, Ubuntu 16.04 with ros-kinetic-dektop-full is needed.

Plus:

  • python-catkin-tools

Build

Make sure you initialize and update the submodules in order to build.

$ git clone https://github.com/romainreignier/robot2017.git
$ cd robot2017
$ git submodule init
$ git submodule update
$ cd ros_ws
$ catkin build

Firmware

Install a compiler suite (but a bit old):

$ sudo apt install binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

For Openocd, build from sources to get the support for the NucleoL476:

$ sudo apt install git autoconf libtool make pkg-config libusb-1.0-0 libusb-1.0-0-dev
$ git clone git://git.code.sf.net/p/openocd/code openocd-code --depth=1
$ cd openocd-code/
$ ./bootstrap 
$ ./configure 
$ make
$ sudo make install

Add user to dialout group (login or reboot needed)

$ sudo adduser $USER dialout

Rosserial

To generate the rosserial headers:

$ cd ros_ws
$ catkin build
$ source devel/setup.bash
$ cd ../firmware/common
$ rm -r ros_lib
$ rosrun rosserial_chibios make_libraries.py .

robot2017's People

Contributors

romainreignier avatar daviddelacre avatar ornellat avatar

Stargazers

 avatar

Watchers

 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.