Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Function definition missing for some C++ functions

#1
Hello RoboDK team,


I'm trying to use the RoboDK C++ API for a project and I need to use the bool CollisionLine(tXYZ p1, tXYZ p2) function. However, it looks like the implementation for this function is missing in robodk_api.cpp.
Is this intentional? And if so, is there a recommended alternative for performing collision checks between a line segment and the scene geometry?
#2
Good point. We just added the missing function CollisionLine:
https://github.com/RoboDK/RoboDK-API/blo....cpp#L3424

Let us know if you still have issues.
#3
Yup, that works! Thank you :)
  




Users browsing this thread:
1 Guest(s)