-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Deprecate all optitrack-related code for removal #19866
Deprecate all optitrack-related code for removal #19866
Conversation
- drake::systems::sensors::OptitrackLcmFrameSender - drake::systems::sensors::OptitrackReceiver - The @optitrack_driver external - The installed optitrack_client program Note that this does not add Bazel deprecation markers anywhere (doing so ends up being extra trouble for downstreams).
+@rpoyner-tri for feature review, please. |
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.
Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status: LGTM missing from assignee rpoyner-tri(platform)
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.
Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status: LGTM missing from assignee rpoyner-tri(platform)
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.
Reviewable status: complete! all discussions resolved, LGTM from assignees rpoyner-tri(platform),ggould-tri(platform)
FYI See here for alternative packaging for users: |
See here for alternative packaging for users:
https://github.com/RobotLocomotion/optitrack-driver/releases/tag/v0.0.20230714
The following code will be removed in ~3 months:
drake::systems::sensors::OptitrackLcmFrameSender
drake::systems::sensors::OptitrackReceiver
@optitrack_driver
externaloptitrack_client
programNote that this does not add Bazel deprecation markers anywhere (doing so ends up being extra trouble for downstreams).
Closes #19600.
This change is