zoukankan      html  css  js  c++  java
  • [ERROR] [1583298467.643559437]: Exception while loading planner 'ompl_interface/OMPLPlanner': According to the loaded

    [ERROR] [1583298467.643559437]: Exception while loading planner 'ompl_interface/OMPLPlanner': According to the loaded
     plugin descriptions the class ompl_interface/OMPLPlanner with base class type planning_interface::PlannerManager doe
    s not exist. Declared types are
    Available plugins:
    [ INFO] [1583298467.650662516]: Param 'default_workspace_bounds' was not set. Using default value: 10
    [ INFO] [1583298467.651766835]: Param 'start_state_max_bounds_error' was set to 0.1
    [ INFO] [1583298467.652933671]: Param 'start_state_max_dt' was not set. Using default value: 0.5
    [ INFO] [1583298467.654018362]: Param 'start_state_max_dt' was not set. Using default value: 0.5
    [ INFO] [1583298467.654864402]: Param 'jiggle_fraction' was set to 0.05
    [ INFO] [1583298467.655586712]: Param 'max_sampling_attempts' was not set. Using default value: 100
    [ INFO] [1583298467.655681467]: Using planning request adapter 'Add Time Parameterization'
    [ INFO] [1583298467.655713906]: Using planning request adapter 'Fix Workspace Bounds'
    [ INFO] [1583298467.655734434]: Using planning request adapter 'Fix Start State Bounds'
    [ INFO] [1583298467.655755028]: Using planning request adapter 'Fix Start State In Collision'
    [ INFO] [1583298467.655777997]: Using planning request adapter 'Fix Start State Path Constraints'
    [FATAL] [1583298467.662922425]: Exception while loading controller manager 'moveit_fake_controller_manager/MoveItFake
    ControllerManager': According to the loaded plugin descriptions the class moveit_fake_controller_manager/MoveItFakeCo
    ntrollerManager with base class type moveit_controller_manager::MoveItControllerManager does not exist. Declared type
    s are  moveit_simple_controller_manager/MoveItSimpleControllerManager

    安装moveit的时候丢包了(蠢哭了)

    # kinetic
    sudo apt-get install ros-kinetic-moveit
    # indigo
    sudo apt-get install ros-indigo-moveit

      

  • 相关阅读:
    Zoj 2913 Bus Pass BFS
    Poj 1324 Holedox Moving 状压判重+BFS
    Poj 1465 Multiple BFS+余数判重
    HDU 1010 Tempter of the Bone dfs+剪枝
    Poj 1659 Frogs' Neighborhood 图的可图性判断
    ZOJ 3203 Light Bulb 三分
    HDU 1698 Just a Hook(线段树的区间修改)
    HDU 1698 Just a Hook(线段树的区间修改)
    Codeforces 1261B2 Optimal Subsequences (Hard Version)(树状数组)
    Codeforces 1261B2 Optimal Subsequences (Hard Version)(树状数组)
  • 原文地址:https://www.cnblogs.com/AIboy/p/12409042.html
Copyright © 2011-2022 走看看