epfl-lasa / control-libraries

A collection of library modules to facilitate the creation of full control loop algorithms, including state representation, motion planning, kinematics, dynamics and control.
https://epfl-lasa.github.io/control-libraries
GNU General Public License v3.0
27 stars 2 forks source link

Relocate Jacobian and JointState files #249

Closed eeberhard closed 2 years ago

eeberhard commented 2 years ago

To make the joint space source files more parallel to Cartesian space, I moved them to a new directory. This is a breaking change, but not as big as it seems. Because the namespaces in the library do not reflect the file structure, this change only affects the #include directives for downstream users.

Currently in C++ state_representation, we have:

Now it would be: