Documentation
¶
Index ¶
Constants ¶
View Source
const ( MessageData = 0x02 BagHeader = 0x03 IndexData = 0x04 ChunkRecord = 0x05 ChunkInfo = 0x06 ConnectionRecord = 0x07 )
Variables ¶
This section is empty.
Functions ¶
func ParseRosbag ¶
func ParseRosbag(path string)
Types ¶
type CustomMessage ¶
type CustomMessage map[string]interface{}
type CustomMessageSlice ¶
type CustomMessageSlice struct {
CustomMessage
}
type Ros ¶
type Ros struct {
// contains filtered or unexported fields
}
func (*Ros) GetServices ¶
func (*Ros) Subscribe ¶
func (ros *Ros) Subscribe(topicName string, callback TopicCallback)
type ServiceCall ¶
type ServiceResponse ¶
type Topic ¶
type Topic struct { Op string `json:"op"` Id string `json:"id"` Topic string `json:"topic"` Msg json.RawMessage `json:"msg,omitempty"` }
type TopicCallback ¶
type TopicCallback func(*json.RawMessage)
Click to show internal directories.
Click to hide internal directories.