Skip to content
Snippets Groups Projects
Commit 420154ab authored by Daniel Stonier's avatar Daniel Stonier
Browse files

test_ros messages moved to rsojava_messages

parent 01207fde
No related branches found
No related tags found
No related merge requests found
# composite message. required for testing import calculation in generators
CompositeA a
CompositeB b
# This represents an orientation in free space in quaternion form.
float64 x
float64 y
float64 z
float64 w
# copy of geometry_msgs/Point for testing
float64 x
float64 y
float64 z
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
int32[] int32_array
float32[] float32_array
time[] time_array
TestString[] test_string_array
# TODO: array of arrays
Header header
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
byte auto_header # autoset header on response
# Integration test message of all primitive types
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
string str
byte b
int16 int16
int32 int32
int64 int64
char c
uint16 uint16
uint32 uint32
uint64 uint64
float32 float32
float64 float64
time t
duration d
# Integration test message
# caller_id of most recent node to send this message
string caller_id
# caller_id of the original node to send this message
string orig_caller_id
string data
int64 a
int64 b
---
int64 sum
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment