ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

No default projection is set

asked 2018-12-03 23:30:54 -0500

boon gravatar image

I am trying to benchmark with SBL planner and I am getting the following error.

 [ERROR] [1543886618.510289253]: No default projection is set. Perhaps setup() needs to be called
[ERROR] [1543886618.510893246]: OMPL encountered an error: No projection evaluator specified
[ERROR] [1543886618.685283]: Mongo process exited with error code 100

and my .yaml file reads as,

benchmark_config:
    warehouse:
        host: 127.0.0.1
        port: 33829
        scene_name: obstacle     # Required
    parameters:
        name: TrialQuery1
        runs: 50
        group: freeFlight       # Required
        timeout: 10.0
        output_directory: /tmp/moveit_benchmarks/
        queries: obstaclequery
        start_states: 
    planners:
        - plugin: ompl_interface/OMPLPlanner
          planners:
            - RRTConnectkConfigDefault
            - DirectedRRT
            - RRTstarkConfigDefault
            - PRMkConfigDefault
            - SBLkConfigDefault
            - ESTkConfigDefault
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-01 13:12:25 -0500

Can you show me your ompl_planning.yaml?

I had some problems with mongo db too, send more info and perhaps we had the same situation...

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2018-12-03 23:30:54 -0500

Seen: 483 times

Last updated: Aug 01 '19