Week 7: Braitenberg exercise, gym-duckietown simulation 07/22/2024 Today, I decided to tackle the braitenberg issue once more. I have updated the connections.py file and run “dts code workbench –sim” but when I try to open the simulator, I get a “site can’t be reached” error. This has happened a couple times. I have tried to…
Tasks : Notes from “Hierarchical Planning With Annotated Skeleton Guidance”: Goal: The main goal of this algorithm is to efficiently guide robots through complex environments by using a skeleton that maps the connectivity of the configuration space (C-space). This skeleton helps in quickly finding sub-optimal paths, which is particularly useful in cluttered environments. Sampling based…