Skip to content

Commit

Permalink
Remove a debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Kacper Dąbrowski <[email protected]>
  • Loading branch information
knicked committed Jul 29, 2024
1 parent 2d4a13e commit 732bef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/visualnav_transformer/deployment/src/navigate.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def main(args: argparse.Namespace):
sampled_actions_msg.data = np.concatenate(
(np.array([0]), naction.flatten())
).tolist()
#print("published sampled actions")
node.sampled_actions_pub.publish(sampled_actions_msg)
naction = naction[0]
chosen_waypoint = naction[args.waypoint]
Expand Down

0 comments on commit 732bef9

Please sign in to comment.