Skip to content

randy2332/Robot-Navigation-Framework-RRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

On the established 2D map, the positions of the targets are marked. The targets are labeled with points in accordance with this sequence” rack , cushion, lamp, stair cooktop

We also store the 2d map call “map.py”

python build2dmap.py

Screenshot from 2023-11-30 00-36-35.png


python main.py -p map.png -s 80

In this part you can choose the stepsize the 2d map you like to use.

Next, the system will ask you about your target. Afterwards, you will be presented with a 2D map to select your starting position.

We also output path point called “movingoath.npy”

Below is the result of RRT algorithm implementation

  • cooktop

cooktop.jpg

  • cushion

cushion.jpg

  • lamp

lamp.jpg

  • rack

rack.jpg

  • stair

stair.jpg


python load.py -p <target>

We highlight the target with a transparent mask while navigating, so that we can clearly visualize the target category

686.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages