for Robot Artificial Inteligence

Allocator 이해하기 그리고 rebind의미

|

simple allocation in c++

what rebind do <- Custom List를 만들때 쓰인다. Allocate를 다시하는데 사용 즉, allocate하는 데이터가 단순 int, float이면 상관이 없는데, 노드 데이터 처럼 struct이나 class형식으로 list를 저장하면 옵젝트에서 저장하는 allocation의 수를 데이터 구조에 맞게 rebind해주느 작업이다.

example

Comment  Read more

Introduction to Electrotechnics and Electronics

|

Comment  Read more

Traditional Sensor Fusion Algorithm

|

https://github.com/UditBhaskar19/Single_Object_Tracking_forKnownNoOfObjects

https://github.com/leechangyo/Sensorfusion

SOT MOT HOT <- Best One

All those Traditional Method of Code Implementation uploaded my git

Comment  Read more

Realsense revision

|

https://github.com/y22ma/realsense_multi_cam/blob/master/src/realsense_multi_cam.cpp

https://community.intel.com/t5/Items-with-no-label/How-to-properly-setup-external-triggering-on-D415-and-D435/td-p/569659

Comment  Read more

ORB SLAM3

|

https://blog.csdn.net/u013019296/article/details/107577808

Comment  Read more