#include <ros/ros.h>#include <ros/console.h>#include <gtest/gtest.h>#include <interactive_markers/interactive_marker_server.h>#include <interactive_markers/interactive_marker_client.h>
Go to the source code of this file.
Classes | |
| struct | Msg |
| class | SequenceTest |
Macros | |
| #define | DBG_MSG(...) printf( __VA_ARGS__ ); printf("\n"); |
| #define | DBG_MSG_STREAM(...) std::cout << __VA_ARGS__ << std::endl; |
Functions | |
| int | main (int argc, char **argv) |
| TEST (InteractiveMarkerClient, init_invalid_tf) | |
| TEST (InteractiveMarkerClient, init_many_inits) | |
| TEST (InteractiveMarkerClient, init_many_updates) | |
| TEST (InteractiveMarkerClient, init_simple1) | |
| TEST (InteractiveMarkerClient, init_simple2) | |
| TEST (InteractiveMarkerClient, init_twoservers) | |
| TEST (InteractiveMarkerClient, init_wait_tf) | |
| TEST (InteractiveMarkerClient, init_wait_tf_inverse) | |
| TEST (InteractiveMarkerClient, init_wait_tf_zerotime) | |
| TEST (InteractiveMarkerClient, wait_tf_inverse) | |
| TEST (InteractiveMarkerClient, wrong_seq_num1) | |
| TEST (InteractiveMarkerClient, wrong_seq_num2) | |
| TEST (InteractiveMarkerClient, wrong_seq_num3) | |
| TEST (InteractiveMarkerClient, wrong_seq_num4) | |
| TEST (InteractiveMarkerClient, wrong_seq_num5) | |
| TEST (InteractiveMarkerClient, wrong_seq_num6) | |
Variables | |
| std::string | target_frame = "target_frame" |
| #define DBG_MSG | ( | ... | ) | printf( __VA_ARGS__ ); printf("\n"); |
Definition at line 39 of file client_test.cpp.
| #define DBG_MSG_STREAM | ( | ... | ) | std::cout << __VA_ARGS__ << std::endl; |
Definition at line 40 of file client_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 915 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_invalid_tf | |||
| ) |
Definition at line 437 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_many_inits | |||
| ) |
Definition at line 379 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_many_updates | |||
| ) |
Definition at line 409 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_simple1 | |||
| ) |
Definition at line 338 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_simple2 | |||
| ) |
Definition at line 358 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_twoservers | |||
| ) |
Definition at line 867 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_wait_tf | |||
| ) |
Definition at line 463 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_wait_tf_inverse | |||
| ) |
Definition at line 547 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| init_wait_tf_zerotime | |||
| ) |
Definition at line 519 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wait_tf_inverse | |||
| ) |
Definition at line 617 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num1 | |||
| ) |
Definition at line 683 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num2 | |||
| ) |
Definition at line 710 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num3 | |||
| ) |
Definition at line 737 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num4 | |||
| ) |
Definition at line 764 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num5 | |||
| ) |
Definition at line 798 of file client_test.cpp.
| TEST | ( | InteractiveMarkerClient | , |
| wrong_seq_num6 | |||
| ) |
Definition at line 832 of file client_test.cpp.
| std::string target_frame = "target_frame" |
Definition at line 72 of file client_test.cpp.