Skip to content

Fix undefined error - #311

Merged
2194555 merged 1 commit into
rm-controls:masterfrom
Bluefairy-ljy:update_control
Jul 11, 2026
Merged

Fix undefined error#311
2194555 merged 1 commit into
rm-controls:masterfrom
Bluefairy-ljy:update_control

Conversation

@Bluefairy-ljy

Copy link
Copy Markdown
Contributor

No description provided.

@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for rm-control ready!

Name Link
🔨 Latest commit 07e7d92
🔍 Latest deploy log https://app.netlify.com/projects/rm-control/deploys/6a3e637896c1b600080845bd
😎 Deploy Preview https://deploy-preview-311--rm-control.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@2194555
2194555 requested a review from Copilot July 11, 2026 09:48
@2194555
2194555 merged commit 20396b6 into rm-controls:master Jul 11, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates RefereeBase’s header to match existing implementation details in referee_base.cpp, addressing build errors caused by missing declarations/types.

Changes:

  • Adds missing ROS message includes needed by callback declarations (std_msgs/Int32).
  • Declares additional subscriber callbacks and corresponding ros::Subscriber members.
  • Adds UI pointer members for hero-leg and relocalization/deploy-distance related UI elements.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9 to +11
#include <ros/timer.h>
#include <std_msgs/Int32.h>
#include <std_msgs/Float32MultiArray.h>
Comment on lines +117 to +121
HeroLegTriggerChangeUi* hero_leg_trigger_change_ui_{};

BulletTimeChangeUi* bullet_time_change_ui_{};
CapacitorTimeChangeUi* capacitor_time_change_ui_{};
RelocalizeProgressTimeChangeUi* relocalize_progress_time_change_ui_{};
Comment on lines 132 to +134
TargetDistanceTimeChangeUi* target_distance_time_change_ui_{};
DeployDistanceTimeChangeUi* deploy_distance_time_change_ui_{};
HeroLegTimeChangeUi* hero_leg_time_change_ui_{};
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