mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add module setting for travis
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"""
|
||||
|
||||
Path Planning with Bezier curve.
|
||||
Path planning with Bezier curve.
|
||||
|
||||
author: Atsushi Sakai(@Atsushi_twi)
|
||||
|
||||
"""
|
||||
|
||||
import scipy.special
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
import scipy.special
|
||||
|
||||
show_animation = True
|
||||
|
||||
|
||||
0
PathPlanning/RRT/__init__.py
Normal file
0
PathPlanning/RRT/__init__.py
Normal file
BIN
PathPlanning/RRTStar/Figure_1.png
Normal file
BIN
PathPlanning/RRTStar/Figure_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
0
PathPlanning/RRTStar/__init__.py
Normal file
0
PathPlanning/RRTStar/__init__.py
Normal file
Reference in New Issue
Block a user