robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Enums within classes are missing the class name in qualified references #193

Closed auscompgeek closed 1 year ago

auscompgeek commented 1 year ago

I'm seeing a bunch of compile errors trying to refer to pathplanner::StopEvent::WaitBehavior::BEFORE et al... should be under pathplanner::PathPlannerTrajectory::StopEvent.

_Originally posted by @auscompgeek in https://github.com/robotpy/robotpy-pathplannerlib/pull/7#discussion_r1058751403_