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

Return a state that has same name as input in PointAttractor #241

Closed domire8 closed 2 years ago

domire8 commented 2 years ago

As @buschbapti found out while updating modulo, the PointAttractor DS returns a state that does not have the same name as the input state. This should not be the case, and is not the case for all the other DSs. This PR fixes this problem