Skip to content
Discussion options

You must be logged in to vote
  1. When solving for the acceleration aba in JointModelFreeFlyer, in which coordinate system are the quantities q, v, tau, and a defined?

q is the configuration vector. The translation is represented in the world frame.
The other quantities v, a and tau are expressed in the body frame of the FreeFlyer.

2. If these quantities are defined in the body - fixed coordinate system, why isn't there any coordinate system transformation involved in the examples/casadi/quadrotor - ocp.py file?

I don't understand your question.

3. In the program, what does dq = v * dt + a * dt**2 mean? Is it used to represent the change in distance or the change in velocity?

dq is the variation of the configurati…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@qiyuanchn
Comment options

@qiyuanchn
Comment options

@jcarpent
Comment options

@qiyuanchn
Comment options

@qiyuanchn
Comment options

Answer selected by jcarpent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2650 on April 16, 2025 14:19.