Mads Holm Peters

Results 15 issues of Mads Holm Peters

… vel and acc This is done since the velocity and acceleration is given in the body-local reference frame. The math supporting this change, can be found [here](https://arxiv.org/abs/0811.2889v1). I will...

A big acknowledgement should be given to @fmauch and @urmarp as they have build the foundation for this PR in #26 and #137. I have tried to address the most...

…s limits This will break the test_joint_trajectory_position_interface test in the ROS Driver as part of the test is designed to activate the speed scaling by sending unreachable targets. These changes...

When introducing new changes to the client library, the changes applied could potentially make the drivers that are dependent on this library stop functioning properly. (ROS driver and Isaac driver)...

If you call startConsumingRTDEData(), from the ExampleRobotWrapper class, within your program and forget to call stopConsumingRTDEData(), before your program terminates it will throw an exception, because the class is destroyed...

bug