Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this section you can find code examples for a first simple program to test your environment and get familiar  with it. This code will let your vehicles drive in a circle (not attached to the map)

The code also includes a possible solution to drive a figure eight in the comments.

Procedure:

  1.  Write your code in C++ or Matlab
  2.  Compile it
  3. Upload it to the LCC
  4. Press "employ"




C++

Circular trajectory generation for one vehicle

MATLAB

Circular trajectory generation for one vehicle