davenakasone / Startup_C

The project includes some of the scripts transcribed in C++ language from the startup project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFMC - Startup C Project

The project contains the firmware for communicating with the Nucleo and control the robot movements (Speed with constant current consumption, speed with constant speed and steering);

Requirements

You need to install cmake and boost library for compilation.

Compilation

You need to type the following lines:

mkdir build
cd build
cmake ..
make

If the compilation terminates correctly, in the folder build appears a app1 named application. You can run it. It's a simple example, which moves the robot forward.

About

The project includes some of the scripts transcribed in C++ language from the startup project.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 98.8%Language:CMake 1.2%