Closed ogios closed 1 month ago
Hi @ogios, it seems 'uf850
' is correct for the group name. Could you please show us the specific procedures to reproduce the issue? Like what is the launch file and arguments given before executing this python script? It can imply what nodes and parameters are loaded and running in the background. And could you show us the full python code (can be a minimum version just to catch the error)?
@penglongxiang Thanks!
And as i go through the uf_ros_lib MoveItConfigBuilder, i found that it's because i should pass in the robot_type
& dof
as xarco arguments.
Now i can get this work.
Sorry i'm new to this. I'm trying to convert moveit2 tutorial
panda_arm
touf850
, so basically it's this:The error goes with:
I saw that in
xarm_moveit_config/srdf/_uf850_macro.srdf.xacro
it says group name is{prefix}uf850
and the prefix is actually an empty string so the group name should beuf850
? But it do not work, i've tried alsoxarm/controllers_initial_group_+xarm&uf850...
, none of them works.So how can i solve it?