Skip to content

Commit 71c0603

Browse files
author
Felix Exner
committed
Removed unused and incomplete code from example
1 parent a610757 commit 71c0603

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

examples/full_driver.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ void handleRobotProgramState(bool program_running)
5454
std::cout << "\033[1;32mProgram running: " << std::boolalpha << program_running << "\033[0m\n" << std::endl;
5555
}
5656

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-
7157
int main(int argc, char* argv[])
7258
{
7359
std::unique_ptr<ToolCommSetup> tool_comm_setup;

0 commit comments

Comments
 (0)