Skip to content

Commit

Permalink
add quantec models
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Nov 13, 2023
1 parent ed5e62d commit 7c91cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kuka_kss_rsi_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def launch_setup(context, *args, **kwargs):
robot_family = "agilus"
elif robot_model.perform(context) in ["kr16_r2010_2"]:
robot_family = "cybertech"
elif robot_model.perform(context) in ["kr210_r2700_2", "kr210_r3100_2"]:
robot_family = "quantec"
else:
print("[ERROR] [launch]: robot model not recognized")
raise Exception
Expand Down

0 comments on commit 7c91cf9

Please sign in to comment.