We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084ca0 commit 4616f86Copy full SHA for 4616f86
2 files changed
examples/robots/planar_2dof.urdf
@@ -2,7 +2,6 @@
2
<!-- Planar 2-DOF robot arm lying on the XY-plane.
3
Both revolute joints rotate around the Z-axis, so motion is constrained
4
to the XY-plane. Based on double_pendulum.urdf but reoriented. -->
5
-<!-- SPDX-License-Identifier: Apache-2.0 -->
6
<robot name="planar_2dof">
7
<link name="base_link">
8
<inertial>
pink/tasks/manipulability_task.py
@@ -1,7 +1,5 @@
1
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-#
-# SPDX-License-Identifier: Apache-2.0
"""A task to maximize the manipulability of a robot manipulator."""
0 commit comments