Skip to content

Commit

Permalink
Feature/workspace status (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut authored Jul 4, 2024
2 parents 11e9dd1 + d2cd7d2 commit f445e0e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions config/udp_bridge.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
/**:
ros__parameters:
encryption_key: "robocup2023"
encryption_key: "robocup2024"
port: 1234
send_frequency: 300
sender_queue_max_size: 5

topics:
- /rosout
- /robot_state
- /goal_pose
- /ball_position_relative_filtered
- /cmd_vel
- /pose_with_covariance
- /debug/dsd/body_behavior/dsd_current_action
- /debug/dsd/body_behavior/dsd_tree
- /debug/dsd/body_behavior/dsd_stack
- /debug/dsd/body_behavior/dsd_tree
- /debug/dsd/hcm/dsd_current_action
- /debug/dsd/hcm/dsd_tree
- /debug/dsd/hcm/dsd_stack
- /debug/dsd/hcm/dsd_tree
- /debug/dsd/localization/dsd_current_action
- /debug/dsd/localization/dsd_tree
- /debug/dsd/localization/dsd_stack
- /team_data
- /ball_position_relative_filtered
- /gamestate
- /debug/dsd/localization/dsd_tree
- /diagnostics_agg
- /system_workload
- /field/map
- /gamestate
- /goal_pose
- /pose_with_covariance
- /robot_state
- /rosout
- /system_workload
- /team_data
- /workspace_status

0 comments on commit f445e0e

Please sign in to comment.