Skip to content

Commit 2731430

Browse files
committed
remove unused scipy dependency missing from latest version
1 parent 687d345 commit 2731430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roboticstoolbox/mobile/EKF.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
@Author: Peter Corke, original MATLAB code and Python version
44
@Author: Kristian Gibson, initial MATLAB port
55
"""
6+
67
from collections import namedtuple
78
import numpy as np
89
from math import pi
9-
from scipy import integrate, randn
10+
from scipy import integrate
1011
from scipy.linalg import sqrtm, block_diag
1112
from scipy.stats.distributions import chi2
1213
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy