Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions robocup_ssl_msgs/msg/detection/DetectionBall.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# https://github.com/RoboCup-SSL/ssl-vision/blob/master/src/shared/proto/messages_robocup_ssl_detection.proto

float32 confidence
uint32[<=1] area # optional
uint32[] area # optional
float32 x
float32 y
float32[<=1] z # optional
float32[] z # optional
float32 pixel_x
float32 pixel_y
6 changes: 3 additions & 3 deletions robocup_ssl_msgs/msg/detection/DetectionRobot.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# https://github.com/RoboCup-SSL/ssl-vision/blob/master/src/shared/proto/messages_robocup_ssl_detection.proto

float32 confidence
uint32[<=1] robot_id # optional
uint32[] robot_id # optional
float32 x
float32 y
float32[<=1] orientation # optional
float32[] orientation # optional
float32 pixel_x
float32 pixel_y
float32[<=1] height # optional
float32[] height # optional
6 changes: 3 additions & 3 deletions robocup_ssl_msgs/msg/detection_tracked/KickedBall.msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Vector3 vel
float64 start_timestamp

# The predicted unix timestamp [s] when the ball comes to a stop
float64[<=1] stop_timestamp # optional
float64[] stop_timestamp # optional
# The predicted position [m] at which the ball will come to a stop
Vector2[<=1] stop_pos # optional
Vector2[] stop_pos # optional

# The robot that kicked the ball
RobotId[<=1] robot_id # optional
RobotId[] robot_id # optional
4 changes: 2 additions & 2 deletions robocup_ssl_msgs/msg/detection_tracked/TrackedBall.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
Vector3 pos

# The velocity [m/s] in the ssl-vision coordinate system
Vector3[<=1] vel # optional
Vector3[] vel # optional

# The visibility of the ball
# A value between 0 (not visible) and 1 (visible)
# The exact implementation depends on the source software
float32[<=1] visibility #optional
float32[] visibility #optional
2 changes: 1 addition & 1 deletion robocup_ssl_msgs/msg/detection_tracked/TrackedFrame.msg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TrackedRobot[] robots

# Information about a kicked ball, if the ball was kicked by a robot and is still moving
# Note: This field is optional. Some source implementations might not set this at any time
KickedBall[<=1] kicked_ball # optional
KickedBall[] kicked_ball # optional

# List of capabilities of the source implementation
uint32[] capabilities
6 changes: 3 additions & 3 deletions robocup_ssl_msgs/msg/detection_tracked/TrackedRobot.msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Vector2 pos
float32 orientation

# The velocity [m/s] in the ssl-vision coordinate system
Vector2[<=1] vel # optional
Vector2[] vel # optional
# The angular velocity [rad/s] in the ssl-vision coordinate system
float32[<=1] vel_angular # optional
float32[] vel_angular # optional

# The visibility of the robot
# A value between 0 (not visible) and 1 (visible)
# The exact implementation depends on the source software
float32[<=1] visibility # optional
float32[] visibility # optional
2 changes: 1 addition & 1 deletion robocup_ssl_msgs/msg/geometry/FieldCircularArc.msg
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ float32 radius
float32 a1
float32 a2
float32 thickness
uint32[<=1] type # optional
uint32[] type # optional
2 changes: 1 addition & 1 deletion robocup_ssl_msgs/msg/geometry/FieldLineSegment.msg
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ string name
Vector2f p1
Vector2f p2
float32 thickness
uint32[<=1] type # optional
uint32[] type # optional
10 changes: 5 additions & 5 deletions robocup_ssl_msgs/msg/geometry/GeometryCameraCalibration.msg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ float32 q3
float32 tx
float32 ty
float32 tz
float32[<=1] derived_camera_world_tx # optional
float32[<=1] derived_camera_world_ty # optional
float32[<=1] derived_camera_world_tz # optional
uint32[<=1] pixel_image_width # optional
uint32[<=1] pixel_image_height # optional
float32[] derived_camera_world_tx # optional
float32[] derived_camera_world_ty # optional
float32[] derived_camera_world_tz # optional
uint32[] pixel_image_width # optional
uint32[] pixel_image_height # optional
2 changes: 1 addition & 1 deletion robocup_ssl_msgs/msg/geometry/GeometryData.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

GeometryFieldSize field
GeometryCameraCalibration[] calib
GeometryModels[<=1] models # optional
GeometryModels[] models # optional
4 changes: 2 additions & 2 deletions robocup_ssl_msgs/msg/geometry/GeometryFieldSize.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ int32 goal_depth
int32 boundary_width
FieldLineSegment[] field_lines
FieldCircularArc[] field_arcs
int32[<=1] penalty_area_depth # optional
int32[<=1] penalty_area_width # optional
int32[] penalty_area_depth # optional
int32[] penalty_area_width # optional
4 changes: 2 additions & 2 deletions robocup_ssl_msgs/msg/geometry/GeometryModels.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This msg file is a copy of 'messages_robocup_ssl_geometry.proto'
# https://github.com/RoboCup-SSL/ssl-vision/blob/master/src/shared/proto/messages_robocup_ssl_geometry.proto

BallModelStraightTwoPhase[<=1] straight_two_phase # optional
BallModelChipFixedLoss[<=1] chip_fixed_loss # optional
BallModelStraightTwoPhase[] straight_two_phase # optional
BallModelChipFixedLoss[] chip_fixed_loss # optional