fix: resolve issue when rbs_bringup loaded without robot_description parameter
This commit is contained in:
parent
a8480b290a
commit
519004f6d2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def launch_setup(context, *args, **kwargs):
|
|||
get_package_share_directory(description_package), "config", controllers_file
|
||||
)
|
||||
|
||||
if robot_description.perform(context):
|
||||
if not robot_description.perform(context):
|
||||
xacro_file = os.path.join(
|
||||
get_package_share_directory(description_package), "urdf", description_file
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue