AtsushiSakai / PythonRobotics

Python sample codes for robotics algorithms.
https://atsushisakai.github.io/PythonRobotics/
Other
23.02k stars 6.49k forks source link

Using np.narray instead of np.matrix #115

Closed AtsushiSakai closed 5 years ago

AtsushiSakai commented 5 years ago

https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html

AtsushiSakai commented 5 years ago
AtsushiSakai commented 5 years ago

https://github.com/AtsushiSakai/PythonRobotics/pull/118

AtsushiSakai commented 5 years ago

I think we should use @ operator instead of dot function. dot function looks ugly and not intuitive.

AtsushiSakai commented 5 years ago

UKF localization done.

AtsushiSakai commented 5 years ago

SLAM/FastSLAM1/fast_slam1.py is done

AtsushiSakai commented 5 years ago

SLAM/FastSLAM2/fast_slam2.py is done

AtsushiSakai commented 5 years ago

Histogram filter is done

AtsushiSakai commented 5 years ago

PathPlanning/ModelPredictiveTrajectoryGenerator/model_predictive_trajectory_generator.py is done

AtsushiSakai commented 5 years ago

PathTracking/lqr_speed_steer_control/lqr_speed_steer_control.py| is done

AtsushiSakai commented 5 years ago

PathTracking/lqr_steer_control/lqr_steer_control.py is done

AtsushiSakai commented 5 years ago

PathPlanning/ModelPredictiveTrajectoryGenerator/lookuptable_generator.py is done

AtsushiSakai commented 5 years ago

PathPlanning/VoronoiRoadMap/voronoi_road_map.py is done.

AtsushiSakai commented 5 years ago

PathPlanning/InformedRRTStar/informed_rrt_star.py is done

AtsushiSakai commented 5 years ago

I removed all np.matrix