20 if (example_create_analytic_path_2nd(&path))
59 printf(
"TOPP2-RA done.\n");
61 printf(
"t_final = %.6f s\n", t_final);
62 printf(
"a_profile.len() = %zu\n", a_ra.
len);
63 printf(
"s(t) samples = %zu\n", s_t.
len);
void copp_vec_f64_free(struct CoppVecF64 vec)
Release a library-owned f64 vector returned by COPP.
struct CoppPath CoppPath
Opaque C handle for a library-owned Path.
void copp_path_free(struct CoppPath *path)
Release a path handle created by this module.
struct CoppRobot CoppRobot
Opaque C handle for a library-owned robot and constraint buffer.
void copp_robot_free(struct CoppRobot *robot)
Release a robot handle created by copp_robot_create.
Library-owned f64 vector returned to C.
size_t len
Number of initialized elements.