SINTEFMedtek/libromocc

speedl bug

Closed this issue · 1 comments

In robot.py, for speedl the velocity input is 6 elements long, but it is sent to _verify_limits which it looks like assumes it is 3 elements long. So speedl crashes. Is the intended behaviour to pass velocity[:3] to _verify_limits?

@androst can this be closed?