forked from rm-controls/rm_control
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from rm-controls/master
[pull] master from rm-controls:master
- Loading branch information
Showing
23 changed files
with
722 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ string ex_arm_state | |
uint32 stone_num | ||
|
||
string step_queue_name | ||
bool symbol | ||
uint32 symbol | ||
time stamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
uint32 event_data | ||
bool forward_supply_station_state | ||
bool inside_supply_station_state | ||
bool supplier_zone_state | ||
bool power_rune_activation_point_state | ||
bool small_power_rune_state | ||
bool large_power_rune_state | ||
uint8 ring_elevated_ground_state | ||
uint8 r3_state | ||
uint8 r4_state | ||
uint8 base_shield_value | ||
uint16 be_hit_time | ||
uint8 be_hit_target | ||
uint8 central_point_state | ||
|
||
time stamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
uint32 rfid_status | ||
bool base_buff_point_state | ||
bool own_ring_elevated_ground_state | ||
bool enemy_ring_elevated_ground_state | ||
bool own_r3_state | ||
bool enemy_r3_state | ||
bool own_r4_state | ||
bool enemy_r4_state | ||
bool power_rune_activation_point_state | ||
bool forward_own_launch_ramp_buff_point_state | ||
bool behind_own_launch_ramp_buff_point_state | ||
bool forward_enemy_launch_ramp_buff_point_state | ||
bool behind_enemy_launch_ramp_buff_point_state | ||
bool own_outpost_buff_point | ||
bool own_side_restoration_zone | ||
bool own_sentry_patrol_zones | ||
bool enemy_sentry_patrol_zones | ||
bool own_large_resource_island_point | ||
bool enemy_large_resource_island_point | ||
bool own_exchange_zone | ||
bool central_buff_point | ||
uint32 reverse | ||
|
||
time stamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
uint8 target_robot_ID | ||
float32 target_position_x | ||
float32 target_position_y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.