@小鱼 官方的教程连接如下
https://ros-planning.github.io/moveit_tutorials/doc/pilz_industrial_motion_planner/pilz_industrial_motion_planner.html

在文中描述使用的是
“This package uses moveit_msgs::MotionPlanRequest and moveit_msgs::MotionPlanResponse as input and output for motion planning.”
意思是使用moveit_msgs::MotionPlanReques作为输入,但是找不到对应的函数来接受这个消息类型,或者是对应的Server和Action也未指明。

文中给出了一个python的代码示例,但是想使用C++来实现对这个运动规划库的调用