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
We ran your program with the datasets you provided in your website and it works perfectly. However, when we pass our images and trajectory.txt obtained from gazebo to the program, nothing gets rendered.
When we commented this line, we get images like these.
We inspected the result of axis.dot(downLook)<0.4 and the values came out to be negative. Do you have any idea why that is the case?
Thank you.
The text was updated successfully, but these errors were encountered:
We ran your program with the datasets you provided in your website and it works perfectly. However, when we pass our images and trajectory.txt obtained from gazebo to the program, nothing gets rendered.
When we commented this line, we get images like these.
We inspected the result of
axis.dot(downLook)<0.4
and the values came out to be negative. Do you have any idea why that is the case?Thank you.
The text was updated successfully, but these errors were encountered: