allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Throw error if empty vector of states is given to Trajectory constructor in C++

Open ysthakur opened this issue 2 years ago • 2 comments

Closes #4141.

ysthakur avatar May 17 '22 13:05 ysthakur

Does this apply to Java as well?

Starlight220 avatar May 17 '22 13:05 Starlight220

Java doesn't segfault, but yeah, it'd be helpful there too. I'll wait to see if there's a legitimate use for empty states before committing, because there are no-arg constructors in both Java and C++ (@Starlight220).

ysthakur avatar May 17 '22 14:05 ysthakur