Skip to content

Fix bug where SphereTracer's max ray length was not updated.#105

Open
deivse wants to merge 1 commit intonvidia-isaac:publicfrom
deivse:public
Open

Fix bug where SphereTracer's max ray length was not updated.#105
deivse wants to merge 1 commit intonvidia-isaac:publicfrom
deivse:public

Conversation

@deivse
Copy link
Copy Markdown

@deivse deivse commented Dec 2, 2025

In ProjectiveAppearanceIntegrator, the SphereTracer's max ray length was initialized once at construction to the value of max_integration_distance_m_. However, max_integration_distance_m_ can be updated later via setter, which did not update the max ray length.

Fix is by making the setter virtual and overriding in ProjectiveAppearanceIntegrator to also set max ray length.

I think this might be the issue reported in #94.

… whenever max integration distance is changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant