Skip to content

Commit

Permalink
add holy shit code
Browse files Browse the repository at this point in the history
Signed-off-by: Yukihito Saito <[email protected]>
  • Loading branch information
yukkysaito committed Jul 27, 2023
1 parent b87d8f1 commit 45c7a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions godot_rviz2/src/behavior_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Array BehaviorPath::get_triangle_strip_with_velocity(const float width)
Array aaa;
Array aaaa;
Array bbbb; // remove
int a;
a = 1;
a = 2;
a = 3;
printf("a: %d\n", a);
PoolVector3Array triangle_points;
const auto last_msg = get_last_msg();
if (!last_msg) return triangle_strip_with_velocity;
Expand Down

0 comments on commit 45c7a87

Please sign in to comment.