-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make simulation work with double mallet setup #277
Conversation
…x/simulation-double-mallet
Update: 2nd mallet now appears in the simulation, but is not controlled yet (dangles freely). The issue was lack of |
marimbabot_planning/src/planning.cpp
Outdated
@@ -33,7 +33,7 @@ Planning::Planning(const std::string planning_group) : | |||
} | |||
}; | |||
// Create timer that checks if an action is active and moves back to the home position if not | |||
auto timer = nh_.createTimer(ros::Duration(0.5), timer_callback); | |||
auto timer = nh_.createTimer(ros::Duration(1000.0), timer_callback); |
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.
This should not be on the main, as it deactivates the homing
Whats the state of this? Also regarding the simulation video @iibrahimli |
Ping @iibrahimli |
Planning to finish sim video & paper section today @Flova. Re: homing: yes my bad was testing something in sim and forgot to revert, will fix before merging this PR today |
Simulation demo video: https://cloud.mafiasi.de/s/9SiANFARrNm2F6W |
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.
This is unused in the simulation btw
Update the code so that simulation can be run using the double flex mallet
Currently there are a few problems:
These are probably related.