added doc on how to use framework with your robot or how to add new robot

This commit is contained in:
Ilya Uraev 2024-11-15 23:25:02 +03:00
parent ea4ae0ed69
commit 85eec1b7d7
8 changed files with 292 additions and 34 deletions

View file

@ -35,6 +35,8 @@ def launch_setup(context, *args, **kwargs):
"scene_config_file": "",
"base_link_name": "base_link",
"ee_link_name": "gripper_grasp_point",
"control_space": "task",
"control_strategy": "position",
}.items(),
)