#include <ur_client_library/ur/dashboard_client.h>#include <ur_client_library/ur/ur_driver.h>#include <ur_client_library/types.h>#include <iostream>#include <memory>
Go to the source code of this file.
Functions | |
| void | handleRobotProgramState (bool program_running) |
| void | handleToolContactResult (control::ToolContactResult result) |
| int | main (int argc, char *argv[]) |
Variables | |
| const std::string | CALIBRATION_CHECKSUM = "calib_12788084448423163542" |
| const std::string | DEFAULT_ROBOT_IP = "192.168.56.101" |
| std::unique_ptr< DashboardClient > | g_my_dashboard |
| std::unique_ptr< UrDriver > | g_my_driver |
| control::ToolContactResult | g_tool_contact_result |
| bool | g_tool_contact_result_triggered |
| const std::string | INPUT_RECIPE = "examples/resources/rtde_input_recipe.txt" |
| const std::string | OUTPUT_RECIPE = "examples/resources/rtde_output_recipe.txt" |
| const std::string | SCRIPT_FILE = "resources/external_control.urscript" |
| void handleRobotProgramState | ( | bool | program_running | ) |
Definition at line 44 of file tool_contact_example.cpp.
| void handleToolContactResult | ( | control::ToolContactResult | result | ) |
Definition at line 50 of file tool_contact_example.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 58 of file tool_contact_example.cpp.
| const std::string CALIBRATION_CHECKSUM = "calib_12788084448423163542" |
Definition at line 36 of file tool_contact_example.cpp.
| const std::string DEFAULT_ROBOT_IP = "192.168.56.101" |
Definition at line 32 of file tool_contact_example.cpp.
| std::unique_ptr<DashboardClient> g_my_dashboard |
Definition at line 39 of file tool_contact_example.cpp.
| std::unique_ptr<UrDriver> g_my_driver |
Definition at line 38 of file tool_contact_example.cpp.
| control::ToolContactResult g_tool_contact_result |
Definition at line 41 of file tool_contact_example.cpp.
| bool g_tool_contact_result_triggered |
Definition at line 40 of file tool_contact_example.cpp.
| const std::string INPUT_RECIPE = "examples/resources/rtde_input_recipe.txt" |
Definition at line 35 of file tool_contact_example.cpp.
| const std::string OUTPUT_RECIPE = "examples/resources/rtde_output_recipe.txt" |
Definition at line 34 of file tool_contact_example.cpp.
| const std::string SCRIPT_FILE = "resources/external_control.urscript" |
Definition at line 33 of file tool_contact_example.cpp.