#include "sr_hand/hand_commander.hpp"
#include <utility>
#include <string>
#include <vector>
#include "ros/ros.h"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (HandCommander, constructor) | |
TEST (HandCommander, topic_state) | |
TEST (HandCommander, min_max) | |
TEST (HandCommander, all_joints) | |
Definition in file hand_commander_test.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 101 of file hand_commander_test.cpp.
TEST | ( | HandCommander | , |
constructor | |||
) |
Definition at line 39 of file hand_commander_test.cpp.
TEST | ( | HandCommander | , |
topic_state | |||
) |
Definition at line 45 of file hand_commander_test.cpp.
TEST | ( | HandCommander | , |
min_max | |||
) |
Definition at line 62 of file hand_commander_test.cpp.
TEST | ( | HandCommander | , |
all_joints | |||
) |
Definition at line 94 of file hand_commander_test.cpp.