rrt_star_global_planner
ROS RRT* Global Planner Plugin. Using Husky Robot.
File Explorer
Download Latest Version (.zip)- action-melodic.yaml
- action-noetic.yaml
- action-ros-ci.yaml
- rrt_star_params.yaml
- laser_husky.png
- no_laser_husky.png
- rrt_star_husky_path.gif
- collision_detector.hpp
- node.hpp
- random_double_generator.hpp
- rrt_star.hpp
- rrt_star_planner.hpp
- collision_detector.cpp
- random_double_generator.cpp
- rrt_star.cpp
- rrt_star_planner.cpp
- test_rrt_star.cpp
- rrt_star.test
- .gitignore
- CMakeLists.txt
- LICENSE
- package.xml
- README.md
- rrt_star_planner_plugin.xml
# Installation Guide
1. Get the code
git clone https://github.com/rafaelbarretorb/rrt_star_global_planner
Downloads the entire project code from GitHub to your computer.
cd rrt_star_global_planner
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
