You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source or binary build?
source build, gz-physics7 and main branches
Description
Expected behavior: A moving non-base link should return correct linear and angular velocity values.
Actual behavior: Zero velocities are returned
In the bullet-featherstone plugin, non-base links currently returns zero linear and angular linear velocities. The relevant code for generating velocities for non-base links are located here:
A closer look at the bullet source code reveals that the btMultiBodyLink's m_absFrameTotVelocity variables are never filled unless btMultiBody::useGlobalVelcoties() is called and set to true
The text was updated successfully, but these errors were encountered:
Environment
source build,
gz-physics7
andmain
branchesDescription
In the bullet-featherstone plugin, non-base links currently returns zero linear and angular linear velocities. The relevant code for generating velocities for non-base links are located here:
gz-physics/bullet-featherstone/src/KinematicsFeatures.cc
Lines 43 to 44 in 2bc19ad
A closer look at the bullet source code reveals that the
btMultiBodyLink
'sm_absFrameTotVelocity
variables are never filled unlessbtMultiBody::useGlobalVelcoties()
is called and set totrue
The text was updated successfully, but these errors were encountered: