Git Product home page Git Product logo

ceres_rosplan's Introduction

Ceres ROSPlan

This repository provides the Tools and interfaces for using ROSPlan with the Ceres Robot. There are several different Packages that are described below in more detail.

Ceres Rosplan Domain

The package provides the PDDL-domain for the ceres robot. It does not provide any other nodes or scripts. Currently only a simple example domain for a navigation task is implemented. The package also contains a waypoints.yaml file to load some example waypoints on launch.

Interactive Waypoint Server

The interactive_waypoint_server package provides a python node of the same name that allows a user to place interactive waypoints in rviz as well as connect them to each other. For each waypoint that is managed by this node the ROSPlan knowledge database as well as the scene database is updated automatically. As the waypoints a fully interactive, all changes in rviz will be updated immediately to the database to be used by the planning system and the action interfaces.

Subscribed Topics

  • clicked_point (geometry_msgs/PointStamped)

         The points published by rviz

Published Topics

  • interactive_waypoint_server/edges (visualization_msgs/MarkerArray)

         The waypoint connections as LINE markers in rviz

  • interactive_waypoint_server/update (visualization_msgs/InteractiveMarkerUpdate)

         The waypoints as interactive markers

Services

  • interactive_waypoint_server/remove_connection (interactive_waypoint_server_msgs/RemoveConnection)

         Remove a connection between two waypoints and update the knowledge database.

  • interactive_waypoint_server/save_waypoints (interactive_waypoint_server_msgs/SaveWaypoints)

         Store the waypoints

Services Called

  • kcl_rosplan/update_knowledge_base_array (rosplan_knowledge_base_msgs/KnowledgeUpdateServiceArray)

         To update the knowledge database

Parameters

  • ~waypoint_file (string, default: "")

         Waypoint file to load at start

Interactive Waypoint Server Messages

The service definitions for the Interactive Waypoint Server Node.

Rosplan Interface MoveBaseFlex

This package provides a Node that implements the ROSPlan interface to the Move Base Flex framework for navigation. The node provides a simple action server for the goto-waypoint action in the planning domain.

Ceres Rosplan Launch

A collection of launch files as well as an rviz configuration to start the example planning task. Contains the following relevant files:

  • ceres_robot.launch

     Launches Gazebo for the Ceres simulation, the navigation stack and rviz

  • ceres_planning.launch

         Launches the Planning System with the ceres_domain.pddl domain and the interactive_waypoint_server

ceres_rosplan's People

Contributors

mortacious avatar

Watchers

 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.