add MoveToPose skill config (through Interface Node)
This commit is contained in:
parent
b26193655b
commit
addfd40160
5 changed files with 64 additions and 0 deletions
24
rbs_perception/config/MoveToPose.json
Normal file
24
rbs_perception/config/MoveToPose.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"SkillPackage": {
|
||||
"name": "Robossembler", "version": "1.0", "format": "1"
|
||||
},
|
||||
"Module": {
|
||||
"name": "MoveToPose", "description": "Move to Pose skill with dekart controllers"
|
||||
},
|
||||
"Launch": {
|
||||
"executable": "movetopose_lc.py"
|
||||
},
|
||||
"ROS2": {
|
||||
"node_name": "lc_dc"
|
||||
},
|
||||
"BTAction": [
|
||||
{
|
||||
"name": "move",
|
||||
"format": "yaml",
|
||||
"type": "run",
|
||||
"param":["robot_name","pose"],
|
||||
"result":[]
|
||||
}
|
||||
],
|
||||
"Settings": []
|
||||
}
|
3
rbs_perception/config/move.yaml
Normal file
3
rbs_perception/config/move.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
robot_name: arm1
|
||||
# loc_xyz, rot_euler
|
||||
pose: [0.137, 0.165, 0.202, 0.0, 0.0, 3.14]
|
Loading…
Add table
Add a link
Reference in a new issue