open-rmf / mapf

Multi-agent (path finding) planning framework
Apache License 2.0
53 stars 5 forks source link

Temporary workaround for typename size limits #21

Closed mxgrey closed 3 months ago

mxgrey commented 3 months ago

This should fix CI by inflating the limit for typename sizes. This is only meant to be a temporary workaround until I have time to refactor the library so it no longer depends on implicit typenames which are generated by nightly features.