Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 450 Bytes

File metadata and controls

18 lines (12 loc) · 450 Bytes

Simple Continuous Time System

This is the hello world for the drake::system classes.

How do I build it?

Follow the instructions in the README for this project.

How do I run it?

# Switch to the build directory
cd build/src/simple_continuous_time_system
# Run the tests
./simple_continuous_time_system

Note that there is no interaction nor output from this program. It is merely intended to exercise the code.