Skip to content

Commit 1870e80

Browse files
committed
add a nonsingular configuration, qb for "bent"
1 parent 66e617d commit 1870e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/models/ETS/Planar2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ def __init__(self):
3535

3636
super().__init__([l0, l1, l2], name="Planar2", comment="Planar 2D manipulator")
3737

38-
self.qr = np.array([0, 0])
38+
self.qb = np.array([0, np.pi/2])
3939
self.qz = np.zeros(2)
4040

41-
self.addconfiguration("qr", self.qr)
4241
self.addconfiguration("qz", self.qz)
42+
self.addconfiguration("qb", self.qb)
4343

4444

4545
if __name__ == "__main__": # pragma nocover

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy