Skip to content

Commit

Permalink
remove controller config file params from the control_node
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Oct 4, 2024
1 parent 6e9ecb7 commit 2adfd73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions kuka_iiqka_eac_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def launch_setup(context, *args, **kwargs):
parameters=[
robot_description,
controller_config,
jtc_config,
jic_config,
ec_config,
{
"hardware_components_initial_state": {
"unconfigured": [tf_prefix + robot_model.perform(context)]
Expand Down
1 change: 0 additions & 1 deletion kuka_kss_rsi_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def launch_setup(context, *args, **kwargs):
parameters=[
robot_description,
controller_config,
jtc_config,
{
"hardware_components_initial_state": {
"unconfigured": [tf_prefix + robot_model.perform(context)]
Expand Down
4 changes: 0 additions & 4 deletions kuka_sunrise_fri_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ def launch_setup(context, *args, **kwargs):
parameters=[
robot_description,
controller_config,
jtc_config,
jic_config,
ec_config,
etb_config,
{
"hardware_components_initial_state": {
"unconfigured": [tf_prefix + robot_model.perform(context)]
Expand Down

0 comments on commit 2adfd73

Please sign in to comment.