{"id":45454616,"url":"https://github.com/kavrakilab/moveit_ompl_planning_interface","last_synced_at":"2026-02-22T06:03:09.586Z","repository":{"id":26053197,"uuid":"29496597","full_name":"KavrakiLab/moveit_ompl_planning_interface","owner":"KavrakiLab","description":"Plugin interface for OMPL planning within MoveIt!","archived":false,"fork":false,"pushed_at":"2020-10-22T03:17:54.000Z","size":481,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":19,"default_branch":"master","last_synced_at":"2023-02-27T20:23:24.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KavrakiLab.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-19T21:02:51.000Z","updated_at":"2020-10-22T06:08:56.000Z","dependencies_parsed_at":"2022-08-24T14:44:52.526Z","dependency_job_id":null,"html_url":"https://github.com/KavrakiLab/moveit_ompl_planning_interface","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/KavrakiLab/moveit_ompl_planning_interface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KavrakiLab%2Fmoveit_ompl_planning_interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KavrakiLab%2Fmoveit_ompl_planning_interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KavrakiLab%2Fmoveit_ompl_planning_interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KavrakiLab%2Fmoveit_ompl_planning_interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KavrakiLab","download_url":"https://codeload.github.com/KavrakiLab/moveit_ompl_planning_interface/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KavrakiLab%2Fmoveit_ompl_planning_interface/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29705845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-22T06:03:08.787Z","updated_at":"2026-02-22T06:03:09.572Z","avatar_url":"https://github.com/KavrakiLab.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"The moveit_ompl_planning_interface supersedes the existing ompl_interface plugin that is packaged with moveit.  The moveit_ompl_planning_interface interface provides a plugin framework to easily incorporate new OMPL-based planners into the framework without having to recompile the ompl_interface.\n\n-- USAGE --\nThe new interface works with the existing ompl_planning.yaml files that are output with the MoveIt setup wizard.  You can simply extend the yaml planner specification to specify the plugin where the PlannerManager can create the planning context for the given planner.\n\nExample (ompl_planning.yaml):\n\nplanner_configs:\n  RRTkConfigDefault:\n    plugin: ompl_interface/GeometricPlanningContext  # \u003c-- This line was added.  This is the fully-qualified name of the plugin you create\n    type: geometric::RRT\n    range: 0.0\n    goal_bias: 0.05\n  RRTConnectkConfigDefault:\n    plugin: ompl_interface/GeometricPlanningContext  # \u003c-- This line was added.  This is the fully-qualified name of the plugin you create\n    type: geometric::RRTConnect\n    range: 0.0  # Max motion added to tree. ==\u003e maxDistance_ default: 0.0, if 0.0, set on setup()\n...\n\nTo load the plugin, you will need to modify move_group.launch to specify the moveit_ompl_planning_interface pipeline instead of the existing ompl planning pipeline.\n\n-- Design --\nThe interface is plugin centric, where the planning context is responsible for the majority of its own configuration.  New plugins must implement an OMPLPlanningContext class.  For standard geometric planning, it is possible to derive from the existing GeometricPlanningContext class and simply configure your new planner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavrakilab%2Fmoveit_ompl_planning_interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkavrakilab%2Fmoveit_ompl_planning_interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavrakilab%2Fmoveit_ompl_planning_interface/lists"}