/testSim

Primary LanguageC++OtherNOASSERTION

Document Title

A paragraph with C++ and italic text. A link to Eclipse. A reusable link to GitLab.

An image

1. Section title

Note
One of five built-in admonition block types.

1.1. Subsection title

TASK 1

Compile and deploy the code to the test bench. Run Shuffleboard and select the "SmartDashboard" tab. Move the motor disc by hand and observe the encoder value changing. Now select TeleOperated in the Driver Station and Enable the roboRIO. As you move the joystick, Shuffleboard will display the joystick output, the motor percent output (which should be the same), and the encoder distance.

Text indented by one space is preformatted.

A source block with a Ruby function named hello that prints “Hello, World!”:

  typedef units::unit<std::ratio<1,2048>, units::turns> tics;
  typedef units::unit_t<tics> tics_t;