Skip to content

Commit f59e517

Browse files
committed
drop useless assert
1 parent fc5c256 commit f59e517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

visualization/visualization_tools/src/task_solution_visualization.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ void TaskSolutionVisualization::renderCurrentWayPoint() {
456456
}
457457

458458
void TaskSolutionVisualization::renderWayPoint(size_t index, int previous_index) {
459-
assert(index >= 0);
460459
size_t waypoint_count = displaying_solution_->getWayPointCount();
461460
moveit::core::RobotStateConstPtr robot_state;
462461
planning_scene::PlanningSceneConstPtr scene;

0 commit comments

Comments
 (0)