MENU

Fun & Interesting

Part 3: Planning navigation process, visualizing with SketchUp and ThreeJS

Vanta Wing 375 2 months ago
Video Not Working? Fix It Now

Programming a basic self navigation robot from scratch Repo: https://github.com/jdc-cunningham/pi-zero-2-robot-navigation-head/tree/youtube Alright... these videos are super long I get that... and there are still more to come. I ran into a lot of problems on the ThreeJS side mostly dealing with axes flipping/importing and plotting the depth scans. This video goes over planning the sensor depth probing (using VL53L0X ToF ranging sensor), minor websocket setup, a new web UI, SketchUp to ThreeJS import, basic trigonometry eg. SOH-CAH-TOA. This robot still cannot navigate yet, it can probe but I have not programmed it to use this info to navigate. The next part will cover that but also focus on computer vision (using OpenCV). For reference my previous ThreeJS work on my Twerk Lidar Robot project https://github.com/jdc-cunningham/twerk-lidar-robot/blob/dev/web-interface/misc-test-code/threejs/js/utils.js

Comment