Skip to content
Snippets Groups Projects
Commit fc5a6373 authored by jcarpent's avatar jcarpent
Browse files

[C++][Fix Bug] Update function name according to the new API

parent 5907c2a2
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ int main() ...@@ -91,7 +91,7 @@ int main()
timer.tic(); timer.tic();
SMOOTH(NBT) 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; 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