File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,7 @@ def test_remappings(sut):
6666@pytest .mark .parametrize ('sut' , ['turtlebot3-ros2' ], indirect = True )
6767def test_locate_with_package_ros2 (sut ):
6868 actual_path = sut .ros2 .launch .locate ('cartographer.launch.py' , package = 'turtlebot3_cartographer' )
69- expected_path = '/ros_ws/src/turtlebot3/turtlebot3_cartographer/launch/cartographer.launch.py'
70- assert actual_path == expected_path
71-
72-
73- @pytest .mark .parametrize ('sut' , ['turtlebot3-ros2' ], indirect = True )
74- def test_locate_without_package_ros2 (sut ):
75- actual_path = sut .ros2 .launch .locate ('/ros_ws/src/turtlebot3/turtlebot3_cartographer/launch/cartographer.launch.py' )
76- expected_path = '/ros_ws/src/turtlebot3/turtlebot3_cartographer/launch/cartographer.launch.py'
69+ expected_path = '/ros_ws/install/turtlebot3_cartographer/share/launch/cartographer.launch.py'
7770 assert actual_path == expected_path
7871
7972
You can’t perform that action at this time.
0 commit comments