-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Belle.invdyn.gravity compensation [WIP] [skip ci] #25
base: master
Are you sure you want to change the base?
Conversation
Please resolve the conflicts of this branch with master |
tried to modify franka setup structure for callback finished most structure run franka is messy af moved stuff from dracula need to change urdf and yaml need to test compilation gtg gtg passes tests passes tests pt2 recreated segfault locally modifying things in two dockers tested compiling the code in dracula file not found... commented out multibody dracula since we aren't using it make sure it's actually calling inversedynamics callback added debugging flags does enter while loop fixed external force error trying to see cause of segfault is ext force seeing if eigen::map is giving problem moved out of function added debug lines remapped tau the problem is in the last two lines added two more debug flags runs find all the way to the return statement tried to merge manual give up that still getting eigen errors refactored franka_plan_runner callback callback debug print statements testing tau init testing tau init testing tau init making Eigen::VectorXd integral_error a member variable removing prints to make it faster removing CalcInverseDynamics to see if loop can meet comms requirements removing CalcInverseDynamics to see if loop can meet comms requirements delete print statements add chrono timgin fixed chrono errors cast chrono comment out momap logs trying to make new variable added time flags added time flags made derivative outside find segfault find segfault updated context updated context commented deriv added exception added urdf masses log tau trying tau_ext filtered tau_ext didn't work tau_ext didn't work tau_ext didn't work tau_ext didn't work franka_Test.urdf checked testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs testing gravity calcs added comments including urdf and making new branch to clean up commits checkedout master's franka_0.sh uncommented include headres resolve manual diffs between franka_test.urdf deleted unused comments
379b62f
to
cdc5225
Compare
…y_compensation # Conflicts: # include/franka_plan_runner.h
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let me know once it works
@@ -0,0 +1,474 @@ | |||
<?xml version="1.0" ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this urdf at all used? What is useful content in it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if urdf in this commit is needed?
cleaned up branch of inverseDynamics
adds callback for inverse dynamics control and include comments/doxygen