|
| 1 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2 | +Changelog for package rm_referee |
| 3 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | + |
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Merge pull request `#80 <https://github.com/ye-luo-xi-tui/rm_control/issues/80>`_ from ljq-lv/new_ui_test |
| 8 | + Improve the Ui to reduce data transport |
| 9 | +* Modified the braces of rm_common |
| 10 | +* Modified the braces of rm_common |
| 11 | +* Fixed the error of wrong named |
| 12 | +* Fixed the error of wrong named |
| 13 | +* Modified the name of time stamp |
| 14 | +* Delete the director of "referee" in CMakeLists.txt |
| 15 | +* Improve the struct of directory |
| 16 | +* Divide ui.cpp into different type cpp |
| 17 | +* Add the empty function to updateManualCmdData() |
| 18 | +* Move updateManualCmdData into parent class |
| 19 | +* Delete the usleep() |
| 20 | +* Add the rpc_value of fixed |
| 21 | +* Delete unnecessary function run() |
| 22 | +* Modified the param's name and combined the if |
| 23 | +* Modified the named of time |
| 24 | +* Add destructor function |
| 25 | +* Modified the logic to get param |
| 26 | +* Modified the named of time stamp |
| 27 | +* Improve the way to get param |
| 28 | +* Delete unnecessary init and NodeHandle |
| 29 | +* Move the class's init from cpp to h |
| 30 | +* Move referee_ui\_'s init into rm_referee::Referee |
| 31 | +* Delete the parent Delete the part of update |
| 32 | +* Delete the part of Referee.msg |
| 33 | +* Run pre-commit |
| 34 | +* Merge branch 'master' into new_ui_test |
| 35 | +* Merge pull request `#78 <https://github.com/ye-luo-xi-tui/rm_control/issues/78>`_ from chenhuiYu00/dev/command_sender |
| 36 | + Check the modification of command sender. |
| 37 | +* Add namespace "referee" before topic's name |
| 38 | +* Fixed code style |
| 39 | +* Add "referee\_" before topic's name |
| 40 | +* Fixed the spelling error |
| 41 | +* Fixed the spelling error |
| 42 | +* Fixed the cover state's bug |
| 43 | +* Test the basic ui function successful |
| 44 | +* Locate the bug of capacity class |
| 45 | +* Locate the bug of chassis class |
| 46 | +* Add the chassis class |
| 47 | +* Fix the logic of CheckUiAdd() |
| 48 | +* Delete chassis class to test bug |
| 49 | +* Modified the struct of ui |
| 50 | +* Modified the struct of ui |
| 51 | +* Test the init of referee_base |
| 52 | +* Add test code |
| 53 | +* Delete referee msg and update command sender. |
| 54 | +* test |
| 55 | +* Move the robot_id and robot_color from "Base" to the class "DataTranslation" |
| 56 | +* Add the class "DataTranslation" to deal with serial\_ |
| 57 | +* Merge pull request `#76 <https://github.com/ye-luo-xi-tui/rm_control/issues/76>`_ from chenhuiYu00/accleration_Initial_value |
| 58 | + Add accleration initial value. |
| 59 | +* Merge branch 'rm-controls:master' into master |
| 60 | +* Code format. |
| 61 | +* Merge pull request `#70 <https://github.com/ye-luo-xi-tui/rm_control/issues/70>`_ from chenhuiYu00/rm_referee_pr |
| 62 | + Complete the referee part of manual separation. |
| 63 | +* Remove referee config. |
| 64 | +* Move files. |
| 65 | +* Type conversion. |
| 66 | +* Add RobotID enum. |
| 67 | +* Delete /common/data.h, Update power_limit and heat_limit. |
| 68 | +* Update date acquisition in command_sender. |
| 69 | +* Naming conventions. |
| 70 | +* Move referee part from rm_common to rm_referee and modify ui sending logic. |
| 71 | +* Add referee is_online msg. |
| 72 | +* Adjust referee data sending way and adapt current ui. |
| 73 | +* Add referee msg. |
| 74 | +* Merge and fixed conflict. |
| 75 | +* Write radar interactive. |
| 76 | +* Add radar part. |
| 77 | +* Fixed bug. |
| 78 | +* Add gimablchassis ui. |
| 79 | +* Ui work success,ore ui is in test. |
| 80 | +* Try reuse power limit state. |
| 81 | +* Change Variable name,color problem in powerlimitstate. |
| 82 | +* Merge branch 'referee1' of github.com:chenhuiYu00/rm_control into referee1 |
| 83 | + Conflicts: |
| 84 | + rm_common/include/rm_common/decision/command_sender.h |
| 85 | + rm_common/include/rm_common/decision/service_caller.h |
| 86 | + rm_msgs/msg/referee/CalibrationStatus.msg |
| 87 | + rm_msgs/msg/referee/CapacityData.msg |
| 88 | + rm_msgs/msg/referee/DetectionStatus.msg |
| 89 | + rm_msgs/msg/referee/EngineerCmd.msg |
| 90 | + rm_msgs/msg/referee/GameRobotHp.msg |
| 91 | + rm_msgs/msg/referee/GameRobotStatus.msg |
| 92 | + rm_msgs/msg/referee/GameStatus.msg |
| 93 | + rm_msgs/msg/referee/PowerHeatData.msg |
| 94 | + rm_msgs/msg/referee/StateCmd.msg |
| 95 | + rm_referee/config/standard3.yaml |
| 96 | + rm_referee/include/rm_referee/common/data.h |
| 97 | + rm_referee/include/rm_referee/common/referee_base.h |
| 98 | + rm_referee/include/rm_referee/engineer_referee.h |
| 99 | + rm_referee/include/rm_referee/hero_referee.h |
| 100 | + rm_referee/include/rm_referee/referee/referee.h |
| 101 | + rm_referee/include/rm_referee/referee/ui.h |
| 102 | + rm_referee/include/rm_referee/robot_referee.h |
| 103 | + rm_referee/include/rm_referee/standard_referee.h |
| 104 | + rm_referee/launch/load.launch |
| 105 | + rm_referee/src/common/referee_base.cpp |
| 106 | + rm_referee/src/engineer_referee.cpp |
| 107 | + rm_referee/src/hero_referee.cpp |
| 108 | + rm_referee/src/main.cpp |
| 109 | + rm_referee/src/referee/referee.cpp |
| 110 | + rm_referee/src/referee/ui.cpp |
| 111 | + rm_referee/src/robot_referee.cpp |
| 112 | + rm_referee/src/standard_referee.cpp |
| 113 | +* Fixed some problems,not ready. |
| 114 | +* Update config,referee only send ui once. |
| 115 | +* Add ore remain,dart remain ui. |
| 116 | +* Fixed topic naming, add time stamp in referee msgs. |
| 117 | +* Merge date. |
| 118 | +* Fixed for test manual,Immature work. |
| 119 | +* Merge branch 'rm_referee1' into referee1 |
| 120 | +* Merge date. |
| 121 | +* Ljq update,fixed for test manual,Immature work. |
| 122 | +* Add PowerHearData.msg and GameRObotHp.msg |
| 123 | +* Delete unnecessary calibraiton.h |
| 124 | +* Add README.md |
| 125 | +* Update the add operation of ui |
| 126 | +* Add referee package |
| 127 | +* Contributors: Chenhui, QiayuanLiao, ljq-lv, ye-luo-xi-tui, yuchen, 吕骏骐 |
0 commit comments