moveit / moveit2_tutorials

A sphinx-based centralized documentation repo for MoveIt 2
https://moveit.picknik.ai
BSD 3-Clause "New" or "Revised" License
147 stars 191 forks source link

moveit2__tutorials: Failed to load any planning pipelines #851

Closed zhangbo9426426 closed 6 months ago

zhangbo9426426 commented 8 months ago

Description

Hi, I have installed moveit2 and can start demo normally byros2 launch dual_arm_moveit2 demo.launch.py. But when I continued to runros2 run moveit2_tutorials moveit_cpp_tutorial and tried to use the advanced api moveitcpp, the terminal got an error.The following is all the information output by the terminal:

[INFO] [1703218871.704853446] [moveit_cpp_tutorial]: Initialize node [INFO] [1703218872.714803138] [moveit_cpp_tutorial]: Starting MoveIt Tutorials... [INFO] [1703218874.362360608] [moveit_rdf_loader.rdf_loader]: Loaded robot model in 1.64742 seconds [INFO] [1703218874.362414467] [moveit_robot_model.robot_model]: Loading robot model 'panda'... [WARN] [1703218874.373798051] [moveit_ros.robot_model_loader]: No kinematics plugins defined. Fill and load kinematics.yaml! [INFO] [1703218874.388775160] [moveit.ros_planning_interface.moveit_cpp]: Listening to 'joint_states' for joint states [INFO] [1703218874.391539423] [moveit_ros.current_state_monitor]: Listening to joint states on topic 'joint_states' [INFO] [1703218874.395096161] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Listening to '/attached_collision_object' for attached collision objects [INFO] [1703218874.396032978] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Publishing maintained planning scene on 'monitored_planning_scene' [INFO] [1703218874.396193747] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Starting planning scene monitor [INFO] [1703218874.396649030] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Listening to '/planning_scene' [INFO] [1703218874.396749676] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Starting world geometry update monitor for collision objects, attached objects, octomap updates. [INFO] [1703218874.397136859] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Listening to 'collision_object' [INFO] [1703218874.397506483] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Listening to 'planning_scene_world' for planning scene world geometry [WARN] [1703218874.398091735] [moveit.ros.occupancy_map_monitor.middleware_handle]: Resolution not specified for Octomap. Assuming resolution = 0.1 instead [ERROR] [1703218874.398131114] [moveit.ros.occupancy_map_monitor.middleware_handle]: No 3D sensor plugin(s) defined for octomap updates [ERROR] [1703218874.399007046] [moveit.ros_planning_interface.moveit_cpp]: Failed to load any planning pipelines. [FATAL] [1703218874.399057056] [moveit.ros_planning_interface.moveit_cpp]: Failed to load planning pipelines from parameter server terminate called after throwing an instance of 'std::runtime_error' what(): Failed to load planning pipelines from parameter server Stack trace (most recent call last): https://github.com/ros-planning/moveit2/pull/13 Object "", at 0xffffffffffffffff, in https://github.com/ros-planning/moveit2/pull/12 Object "/home/zhangbo/moveit2_ws/install/moveit2_tutorials/lib/moveit2_tutorials/moveit_cpp_tutorial", at 0x55e98eec15e4, in _start https://github.com/ros-planning/moveit2/pull/11 Source "../csu/libc-start.c", line 392, in libc_start_main_impl [0x7fb04a229e3f] https://github.com/ros-planning/moveit2/pull/10 Source "../sysdeps/nptl/libc_start_call_main.h", line 58, in libc_start_call_main [0x7fb04a229d8f] https://github.com/ros-planning/moveit2/pull/9 Object "/home/zhangbo/moveit2_ws/install/moveit2_tutorials/lib/moveit2_tutorials/moveit_cpp_tutorial", at 0x55e98eebfab1, in main https://github.com/ros-planning/moveit2/pull/8 Object "/home/zhangbo/moveit2_ws/install/moveit_ros_planning/lib/libmoveit_cpp.so.2.5.5", at 0x7fb04afca572, in moveit_cpp::MoveItCpp::MoveItCpp(std::shared_ptrrclcpp::Node const&) https://github.com/ros-planning/moveit2/pull/7 Object "/home/zhangbo/moveit2_ws/install/moveit_ros_planning/lib/libmoveit_cpp.so.2.5.5", at 0x7fb04afc31d5, in moveit_cpp::MoveItCpp::MoveItCpp(std::shared_ptrrclcpp::Node const&, moveit_cpp::MoveItCpp::Options const&) [clone .cold] https://github.com/ros-planning/moveit2/pull/6 Object "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30", at 0x7fb04a6ae4d7, in __cxa_throw https://github.com/ros-planning/moveit2/pull/5 Object "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30", at 0x7fb04a6ae276, in std::terminate() https://github.com/ros-planning/moveit2/pull/4 Object "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30", at 0x7fb04a6ae20b, in https://github.com/ros-planning/moveit2/pull/3 Object "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30", at 0x7fb04a6a2b9d, in https://github.com/ros-planning/moveit2/pull/2 Source "./stdlib/abort.c", line 79, in abort [0x7fb04a2287f2] https://github.com/ros-planning/moveit2/pull/1 Source "../sysdeps/posix/raise.c", line 26, in raise [0x7fb04a242475]

0 | Source "./nptl/pthread_kill.c", line 89, in __pthread_kill_internal

| Source "./nptl/pthread_kill.c", line 78, in __pthread_kill_implementation Source "./nptl/pthread_kill.c", line 44, in __pthread_kill [0x7fb04a2969fc] Aborted (Signal sent by tkill() 3675 1000)

Your environment

sea-bass commented 6 months ago

I think this issue was a duplicate of the other one we just discussed, so will close this one as well.