Skip to content

Commit

Permalink
Update simple_launch.test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Sep 11, 2024
1 parent 584bdc0 commit 39fed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple_launch.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pytest.mark.launch_test
def generate_test_description():
robot_controllers = PathJoinSubstitution([FindPackageShare('wbc_ros'), 'test', 'config', 'robot_controllers_simple.yaml'])
robot_controllers = PathJoinSubstitution([FindPackageShare('wbc_ros'), 'test', 'config', 'robot_controllers.yaml'])
robot_description = Command([
PathJoinSubstitution([FindExecutable(name='xacro')]),' ',
PathJoinSubstitution([FindPackageShare('wbc_ros'), 'models', 'urdf', 'iiwa.config.xacro']),' ',
Expand Down

0 comments on commit 39fed83

Please sign in to comment.