-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spline merge #151
Spline merge #151
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 69.54% 70.83% +1.28%
==========================================
Files 69 69
Lines 2476 2527 +51
Branches 314 322 +8
==========================================
+ Hits 1722 1790 +68
+ Misses 576 558 -18
- Partials 178 179 +1
☔ View full report in Codecov by Sentry. |
21d38e2
to
35a5476
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to myself: @urmahp should be noted as coauthor in the merge.
|
This enables the robot controller to interpolate the splines in joint space
Change the version to support urscript scalar operations
Comments the keepalive in the examples Co-authored-by: Felix Exner (fexner) <[email protected]>
48b043f
to
d3940c9
Compare
To avoid sudden jump in velocity Also updated the spline example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good and I tested it with the example and the ROS1 driver PR.
Added Forward Spline interpolation to make the robot handle spline by it self
An attempt to merge #103