Arpit Agarwal

Results 9 comments of Arpit Agarwal

I did some digging. I see that the value `active` var changes from `[1, 1, 1, 1, 1, 1, 1, 1]` on line [integrator.cpp:221](https://github.com/mitsuba-renderer/mitsuba2/blob/master/src/librender/integrator.cpp#L221) to `[1, 1, 1, 1, 0,...

I am using perspective sensor for which `sample_ray()` method normalizes the `ray.d` and then multiplies with a rotation `trafo`. Therefore the `ray.d` should be a normalized vector. I expect the...

@dnageo thanks for your reply. I checked the numerical value in the middle of the planes by appending following code to the `depth_integrator` script. ``` image_np = np.array(bmp) print(f'top plane:{image_np[150,900]},...

Hi @dnageo thanks for checking back. I missed your last update. I checked on multiple machines. It seems that there is some discrepancy in results on mac. I tried with...

@mattVHartley I extended your implementation to apple. I am wondering what is the use-case of `saved_path` argument. How about changing that use-case to `bool save`. This option saves the last...

@randi120 I am facing the same problem in ubuntu 14.04 and eigen 3.3.4. Can you kindly send a pull request or share your changes in a more detailed manner? I...

@randi120 thanks for the details notes. Unfortunately I am still facing the same error on my system.

`python3 setup.py build` works for me.

@wjchen84 I tried the steps mentioned in your suggested [post](http://wiki.ros.org/ROS/NetworkSetup#Timing_issues.2C_TF_complaining_about_extrapolation_into_the_future.3F). However I wasn't able to sync baxter and my machine. I kept getting the following error `no server suitable for...