File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ bool cover_state
77#hero
88bool gimbal_eject
99bool hero_eject_flag
10- uint32 ui_symbol
10+ uint32 ui_display_symbol
1111
1212#engineer
1313bool engineer_calibration_state
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ void RefereeBase::manualDataCallBack(const rm_msgs::ManualToReferee::ConstPtr& d
477477 if (cover_flash_ui_ && !is_adding_)
478478 cover_flash_ui_->updateManualCmdData (data, ros::Time::now ());
479479 if (customize_display_flash_ui_ && !is_adding_)
480- customize_display_flash_ui_->updateCmdData (data->ui_symbol );
480+ customize_display_flash_ui_->updateCmdData (data->ui_display_symbol );
481481}
482482void RefereeBase::radarDataCallBack (const std_msgs::Int8MultiArrayConstPtr& data)
483483{
You can’t perform that action at this time.
0 commit comments