TraveSim Adapters  0.1
Protobuf adapters for TraveSim project
File List
Here is a list of all files with brief descriptions:
[detail level 123456]
  examples
  configurers
 replacer_configurer_example.cppExample on how to use the ReplacerConfigurer
 teams_configurer_example.cppExample on how to use the TeamsConfigurer
 vision_configurer_example.cppExample on how to use the VisionConfigurer
  protobuf
 replacer_receiver_example.cppExample to read data published from VSSReplacer
 team_receiver_example.cppExample to read data published from a team
 vision_receiver_example.cppExample to read data published from vision adapter
 vision_sender_example.cppExample on how to use the VisionSender with protobuf
  udp
 multicast_receiver_example.cppExample on how to use the MulticastReceiver
 multicast_receiver_reset_example.cpp
 multicast_sender_example.cppExample on how to use the MulticastSender
 unicast_receiver_example.cppExample on how to use the UnicastReceiver
 unicast_sender_example.cppExample on how to use the UnicastSender
  include
  travesim_adapters
  configurers
 adapter_configurer.hppTemplate configurer for an adapter
 configurers_utils.hppConfigurers utilitary funtions
 replacer_configurer.hppConfigurer for the Replacer
 teams_configurer.hppConfigurer for the teams
 vision_configurer.hppConfigurer for the vision
  data
  converter
 ros_side.hppCollection of data converters between ROS and local formats
 data_common.hppCommon constants and types for the data structures
 entity_state.hppEntity state data structure
 field_state.hpp
 robot_state.hppRobot state data structure
 team_command.hppTeam command data structure
  protobuf
 replacer_receiver.hppReplacer receiver with UDP and protobuf
 team_receiver.hppTeam control data receiver with UDP and protobuf
 vision_sender.hppVision data sender with UDP and protobuf
  ros
 replacer_sender.hpp
 teams_sender.hppROS teams commands sender class definition
 vision_receiver.hppROS vision receiver class definition
  udp
 multicast_receiver.hppReceiver data using UDP in multicast mode
 multicast_sender.hppSend data using UDP in multicast mode
 receiver.hppReceiver data using UDP
 sender.hppSend data using UDP
 unicast_receiver.hppReceiver data using UDP in unicast mode
 unicast_sender.hppSend data using UDP in unicast mode
 proto
  src
  bin
  test
 vision_adapter.test.cpp
 replacer_adapter.cppReplacer adapter execution file
 teams_adapter.cppTeams commands adapter execution file
 vision_adapter.cppVision adapter executable file
  lib
  configurers
  test
 configurers_utils.test.cppTest configurers utilitary functions
 configurers_utils.cppConfigurers utilitary funtions
 replacer_configurer.cppConfigurer for the Replacer
 teams_configurer.cppConfigurer for the teams
 vision_configurer.cppConfigurer for the vision
  data
  converter
  test
 ros_side.test.cpp
 ros_side.cppCollection of data converters between ROS and local formats
 entity_state.cppEntity state data structure
 field_state.cpp
 robot_state.cppRobot state data structure
 team_command.cppTeam command data structure
  protobuf
 replacer_receiver.cppReplacer receiver with UDP and protobuf
 team_receiver.cppTeam control data receiver with UDP and protobuf
 vision_sender.cppVision data sender with UDP and protobuf
  ros
  test
 replacer_sender.test.cpp
 replacer_sender.cppROS replacer sender for gazebo
 teams_sender.cppROS teams commands sender class definition
 vision_receiver.cppROS vision receiver class definition
  udp
 multicast_receiver.cppReceiver data using UDP in multicast mode
 multicast_sender.cppSend data using UDP in multicast mode
 receiver.cppReceiver data using UDP
 sender.cppSend data using UDP
 unicast_receiver.cppReceiver data using UDP in unicast mode
 unicast_sender.cppSend data using UDP in unicast mode
  test
  mocks
  bin
 gazebo_services.mock.cpp