Giter Club home page Giter Club logo

riskrrt_ros's Introduction

**installing riskrrt**

$ sudo apt-get install ros-indigo-navigation
$ cd ~/catkin_ws/src
$ git clone https://github.com/Spalanza/riskrrt_ros.git
$ catkin_make



**running the examples scenarios**

some examples scenarios (using stage) are provided in worlds/
run the scenario with
$ roslaunch riskrrt scenario_name.launch
change the planner behavior by modifying the parameters in params/riskrrt_params.yaml



**provided nodes**

controller: a path following node for differential drive robots
            subscribed topics: trajectory (riskrrt/Trajectory) 
                               robot pose (geometry_msgs/PoseWithCovarianceStamped)
            published topics: controller feedback, true if robot is on trajectory (std_msgs/Bool)
                              velocity commands (geometry_msgs/Twist)
goal_pub: automatic goal publisher
          args: pose x (m), pose y (m) with respect to map
          published topics: goal (geometry_msgs/PoseStamped)
og_builder*: some occupany grid array publishers
             args: number of humans, human speed (m/s)
             subscribed topics: map (nav_msgs/OccupancyGrid)
                                human odometry (nav_msgs/Odometry)
             published topics: human velocity (geometry_msgs/Twist)
                               occupancy grid array (riskrrt/OccupancyGridArray)
riskrrt_planner: the riskrrt planner
         subscribed topics: occupancy grid array (riskrrt/OccupancyGridArray)
                            goal (geometry_msgs/PoseStamped)
                            controller feedback (std_msgs/Bool)
                            robot pose (geometry_msgs/PoseWithCovarianceStamped)
                            robot odometry (nav_msgs/Odometry)
         published topics: trajectory (riskrrt/Trajectory)



**publishing your own map**

use the maxDepth and timeStep parameters from params/riskrrt_params.yaml
-maxDepth should be the occupancy grid array size
-timeStep should be the time gap between each grid

riskrrt_ros's People

Contributors

gregvi avatar procopiostein avatar spalanza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.