Rita1024's Stars
MetaSLAM/AutoMemory_Docker
BioSLAM: A Bio-inspired Lifelong Localization System
nv-tlabs/lift-splat-shoot
Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D (ECCV 2020)
BouzoulasDimitrios/ROS-autonomous-bot
Demo of a self-navigating robot with global and local path planning using Rviz gazebo and ROS melodic
KavitShah1998/Autonomous_Mobile_Robot_Navigation_In_ROS
A project for Motion Planning: Combined application of A* with RRT* where A* acts as a global planner and RRT* acts as a local planner
amov-lab/Prometheus
Open source software for autonomous drones.
wql9/Navigation-planning-in-dynamic-and-static-environment
动静态环境下的导航规划:基于小型足球机器人仿真平台完成dwa、rrt+dwa、A_star+dwa及rrt+feedback算法
leggedrobotics/learning_quadrupedal_locomotion_over_challenging_terrain_supplementary
Supplementary materials for "Learning Locomotion over Challenging Terrain"
kucar17/RRT-Path-Planning-Algorithm
This script is designed for the demonstration of a Sampling Based RRT Path Planning which creates a path for a robot in an environment which consists of obstacles.
iitkcpslab/TStar
T* : A Heuristic Search Based Path Planning Algorithm for Temporal Logic Specifications
yorgoon/minimum-snap-geometric-control
Quadrotor control using minimum snap trajectory optimization and SE3 geometric controller
fdcl-gwu/uav_geometric_controller
UAV node for ROS
adrianomcr/vectorfield_stack
Navigation control algorithms based on artificial vector fields
zm0612/Minimum-Snap
使用C++对Minimum Snap算法进行了实现,实现的结果超过了论文中给出的计算速度。并且实现了三维和二维的Minimum Snap轨迹生成算法
ethz-asl/mav_voxblox_planning
MAV planning tools using voxblox as the map representation.
thinhhoang95/geometric-quadrotor
Implementation of nonlinear geometric quadrotor control on MATLAB/Simulink
fdcl-gwu/uav_simulator
Python - Gazebo Simulation Environment for a UAV with Geometric Control
zbC137/geometric_tracking_control
A MATLAB implementation of geometric tracking control for a quadrotor UAV on SE(3)
Tororoi/astar-pathfinding-js
Site for experimenting with pathfinding algorithms
qiao/PathFinding.js
A comprehensive path-finding library for grid based games
edwardsCam/a-star
Learning the A-Star pathfinding algorithm
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
verbal-noun/a-star-pathfinding-family
This repository is part of my work for the Melbourne Space Program. In this repository I have implemented variations of the a-start pathfinding algorithm. The purpose is to compare efficiency metrics and have a code base variations.
pgeerkens/HexGridUtilitiesForGames
Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more
AlurienFlame/Honeycomb
A* pathfinding in a hexagonal grid.
flauwekeul/honeycomb
Create hex grids easily, in node or the browser.
moribots/motion_planning
Motion Planning Library to accompany turtlebot3_from_scratch repository. Deployed PRM, Grid Map, A*, Theta*, LPA*, D* Lite*, Potential Field, and MPPI.
amslabtech/dwa_planner
ROS implementation of DWA(Dynamic Window Approach) Planner
karlkurzer/path_planner
Hybrid A* Path Planner for the KTH Research Concept Vehicle
marinaKollmitz/lattice_planner
The lattice_planner package provides a move_base global planner plugin for a time-bounded A* lattice planner. The planner is designed to plan time dependent, dynamically feasible navigation paths for robots with differential drive constraints. It uses a dynamic cost map which is based on the ROS costmap representation from the costmap_2d package.
sichkar-valentyn/Reinforcement_Learning_in_Python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa