-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pps with modulations dev multi event #32
Pps with modulations dev multi event #32
Conversation
…om/robotology/peripersonal-space into pps-with-modulations-devMultiEvent
…ve spherical sectors (not tested)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot obviously tell anything about the functionalities because I cannot test it, but the code inspection was fine for me. Feel free to merge!
bool removeSample(IncomingEvent4TaxelPWE ie); | ||
|
||
/** | ||
* Check if the input sample is inside the Receptive field (i.e. the cone) | ||
* Check if the input sample is inside the Receptive field (composed of a cone and a cylinder) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this now moved to the new represenation we discussed about (the shifted spherical sector)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well spotted. just committed. thanks.
updating comments in header file - new RF
This contains mainly:
fixes #27