Skip to content

gjcliff/rrt_3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrt_3d

A package that demonstrates the Rapidly-Expanding Random Tree algorithm.

Build

mkdir -p ws/src/
cd ws/src/
git clone https://github.com/gjcliff/rrt_3d.git
cd ../../
colcon build
ros2 launch rrt3d.launch.py

Arguments

You can pass the following arguments to control aspects of the environment and algorithm.

Arguments (pass arguments as '<name>:=<value>'):

    'world_bounds':
        The start position for RRT
        (default: '[10.0, 10.0, 10.0]')

    'start_coord':
        The start position for RRT
        (default: '[0.0]')

    'goal_coord':
        The start position for RRT
        (default: '[0.0]')

    'step_size':
        Default step size along unit vector in RRT for new nodes
        (default: '1.0')

    'use_rviz':
        Whether or not to use rviz
        (default: 'true')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published