KDL patches
Submitted by snrkiwi on Thu, 2011-01-13 14:04 |
Support specification of velocity (instead of duration) for a trapezoidal profile.
Also adds some tests for the trap. velocity profile class.
S
Orocos Real-Time ToolkitSmarter realtime. Safer threads
|
|
KDL patches
Support specification of velocity (instead of duration) for a trapezoidal profile. Also adds some tests for the trap. velocity profile class. |
KDL patches
On Thursday 13 January 2011 14:59:31 S Roderick wrote:
> Support specification of velocity (instead of duration) for a trapezoidal
> profile.
Wouldn't it be better to include the new function in the VelocityProfile base
class, I do not see a reason why the other velocity profile classes would not
be able to implement this function.
> Also adds some tests for the trap. velocity profile class.
> S
Ruben
KDL patches
On Jan 18, 2011, at 07:07 , Ruben Smits wrote:
> On Thursday 13 January 2011 14:59:31 S Roderick wrote:
>> Support specification of velocity (instead of duration) for a trapezoidal
>> profile.
>
> Wouldn't it be better to include the new function in the VelocityProfile base
> class, I do not see a reason why the other velocity profile classes would not
> be able to implement this function.
Hadn't even considered it as an option. I'll take a look at doing as you request, later this week.
S