|
@@ -23,8 +23,8 @@ type FaultVec struct {
|
|
|
|
|
|
type TimeStatistics struct {
|
|
type TimeStatistics struct {
|
|
msg.Package `ros:"common_msgs"`
|
|
msg.Package `ros:"common_msgs"`
|
|
- DevTimeStatusMsg []TimeStatus `rosname:"sequence_num"`
|
|
|
|
- SendingTimestamp float64 `rosname:"sequence_num"`
|
|
|
|
|
|
+ DevTimeStatusMsg []TimeStatus `rosname:"dev_time_status_msg"`
|
|
|
|
+ SendingTimestamp float64 `rosname:"sending_timestamp"`
|
|
}
|
|
}
|
|
type FaultInfo struct {
|
|
type FaultInfo struct {
|
|
msg.Package `ros:"common_msgs"`
|
|
msg.Package `ros:"common_msgs"`
|