All Projects → jnez71 → lqRRT

jnez71 / lqRRT

Licence: MIT license
Kinodynamic RRT implementation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to lqRRT

CLF reactive planning system
This package provides a CLF-based reactive planning system, described in paper: Efficient Anytime CLF Reactive Planning System for a Bipedal Robot on Undulating Terrain. The reactive planning system consists of a 5-Hz planning thread to guide a robot to a distant goal and a 300-Hz Control-Lyapunov-Function-based (CLF-based) reactive thread to co…
Stars: ✭ 21 (-72.37%)
Mutual labels:  motion-planning, rrt
Pathfinder
Cross-Platform, Multi-Use Motion Profiling and Trajectory Generation
Stars: ✭ 227 (+198.68%)
Mutual labels:  motion-planning
Pybullet Planning
PyBullet Planning
Stars: ✭ 89 (+17.11%)
Mutual labels:  motion-planning
Hybrid A Star Annotation
Hybrid A*路径规划器的代码注释
Stars: ✭ 188 (+147.37%)
Mutual labels:  motion-planning
Cleanit
Open-source Autonomy Software in Rust-lang with gRPC for the Roomba series robot vacuum cleaners. Under development.
Stars: ✭ 125 (+64.47%)
Mutual labels:  motion-planning
Rvo2 Cs
Optimal Reciprocal Collision Avoidance (C#)
Stars: ✭ 208 (+173.68%)
Mutual labels:  motion-planning
Omplapp
The Open Motion Planning Library (OMPL), GUI + FCL/Assimp integration
Stars: ✭ 83 (+9.21%)
Mutual labels:  motion-planning
rrt-simulator
Path planning using RRT
Stars: ✭ 85 (+11.84%)
Mutual labels:  rrt
Airsim Neurips2019 Drone Racing
Drone Racing @ NeurIPS 2019, built on Microsoft AirSim
Stars: ✭ 220 (+189.47%)
Mutual labels:  motion-planning
Xpp
Visualization of Motions for Legged Robots in ros-rviz
Stars: ✭ 177 (+132.89%)
Mutual labels:  motion-planning
Gpmp2
Gaussian Process Motion Planner 2
Stars: ✭ 161 (+111.84%)
Mutual labels:  motion-planning
Pick Place Robot
Object picking and stowing with a 6-DOF KUKA Robot using ROS
Stars: ✭ 126 (+65.79%)
Mutual labels:  motion-planning
Ur5 ros Gazebo
Universal Robot (UR5) Pick and Place Simulation in ROS-Gazebo with a USB Cam and Vacuum Grippers
Stars: ✭ 211 (+177.63%)
Mutual labels:  motion-planning
Rvo2 3d
Optimal Reciprocal Collision Avoidance in Three Dimensions (C++)
Stars: ✭ 108 (+42.11%)
Mutual labels:  motion-planning
gennav
Python Package for Robot Navigation
Stars: ✭ 24 (-68.42%)
Mutual labels:  motion-planning
Owl
motion planning algorithms with demos for various state-spaces
Stars: ✭ 84 (+10.53%)
Mutual labels:  motion-planning
Am traj
Alternating Minimization Based Trajectory Generation for Quadrotor Aggressive Flight
Stars: ✭ 142 (+86.84%)
Mutual labels:  motion-planning
Rrt Algorithms
n-dimensional RRT, RRT* (RRT-Star)
Stars: ✭ 195 (+156.58%)
Mutual labels:  motion-planning
Robotics-Resources
List of commonly used robotics libraries and packages
Stars: ✭ 71 (-6.58%)
Mutual labels:  motion-planning
dwl
The Dynamic Whole-body Locomotion library (DWL)
Stars: ✭ 70 (-7.89%)
Mutual labels:  motion-planning

lqRRT

Kinodynamic RRT Implementation

To install the Python package, navigate to this folder and do:
sudo python setup.py build && sudo python setup.py install

To install the ROS example package, first install the Python package and then copy the folder named lqrrt_ros (found in the lqRRT/demos folder) into the src folder of your catkin workspace. Finally, catkin_make.

Feel free to take the lqrrt.rviz file out of that folder and put it in your home directory's .rviz folder. To run the ros demo: roslaunch lqrrt_ros lqrrt_sim.launch

Enjoy!
-Jason Nezvadovitz

alt tag

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].