No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
fast-planner-ros2 repositorybspline bspline_opt fast_planner path_searching plan_env plan_manage poly_traj traj_utils cmake_utils quadrotor_msgs waypoint_generator |
|
Repository Summary
Checkout URI | https://github.com/rohitpawar2406/fast-planner-ros2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-01-01 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
bspline | 0.0.0 |
bspline_opt | 0.0.0 |
fast_planner | 0.0.0 |
path_searching | 0.0.0 |
plan_env | 0.0.0 |
plan_manage | 0.0.0 |
poly_traj | 0.0.0 |
traj_utils | 0.0.0 |
cmake_utils | 0.0.0 |
quadrotor_msgs | 0.0.0 |
waypoint_generator | 0.0.0 |
README
ROS2 porting of Fast-Planner
This repository is ROS2 (Foxy) ported Fast-planner codebase from the official ROS1 Fast-Planner codebase as here - link
Demo of ROS2 ported Kinodynamic Path Searching & B-spline Optimization
Setup (Tested on below setup)
- ROS2 - FOXY
- ROS1 - NOETIC
- Ubuntu - 20.04 (System and Intel NUC)
Host build
mkdir ros2_ws
cd ros2_ws
mkdir src
cd src
git clone https://github.com/RohitPawar2406/Fast-Planner-ROS2
cd ..
colcon build
Note : UAV simulator ros nodes (as in official ROS1 repository) are not yet ported in ROS2, so we are using the rosbridge setup for it. Detailed instructions to run the setup is given as below :
Setup & Run ROS1 (uav_simulator code)
- Clone the ros1 package as here and build it using catkin_make.
- Run the uav simulator ros node, as given below.
source devel/setup.bash
roslaunch so3_control kino_replan.launch
Setup & Run ROS1 bridge
- Clone and build the ros1 bridge package as given in detail here.
- Run the ros1 bridge node as given below.
# source noetic
source /opt/ros/noetic/setup.bash
# source foxy
source /opt/ros/foxy/setup.bash
# Then source ros1 fast planner workspace - uav simulator code in above step
# eg(ours) : source ~/workspace/iiit-r/half_fastplanner/devel/setup.bash
# Then source ros2 fast planner workspace
# eg(ours) : source ~/workspace/iiit-r/fastplanner_ws2/install/setup.bash
source install/setup.bash
ros2 run ros1_bridge dynamic_bridge
Run the Kino Replan Launch File
cd ros2_ws # ros2 workspace build above
source install/setup.bash
ros2 launch plan_manage kino_replan_launch.xml
Run the RViz
cd ros2_ws # ros2 workspace build above
source install/setup.bash
ros2 launch plan_manage rviz.launch.xml
Note : For rviz you may need to manually load the rviz file from visualizer
- File > Open config > Select .rviz file path (Fast-Planner-ROS2 > src > planner > plan_manage > rviz2_fastplanner.rviz)
TODO :
- [] Port Topo replan to the ros2
- [] Port the uav simulator ros package to ros2 and remove dependency of ros2 bridge
Reach out for any further queries or discussion at : rohit.pawar@research.iiit.ac.in
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.