|
Haptic Controller
|
Go to the source code of this file.
Functions | |
| std::vector< float > | rt_to_ht (std::vector< float > joint_angles) |
| Converts the joint angles from the robot to haptic space. | |
| std::vector< float > | ht_to_rt (std::vector< float > joint_angles) |
| Converts the joint angles from the haptic to robot space. | |
| std::vector< float > ht_to_rt | ( | std::vector< float > | joint_angles | ) |
Converts the joint angles from the haptic to robot space.
| joint_angles | The joint angles in the haptic space. |
Definition at line 17 of file mapping.hpp.
| std::vector< float > rt_to_ht | ( | std::vector< float > | joint_angles | ) |
Converts the joint angles from the robot to haptic space.
| joint_angles | The joint angles in the robot space. |
Definition at line 7 of file mapping.hpp.