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

Isaac13 qol fixes + release 0.2.8 #160

Merged
merged 10 commits into from
Apr 2, 2024

Conversation

marinagmoreira
Copy link
Member

Hi!
I'm joining the release PR with the updates PR because I wanted to make new debians and do lab testing with those.

Scicam updates: don't change the focus in between takes if it's using the same value; change focus at start of the panorama and geometry surveys

Survey manager: fixed a berth1/berth2 name collision bug; make output more readable (still not great); made the monitors exit somewhat cleanly (ctrl+c and then it will ask you to press enter, once you do it will exit)

Lab testing: I tested all the new features on the lab, did a full granite lab survey, inspection, panorama, geometry

@marinagmoreira marinagmoreira marked this pull request as ready for review March 28, 2024 21:59
@marinagmoreira marinagmoreira requested a review from bcoltin March 28, 2024 21:59
@@ -571,6 +576,8 @@ class InspectionNode : public ff_util::FreeFlyerNodelet {
if (flashlight_intensity_current_ != cfg_.Get<double>("toggle_flashlight")) {
flashlight_intensity_current_ = cfg_.Get<double>("toggle_flashlight");
Flashlight(flashlight_intensity_current_);
sci_cam_req_ = 1;
SendPicture(-1);
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you! This will save the sci cam from taking extra images!

@marinagmoreira marinagmoreira merged commit 2550c10 into nasa:develop Apr 2, 2024
4 checks passed
@marinagmoreira marinagmoreira deleted the isaac13_qol_fixes branch April 2, 2024 00:13
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.

3 participants