Skip to content

Commit ed7ef99

Browse files
committed
add lite6
1 parent 9b1e2c0 commit ed7ef99

File tree

8 files changed

+769
-1
lines changed

8 files changed

+769
-1
lines changed

Error.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### ERROR :
2+
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so:
3+
4+
### Solution :
5+
https://forum.manjaro.org/t/libgl-error-mesa-loader/69746

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
"rtb-data",
2424
"progress",
2525
"typing_extensions",
26+
"pybullet",
2627
]
2728

2829
license = { file = "LICENSE" }

roboticstoolbox/mobile/EKF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77
import numpy as np
88
from math import pi
9-
from scipy import integrate, randn
9+
from scipy import integrate
1010
from scipy.linalg import sqrtm, block_diag
1111
from scipy.stats.distributions import chi2
1212
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)