VIS4ROB-lab / t_prm

Temporal Probabilistic Roadmap (T-PRM)
GNU General Public License v3.0
36 stars 6 forks source link

Obstacles' third dimension is not being ignored when running study_static_obstacles with is_2d flag as true. #7

Open alexperez33 opened 6 months ago

alexperez33 commented 6 months ago

Obstacles' third dimension is not being ignored by t-prm when running study_static_obstacles with is_2d flag as true.

Within create_more_obstacles_bm in study_static_obstacles.cpp, regardless of whether is_2d is true or false, obstacles are given 3D positions. Zeroing the third "z" axis for each obstacle allows t-prm to work properly in the 2d static environment benchmark.