1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

code cleanup

This commit is contained in:
Thomas Timm Andersen
2015-10-20 13:24:52 +02:00
parent f856487e9f
commit 1de174d73f
2 changed files with 9 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ public:
bool doTraj(std::vector<double> inp_timestamps,
std::vector<std::vector<double> > inp_positions,
std::vector<std::vector<double> > inp_velocities);
void servoj(std::vector<double> positions, int keepalive = 1, double time = 0);
void servoj(std::vector<double> positions, int keepalive = 1);
void stopTraj();