Skip to content
forked from Drona-Org/Drona

Drona is a programming framework for building safe robotics systems

Notifications You must be signed in to change notification settings

jason-dou/Drona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Drona is a programming framework for building safe robotics systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 45.2%
  • Makefile 22.8%
  • Python 11.6%
  • CMake 9.3%
  • OpenEdge ABL 4.1%
  • C 4.1%
  • Shell 2.9%