Skip to content
Snippets Groups Projects
Commit 1fda950b authored by fvalenza's avatar fvalenza
Browse files

Merge pull request #86 from jcarpent/devel

[C++][Fix Bug] Update function name according to the new API
parents 5907c2a2 fc5a6373
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ int main()
timer.tic();
SMOOTH(NBT)
{
geometry(romeo_model,romeo_data,qs_romeo[_smooth]);
forwardKinematics(romeo_model,romeo_data,qs_romeo[_smooth]);
}
double geom_time = timer.toc(StackTicToc::US)/NBT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment