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

Tickets/love 89 Mirror Cover Status in TMA #442

Merged
merged 9 commits into from
Apr 4, 2023
Merged

Conversation

fdelcampo
Copy link
Contributor

Added telemetries about the individual status of the mirror covers, and add the individual position.
Refactor about azimuth visualization in this component

Copy link
Contributor

@sebastian-aranda sebastian-aranda left a comment

Choose a reason for hiding this comment

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

Great job @fdelcampo ! I've only left a few comments regarding not removed comment blocks. Please take a look to them. Thanks!

Comment on lines 65 to 70
{/* {<div className={styles.azContainer}>
<Azimuth
currentValue={this.props.azimuthActualPosition}
targetValue={this.props.azimuthDemandPosition}
/>
</div>} */}
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment block should be removed.

Comment on lines 76 to 87
// getAngleClosedCoverMirror() {
// const stateToClosedMTMountMirrorCoversState = {
// RETRACTED: Math.PI / 12,
// DEPLOYED: Math.PI / 2 + Math.PI / 4,
// RETRACTING: Math.PI / 2,
// DEPLOYING: Math.PI / 2 - Math.PI / 6,
// LOST: -Math.PI / 36,
// };
// // const mirrorCoversValue = this.props.mirrorCoversState.map((state) => mtMountMirrorCoversStateMap[state]);
// // return mirrorCoversValue.map((value) => stateToClosedMTMountMirrorCoversState[value]);
// return this.props.mirrorCoversPosition.map((value) => value + 5);
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment block should be removed.

// const mirrorCoversValue = this.props.mirrorCoversState.map((state) => mtMountMirrorCoversStateMap[state]);
// return mirrorCoversValue.map((value) => stateToClosedMTMountMirrorCoversState[value]);
//}

Copy link
Contributor

Choose a reason for hiding this comment

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

This comment block should be removed.

Comment on lines +141 to +111
//'ok': styles.ok,
//'warning': styles.warning,
Copy link
Contributor

Choose a reason for hiding this comment

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

These lines should be removed.

Comment on lines 23 to 29
/* .azContainer {
position: absolute;
left: -60%;
top: -60%;
width: 220%;
}
/* width: 100%; *
} */
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment block should be removed.

Comment on lines 189 to 193
/* .bgCurrent {
fill: transparent;
stroke: #3a525f60;
transition: stroke-dasharray linear 0.5s;
} */
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment block should be removed.

Copy link
Contributor

@sebastian-aranda sebastian-aranda left a comment

Choose a reason for hiding this comment

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

Thank you @fdelcampo !

@fdelcampo fdelcampo merged commit 599bfce into develop Apr 4, 2023
@sebastian-aranda sebastian-aranda deleted the tickets/LOVE-89 branch May 11, 2023 21:17
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