Skip to content

Commit d3bbc6a

Browse files
stephane-caronStéphane Caron
authored andcommitted
WIP: CI check
1 parent d3d7507 commit d3bbc6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robot_descriptions/loaders/pinocchio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def load_robot_description(
6666
os.path.dirname(module.URDF_PATH), # e.g. laikago_description
6767
]
6868

69-
logging.debug("module %s" % str(module))
69+
logging.debug("\nCI CHECK")
70+
logging.debug("module=%s" % str(module))
7071
logging.debug("package_dirs=%s" % str(package_dirs))
7172

7273
robot = pin.RobotWrapper.BuildFromURDF(

0 commit comments

Comments
 (0)