Skip to content
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

Modify something to cause double shoot and continuous shoot when high frequency #160

Closed
wants to merge 5 commits into from

Conversation

liyixin135
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Apr 10, 2024

Deploy Preview for rm-control-rm-controllers failed.

Name Link
🔨 Latest commit 1b67b3e
🔍 Latest deploy log https://app.netlify.com/sites/rm-control-rm-controllers/deploys/6617912cad27ed000711f78d

config_.exit_push_threshold))
(std::fmod(std::abs(ctrl_trigger_.command_struct_.position_ - ctrl_trigger_.getPosition()), 2. * M_PI) <
config_.exit_push_threshold ||
cmd_.hz >= 20)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个20可以改成参数

@@ -199,26 +200,17 @@ void Controller::push(const ros::Time& time, const ros::Duration& period)
{ // Time to shoot!!!
if (cmd_.hz >= 20)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这也也是

@liyixin135 liyixin135 closed this Apr 14, 2024
@liyixin135 liyixin135 reopened this Apr 14, 2024
@liyixin135 liyixin135 closed this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants