airalab / robot_painter

KUKA KR6 R900 painter ROS package stack
Apache License 2.0
12 stars 2 forks source link

Trajectory message contains waypoint not increasing in time #4

Open PaTara43 opened 3 years ago

PaTara43 commented 3 years ago

Some of the waypoints had the same timestamp and join values

Solution:

in local_task_planner/src/DrawCanvasSquare.cpp change line 121 to for (size_t j = 0; j < POINTS_NUM - 1; ++j) {