webstudio/web_p/GetInterfaces/test_package.json
2024-12-01 16:12:08 +00:00

16 lines
365 B
JSON

{
"sid": 3,
"type": "digital_twin",
"entity": "ROBOT",
"description": "Robossembler Arm",
"command": "ros2 launch",
"package": "rbs_bringup",
"executable": "single_robot.launch.py gazebo_gui:=false",
"args": {
"robot_name": "${NAME:string:''",
"dof": "${NAME:number:''"
},
"interfaces": {
"cmd": "python ros2_topic_to_json.py"
}
}