The Wayback Machine - https://web.archive.org/web/20210901035757/https://github.com/topics/autonomous-navigation
Skip to content
#

autonomous-navigation

Here are 53 public repositories matching this topic...

faster
Nianan0505
Nianan0505 commented Aug 12, 2020

Hi, I want to use FASTER on the ground robot. And I run the "roslaunches" according to the exact procedure.
When I first click the "start" and give the goal by "2D Nave Goal", it runs well and reached the destination.
But for the next goal, it always fails and the car is swaying in the simulation environment.

Do you know the possible causes of this problem? Thanks a lot.
What's more, I'd lik

Self-driving-vehicle

Simulation of self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
  • Updated Dec 18, 2019
  • C#

This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
  • Updated Jul 2, 2019
  • C++

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 cope with robot deviations. The planning system allowed Cassie Blue to autonomously traverse sinusoidally varying terrain. More experiments are still being conducted and this repo and the paper will be updated accordingly.
  • Updated Aug 30, 2021
  • C++

Improve this page

Add a description, image, and links to the autonomous-navigation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the autonomous-navigation topic, visit your repo's landing page and select "manage topics."

Learn more