We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610757 commit 71c0603Copy full SHA for 71c0603
examples/full_driver.cpp
@@ -54,20 +54,6 @@ void handleRobotProgramState(bool program_running)
54
std::cout << "\033[1;32mProgram running: " << std::boolalpha << program_running << "\033[0m\n" << std::endl;
55
}
56
57
-void jogging()
58
-{
59
- vector6d_t joint_position_command;
60
-
61
- char c;
62
63
- std::cout << "Press a key" << std::endl;
64
- while (true)
65
- {
66
- c = getchar();
67
- std::cout << "pressed " << c << std::endl;
68
- }
69
-}
70
71
int main(int argc, char* argv[])
72
{
73
std::unique_ptr<ToolCommSetup> tool_comm_setup;
0 commit comments