We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0ae05 commit de118dfCopy full SHA for de118df
include/ur_client_library/control/motion_primitives.h
@@ -68,7 +68,7 @@ struct MotionPrimitive
68
std::chrono::duration<double> duration;
69
double acceleration;
70
double velocity;
71
- double blend_radius;
+ double blend_radius = 0.0;
72
73
virtual bool validate() const;
74
};
0 commit comments