-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i cannot successfully run "ros2 launch moveit2_tutorials motion_planning_pipeline_tutorial.launch.py",The terminal shows file was not found in the share #880
Comments
As discussed in PickNikRobotics/pick_ik#65 and PickNikRobotics/pick_ik#64, could you try removing your Pick IK binary installs that may be lingering? Thanks!
and then build again? |
@sea-bass cool!The previous error is missing.However,after building again,the terminal show others errors.Do I need to remove moveit_task_constructor by The following is the terminal message:
|
There are no binaries for MoveIt Task Constructor. But it seems like you may have mismatched versions of both that repo and |
@sea-bass Hi,I have big problem.Though I successfully build,I find that I almost meet the same problem " planning scene requesting initial scene failed"every time when i launch the "demo.launch.py""mtc_demo.launch.py"and so forth. `does it related to the moveit2 installation method of binary.i install moveit2 by binary . |
Same error (havn't try #719 mentioned above yet) but I checked the source code and there're exactly |
Your environment
Description
I followed the offcial tutorial:getting started https://moveit.picknik.ai/main/doc/tutorials/tutorials.html
However, the following operations are different from the official ones
git clone https://github.com/ros-planning/moveit2_tutorials -b humble
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --parallel-workers 1
Obviously,command with "-b humble" will result in missing some packages,such as
"motion_planning_pipeline、parallel planning...."。I want to know if humble doesn't support these packages or these functions?
Because if I execute the command "git clone https://github.com/ros-planning/moveit2_tutorials" without "-b humble"
The process that colcon build will fail.
The terminal shows that:
ym@ym-PC:~/ws_moveit2test2$ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --parallel-workers 1
Starting >>> moveit_common
Finished <<< moveit_common [0.20s]
Starting >>> moveit_msgs
Finished <<< moveit_msgs [2.21s]
Starting >>> moveit_configs_utils
--- stderr: moveit_configs_utils
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Finished <<< moveit_configs_utils [0.78s]
Starting >>> moveit_resources_panda_description
Finished <<< moveit_resources_panda_description [0.19s]
Starting >>> moveit_resources_panda_moveit_config
Finished <<< moveit_resources_panda_moveit_config [0.20s]
Starting >>> moveit_resources_fanuc_description
Finished <<< moveit_resources_fanuc_description [0.20s]
Starting >>> moveit_resources_fanuc_moveit_config
Finished <<< moveit_resources_fanuc_moveit_config [0.20s]
Starting >>> robotiq_description
Finished <<< robotiq_description [0.19s]
Starting >>> moveit_task_constructor_msgs
Finished <<< moveit_task_constructor_msgs [0.73s]
Starting >>> rviz_marker_tools
Finished <<< rviz_marker_tools [0.24s]
Starting >>> kortex_description
Finished <<< kortex_description [0.19s]
Starting >>> moveit_resources_pr2_description
Finished <<< moveit_resources_pr2_description [0.21s]
Starting >>> moveit_core
Finished <<< moveit_core [0.60s]
Starting >>> moveit_ros_occupancy_map_monitor
Finished <<< moveit_ros_occupancy_map_monitor [0.28s]
Starting >>> moveit_ros_planning
Finished <<< moveit_ros_planning [0.41s]
Starting >>> moveit_kinematics
Finished <<< moveit_kinematics [0.31s]
Starting >>> moveit_ros_move_group
Finished <<< moveit_ros_move_group [0.35s]
Starting >>> moveit_ros_warehouse
Finished <<< moveit_ros_warehouse [0.31s]
Starting >>> moveit_ros_robot_interaction
Finished <<< moveit_ros_robot_interaction [0.29s]
Starting >>> moveit_simple_controller_manager
Finished <<< moveit_simple_controller_manager [0.25s]
Starting >>> moveit_ros_planning_interface
Finished <<< moveit_ros_planning_interface [0.30s]
Starting >>> moveit_ros_visualization
Finished <<< moveit_ros_visualization [0.56s]
Starting >>> moveit_planners_ompl
Finished <<< moveit_planners_ompl [0.32s]
Starting >>> moveit_setup_framework
Finished <<< moveit_setup_framework [0.31s]
Starting >>> moveit_planners_stomp
Finished <<< moveit_planners_stomp [0.27s]
Starting >>> moveit_setup_app_plugins
Finished <<< moveit_setup_app_plugins [0.38s]
Starting >>> moveit_setup_controllers
Finished <<< moveit_setup_controllers [0.42s]
Starting >>> moveit_setup_core_plugins
Finished <<< moveit_setup_core_plugins [0.34s]
Starting >>> moveit_setup_srdf_plugins
Finished <<< moveit_setup_srdf_plugins [0.43s]
Starting >>> moveit_setup_assistant
Finished <<< moveit_setup_assistant [0.31s]
Starting >>> moveit_resources_prbt_support
Finished <<< moveit_resources_prbt_support [0.20s]
Starting >>> moveit_resources_prbt_ikfast_manipulator_plugin
Finished <<< moveit_resources_prbt_ikfast_manipulator_plugin [0.27s]
Starting >>> moveit_plugins
Finished <<< moveit_plugins [0.20s]
Starting >>> moveit_ros_benchmarks
Finished <<< moveit_ros_benchmarks [0.30s]
Starting >>> kortex_api
Finished <<< kortex_api [0.20s]
Starting >>> rviz_visual_tools
Finished <<< rviz_visual_tools [0.44s]
Starting >>> serial
Finished <<< serial [0.22s]
Starting >>> chomp_motion_planner
Finished <<< chomp_motion_planner [0.28s]
Starting >>> moveit_ros_perception
Finished <<< moveit_ros_perception [0.31s]
Starting >>> moveit_resources_prbt_moveit_config
Finished <<< moveit_resources_prbt_moveit_config [0.21s]
Starting >>> moveit_ros
Finished <<< moveit_ros [0.21s]
Starting >>> kortex_driver
Finished <<< kortex_driver [0.25s]
Starting >>> robotiq_driver
Finished <<< robotiq_driver [0.31s]
Starting >>> pick_ik
--- stderr: pick_ik
/home/ym/ws_moveit2test2/build/pick_ik/tests/test-pick_ik: symbol lookup error: /opt/ros/humble/lib/libpick_ik_plugin.so: undefined symbol: _ZN10kinematics14KinematicsBase6LOGGERE
CMake Error at /home/ym/ws_moveit2test2/build/pick_ik/_deps/catch2-src/extras/CatchAddTests.cmake:60 (message):
Error running test executable
'/home/ym/ws_moveit2test2/build/pick_ik/tests/test-pick_ik':
gmake[2]: *** [tests/CMakeFiles/test-pick_ik.dir/build.make:340:tests/test-pick_ik] 错误 1
gmake[2]: *** 正在删除文件“tests/test-pick_ik”
gmake[1]: *** [CMakeFiles/Makefile2:244:tests/CMakeFiles/test-pick_ik.dir/all] 错误 2
gmake: *** [Makefile:146:all] 错误 2
Failed <<< pick_ik [0.37s, exited with code 2]
Summary: 43 packages finished [17.8s]
1 package failed: pick_ik
2 packages had stderr output: moveit_configs_utils pick_ik
25 packages not processed
who can tell me How to experience all the features of moveit2_tutotials,thanks in advance.
The text was updated successfully, but these errors were encountered: