fix(rbs_robot): typo in LaunchConfiguration name
This commit is contained in:
parent
b45de3bd43
commit
a0468c98ea
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def launch_setup(context, *args, **kwargs):
|
|||
ee_link_name = LaunchConfiguration("ee_link_name").perform(context)
|
||||
base_link_name = LaunchConfiguration("base_link_name").perform(context)
|
||||
|
||||
use_rbs_utils = LaunchConfiguration("use_sim_time")
|
||||
use_rbs_utils = LaunchConfiguration("use_rbs_utils")
|
||||
assembly_config_name = LaunchConfiguration("assembly_config_name")
|
||||
|
||||
remappings = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue