Skip to content

Commit 4616f86

Browse files
chore: remove the copyright notice
1 parent 1084ca0 commit 4616f86

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

examples/robots/planar_2dof.urdf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<!-- Planar 2-DOF robot arm lying on the XY-plane.
33
Both revolute joints rotate around the Z-axis, so motion is constrained
44
to the XY-plane. Based on double_pendulum.urdf but reoriented. -->
5-
<!-- SPDX-License-Identifier: Apache-2.0 -->
65
<robot name="planar_2dof">
76
<link name="base_link">
87
<inertial>

pink/tasks/manipulability_task.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
53

64
"""A task to maximize the manipulability of a robot manipulator."""
75

0 commit comments

Comments
 (0)