Skip to content

Commit

Permalink
Remove extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 30, 2024
1 parent 9968f5e commit e0d57ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class CheckStartStateBounds : public planning_interface::PlanningRequestAdapter
// Check the joint against its bounds.
if (!start_state.satisfiesBounds(jmodel))
{
state_out_of_bounds |= true;
std::stringstream joint_values;
std::stringstream joint_bounds_low;
std::stringstream joint_bounds_hi;
Expand Down

0 comments on commit e0d57ac

Please sign in to comment.