解决方法:重新安装Moveit并按照官方说明命名配置文件夹名称。代码示例:
sudo apt-get remove ros-noetic-moveit
sudo apt-get install ros-noetic-moveit
cd ~/catkin_ws/src
git clone https://github.com/ros-planning/moveit.git
cd ~/catkin_ws/
catkin_make
source ~/catkin_ws/devel/setup.bash
mv ~/.moveit ~/.moveit_old
rosrun moveit_setup_assistant setup_assistant
在运行Moveit Setup Assistant时,请添加所有功能包以避免可能的问题。