Skip to content

Commit

Permalink
Update tutorial.rst (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksherling authored and Squid5678 committed Oct 28, 2024
1 parent 4a67e5f commit 449b1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ but here are some more hints.
* The motion command for driving in a straight line is :cpp:`"path_target"`.
* You will probably need to override some methods relating to passing, but you can leave their implementations empty. They don't need to do anything in your position, as your robot will not pass the ball
* The simulator tells you the coordinates of your cursor—these are the same coordinates you can use in your motion commands.
* You will need to add the new file name you create to ``soccer/src/soccer/CMakeLists.txt``. See how this is done for other positions.

Testing
~~~~~~~
Expand Down Expand Up @@ -668,4 +669,4 @@ Here are all the external links from this document, copied again for your easy r

* `C++ Inheritance`_

.. _C++ Inheritance: https://www.learncpp.com/cpp-tutorial/basic-inheritance-in-c/
.. _C++ Inheritance: https://www.learncpp.com/cpp-tutorial/basic-inheritance-in-c/

0 comments on commit 449b1e4

Please sign in to comment.