Skip to content

Commit

Permalink
MoveIt Servo should respect the AllowedCollisionMatrix (#2605)
Browse files Browse the repository at this point in the history
* MoveIt Servo should respect the AllowedCollisionMatrix

* Formatting
  • Loading branch information
amalnanavati authored Jan 3, 2024
1 parent bac7cf5 commit 37048b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/src/collision_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void CollisionMonitor::checkCollisions()
// Check collision with environment.
scene_collision_result_.clear();
locked_scene->getCollisionEnv()->checkRobotCollision(scene_collision_request_, scene_collision_result_,
*robot_state_);
*robot_state_, locked_scene->getAllowedCollisionMatrix());

// Check robot self collision.
self_collision_result_.clear();
Expand Down

0 comments on commit 37048b4

Please sign in to comment.