mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 07:27:56 -05:00
start object_shape_recognition code implementation
This commit is contained in:
15
Mapping/object_shape_recognition/convex_circle_fitting.py
Normal file
15
Mapping/object_shape_recognition/convex_circle_fitting.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
|
||||
Object shape recognition with convex optimization
|
||||
|
||||
author: Atsushi Sakai (@Atsushi_twi)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
print(__file__ + " start!!")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
15
Mapping/object_shape_recognition/object_shape_recognition.py
Normal file
15
Mapping/object_shape_recognition/object_shape_recognition.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
|
||||
Object shape recognition with convex optimization
|
||||
|
||||
author: Atsushi Sakai (@Atsushi_twi)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
print(__file__ + " start!!")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user