Skip to content
Snippets Groups Projects

Demo raspberry

1 unresolved thread
Files
31
+ 0
11
#ifndef __quadruped_reactive_walking_gep_add__
#define __quadruped_reactive_walking_gep_add__
namespace gepetto {
namespace example {
long add(const long a, const long b);
long sub(const long a, const long b);
} // namespace example
} // namespace gepetto
#endif
Loading