You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Google has a benchmarking library that goes along well with googletest, which we already use for unit testing. If we setup some benchmarks of the rrt, it will allow us to see how performance is affected by different changes, such as using a kd-tree to speed up nearest-neighbor lookups (see issue #7).
The text was updated successfully, but these errors were encountered:
It looks like I might be too busy for Robojackets this summer...internship is quite a heavy load for me. I'll unassign myself for now, but I may secretly work on this if I have time. If so, I'll post whatever I do.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Google has a benchmarking library that goes along well with googletest, which we already use for unit testing. If we setup some benchmarks of the rrt, it will allow us to see how performance is affected by different changes, such as using a kd-tree to speed up nearest-neighbor lookups (see issue #7).
The text was updated successfully, but these errors were encountered: