Skip to content

Commit 7245b40

Browse files
committed
debug GH
1 parent 3cb94b3 commit 7245b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboticstoolbox/robot/ERobot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ def urdf_to_ets_args(self, file_path, tld=None):
392392

393393
# get the path to the class that defines the robot
394394
classpath = sys.modules[self.__module__].__file__
395+
print("*** urdf_to_ets_args: ", classpath)
395396
# add on relative path to get to the URDF or xacro file
396397
base_path = PurePath(classpath).parent.parent / 'URDF' / 'xacro'
397398
file_path = base_path / PurePosixPath(file_path)

0 commit comments

Comments
 (0)