mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
1,整合所有moveit节点到一个move_group中,并整合所有的controller依次激活 2,添加pymoveit2的节点,使用json可直接启动 3,修改机械臂规划方式,添加约束,让冗余关节不会进行过多移动
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"slider1_joint": {
|
|
"child":"slider1_link",
|
|
"axis" : "x"
|
|
},
|
|
"slider2_joint": {
|
|
"child":"slider2_link",
|
|
"axis" : "x"
|
|
},
|
|
"slider3_joint": {
|
|
"child":"slider3_link",
|
|
"axis" : "x"
|
|
}
|
|
} |