BT interface node works with web-service
This commit is contained in:
parent
47c5e89913
commit
49e036af5e
15 changed files with 536 additions and 124 deletions
17
rbs_interface/config/interface.json
Normal file
17
rbs_interface/config/interface.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"SkillPackage": {
|
||||
"name": "Robossembler", "version": "1.0", "format": "1"
|
||||
},
|
||||
"Module": {
|
||||
"name": "Interface", "description": "Interface node for the Robossembler skills"
|
||||
},
|
||||
"Launch": {
|
||||
"package": "rbs_interface",
|
||||
"executable": "rbs_interface.py",
|
||||
"param": ["bt_path"]
|
||||
},
|
||||
"ROS2": {
|
||||
"node_name": "rbs_interface", "comment": "!!! no change !!!"
|
||||
},
|
||||
"Settings": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue