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

Achieved the function of adjusting the position of image transmission #125

Merged
merged 7 commits into from
Jan 19, 2025

Conversation

321Aurora
Copy link
Contributor

实现了英雄机器人可以通过按下ctrl+z、ctrl+x来进行图传位置的上下微调,可以按下ctrl+q来恢复默认吊射图传角度。

Copy link
Contributor

@YoujianWu YoujianWu left a comment

Choose a reason for hiding this comment

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

修改一下变量名字

@@ -126,7 +128,9 @@ class ChassisGimbalShooterManual : public ChassisGimbalManual
geometry_msgs::PointStamped point_out_;
uint8_t last_shoot_freq_{};

bool prepare_shoot_ = false, is_balance_ = false, use_scope_ = false, adjust_image_transmission_ = false;
bool prepare_shoot_ = false, is_balance_ = false, use_scope_ = false, adjust_image_transmission_ = false,
up_change_position_ = false, low_change_position = false, need_change_position = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

low_change_position = false, need_change_position = false,变量命名不对

@YoujianWu YoujianWu merged commit cb51cb1 into rm-controls:master Jan 19, 2025
3 checks passed
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