Skip to content
#

autonomous

Here are 229 public repositories matching this topic...

RobShewagaUHN
RobShewagaUHN commented Jul 8, 2021

Just a tip for everyone: I was having trouble running an offline cluster where the Unity Editor was the master and a remote machine was the client. The remote machine was never able to connect to the Editor, but if I ran the standalone build as the master, it connects fine.

Make sure you don't have any blocking Inbound Rules in Windows Firewall with Advanced Security for the Editor version

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++
MathWorks-Excellence-in-Innovation
agents-aea
DavidMinarsch
DavidMinarsch commented Jan 1, 2021

Is your feature request related to a problem? Please describe.
generate key: add --add-key option with --connection extras. We can generate key and set in config with one command, because it looks like a common case (see demos).

Describe the solution you'd like
Add --add-key flag to generate-key command which calls add-key as subcommand.

MOBATSim (Model-based Autonomous Traffic Simulation Framework) is a simulation framework based on MATLAB Simulink that allows the user to assess vehicle level and traffic level safety by a 3D traffic simulation. Related MathWorks Online Article: https://www.mathworks.com/company/newsletters/articles/developing-an-autonomous-traffic-simulation-framework-for-functional-safety-testing.html

  • Updated Jul 10, 2021
  • MATLAB

Improve this page

Add a description, image, and links to the autonomous 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 topic, visit your repo's landing page and select "manage topics."

Learn more