Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Anhand featherstone Algorithmus sollte ich einen Kugelgelenk (Gelenk mit 3 Freiheitsgraden z.B Schultergelenk)programieren.ich habe schon ein Program das ein drehgelenk (Gelenk mit nur einen Freiheitsgrad z.B Kniegelenk)implementiert.

in der Klasse multibody ist eine methode connect für Gelenk mit nur einen Freiheitsgrad so defeniert:

// Connect two links of a multibody. For each link, we specify: (1)

// loc, the location of the joint; (2) axis, the direction of the

// joint axis, and (3) ref, the direction of a reference axis. All

// quantities are specified in the body frame of the corresponding

// link. This routine connects the two links, such that the axes

// coincide. For prismatic joints, the ref axes are always in the

// same direction, and the locs coincide when the joint is in the "0"

// configuration. For revolute joints, the locs always coincide, and

// the ref axes are in the same direction when the joint is in the "0"

// configuration. The base link should be connected to the inertial

// frame; pass 0 (zero or NULL) in as the inboard link for this case.

void connect(Link::JointType jointType,

Link* pInboardLink,

const Vect3 &inLoc,

const Vect3 &inAxis,

const Vect3 &inRef,

Link* pOutboardLink,

const Vect3 &outLoc,

const Vect3 &outAxis,

const Vect3 &outRef);

Wie kann ich connect für Kugelgelenk erweitern?

Im Fall von Kugelgelenk ist der Axis ein Matrix.

Danke für jede Hilfe

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.