Skip to content
Snippets Groups Projects
Commit 99a7295b authored by stonneau's avatar stonneau Committed by GitHub
Browse files

Update README.md

parent 0c4a333d
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@ waypoints.push_back(std::make_pair(2., Eigen::Vector3d(1,1,0)));
exact_cubic_t* eff_traj = effector_spline(waypoints.begin(),waypoints.end());
effector_spline_rotation traj(waypoints.begin(), waypoints.end());
// evaluate spline
(*eff_traj)(0.); // (0,0,0)
(*eff_traj)(2.); // (1,1,0)
......
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