Open
Conversation
…k for matches into a double-length repeated string that gets searched to reduce the processor load when looking for flashing pattern matches.
…t speed for accuracy) and maximum reprojection error (adjust report frequency vs. error).
…mbined sensor, assuming a radius for the head that the HDK is on and that the rear sensor ends up right behind the front one.
…ation file. Made a config file for the OSVR HDK with two sensors, and another one for the HDK with all of the beacons acting as a single sensor (with an assumed location on the back of an assumed-sized head). This enable tracking of both the front and the back of the head, but has large angles in between where there is no tracking and will get things wrong for other head sizes and mountings.
Member
|
The device descriptor (specifically, the semantic section) should be dynamically created based on the config passed, if nothing else to allow the user to name their tracked targets and allow the plugin to normalize the coordinate system. Also, these docs, as well as the other ones recently added, should be linked in from the Doxygen documentation. See the doc directory for examples of how to do this. May have to add the directory to the doxyfile (the common one) for some markdown and image search path. |
Member
There was a problem hiding this comment.
this can be removed now, right?
…efined constant ahead of the function call.
… to a pull request comment.
…ng Markdown files.
…nfig file; it uses the default parameters.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows a config file to specify many more parameters to the algorithm. The most significant for developers will be the ability to specify the patterns and positions of beacons for one or more sensors. Modified the default config file to do this for the OSVR HDK. Made a second config file that has all of the beacons (front and back) on one rigid sensor. Wrote the developer documentation for how to add new sensors.