1 #ifndef _RAPID_COLLISION_COLLISION_CHECKS_H_
2 #define _RAPID_COLLISION_COLLISION_CHECKS_H_
4 #include "geometry_msgs/Pose.h"
5 #include "geometry_msgs/Vector3.h"
21 const geometry_msgs::Vector3& scale1,
22 const geometry_msgs::Pose& pose2,
23 const geometry_msgs::Vector3& scale2);
26 #endif // _RAPID_COLLISION_COLLISION_CHECKS_H_
bool AreObbsInCollision(const geometry_msgs::Pose &pose1, const geometry_msgs::Vector3 &scale1, const geometry_msgs::Pose &pose2, const geometry_msgs::Vector3 &scale2)
Returns true if the given oriented bounding boxes are colliding.