monoVO-python icon indicating copy to clipboard operation
monoVO-python copied to clipboard

a problem in Line 84 of visual_odometry.py

Open zhchyang2004 opened this issue 6 years ago • 1 comments

With the current code in Line 84, it is not in compliance with Line 83. Should the correct one be as follows? Line 84: self.cur_R = self.cur_R.dot(R)

zhchyang2004 avatar May 18 '19 03:05 zhchyang2004

With the current code in Line 84, it is not in compliance with Line 83. Should the correct one be as follows? Line 84: self.cur_R = self.cur_R.dot(R) I think it should be self.cur_R = self.cur_R.dot(R) as well.

TimingSpace avatar Apr 21 '20 03:04 TimingSpace