Skip to content

Commit f615bba

Browse files
committed
Removing non-implemented function-prototype for 'positions'
1 parent d009196 commit f615bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Braccio++.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class BraccioClass
9595
void positions(float * buffer);
9696
void positions(float & a1, float & a2, float & a3, float & a4, float & a5, float & a6);
9797

98-
float position(int joint_index);
98+
9999
bool connected(int joint_index) {
100100
return _connected[joint_index];
101101
}

0 commit comments

Comments
 (0)