All Projects → Drona-Org → Drona

Drona-Org / Drona

Licence: other
Drona is a programming framework for building safe robotics systems

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
OpenEdge ABL
179 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Drona

P
The P programming language.
Stars: ✭ 2,309 (+8780.77%)
Mutual labels:  robotics, drones, p
Cylon
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 3,862 (+14753.85%)
Mutual labels:  robotics, drones
Redtail
Perception and AI components for autonomous mobile robotics.
Stars: ✭ 832 (+3100%)
Mutual labels:  robotics, drones
Holodeck
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 513 (+1873.08%)
Mutual labels:  robotics, drones
Holodeck Engine
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 48 (+84.62%)
Mutual labels:  robotics, drones
Sapog
Sapog - advanced multiplatform ESC firmware
Stars: ✭ 139 (+434.62%)
Mutual labels:  robotics, drones
Densesurfelmapping
This is the open-source version of ICRA 2019 submission "Real-time Scalable Dense Surfel Mapping"
Stars: ✭ 438 (+1584.62%)
Mutual labels:  robotics, drones
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (+234.62%)
Mutual labels:  robotics, drones
Libuavcan
Portable reference implementation of the UAVCAN protocol stack in C++ for embedded systems and Linux.
Stars: ✭ 213 (+719.23%)
Mutual labels:  robotics, drones
Airsim Neurips2019 Drone Racing
Drone Racing @ NeurIPS 2019, built on Microsoft AirSim
Stars: ✭ 220 (+746.15%)
Mutual labels:  robotics, drones
XBotControl
XBotControl framework: XBotCore + OpenSoT + CartesI/O
Stars: ✭ 23 (-11.54%)
Mutual labels:  robotics
robocup-firmware
Georgia Tech RoboJackets Firmware for the RoboCup Small Size League
Stars: ✭ 22 (-15.38%)
Mutual labels:  robotics
MeshCatMechanisms.jl
3D Visualization of mechanisms and URDFs using MeshCat.jl and RigidBodyDynamics.jl
Stars: ✭ 36 (+38.46%)
Mutual labels:  robotics
drone-net
https://towardsdatascience.com/tutorial-build-an-object-detection-system-using-yolo-9a930513643a
Stars: ✭ 126 (+384.62%)
Mutual labels:  drones
graspnet-baseline
Baseline model for "GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping" (CVPR 2020)
Stars: ✭ 146 (+461.54%)
Mutual labels:  robotics
MuJoCo RL UR5
A MuJoCo/Gym environment for robot control using Reinforcement Learning. The task of agents in this environment is pixel-wise prediction of grasp success chances.
Stars: ✭ 108 (+315.38%)
Mutual labels:  robotics
RustRobotics
Rust implementation of PythonRobotics such as EKF, DWA, Pure Pursuit, LQR.
Stars: ✭ 40 (+53.85%)
Mutual labels:  robotics
RoboticsAcademy
Learn Robotics with JdeRobot
Stars: ✭ 160 (+515.38%)
Mutual labels:  robotics
SLAM AND PATH PLANNING ALGORITHMS
This repository contains the solutions to all the exercises for the MOOC about SLAM and PATH-PLANNING algorithms given by professor Claus Brenner at Leibniz University. This repository also contains my personal notes, most of them in PDF format, and many vector graphics created by myself to illustrate the theoretical concepts. Hope you enjoy it! :)
Stars: ✭ 107 (+311.54%)
Mutual labels:  robotics
trajopt
Trajectory optimization algorithms for robotic control.
Stars: ✭ 74 (+184.62%)
Mutual labels:  robotics

Drona

Setup

  • Install ROS and create a catkin workspace for your ROS packages: http://wiki.ros.org/catkin/Tutorials/create_a_workspace
  • Clone the multi_robot ROS package into the src directory of your catkin_ws.
  • Clone this Drona branch (Drona-ROS) into the src directory
  • Initialize the P submodule
    • git submodule init
  • To run the Drona ROS Sample run the following commands:
    • New terminal window:
        roscore
    
    • New terminal window
        cd ~/catkin_ws
        catkin_make
        . devel/setup.sh
        roslaunch multi_robot main.launch
    
    • New terminal window
        cd ~/catkin_ws/src/Drona/PSrc
        pc *.p
    
    • New Terminal Window
        cd ~/catkin_ws
        catkin_make
        . devel/setup.sh
        rosrun Drona drona_test
    
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].