Browse Source

Fix HelloNode sys.exit error

bugfix/gazebo_rviz
Binit Shah 3 years ago
parent
commit
8adcaf3011
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hello_helpers/src/hello_helpers/hello_misc.py

+ 1
- 0
hello_helpers/src/hello_helpers/hello_misc.py View File

@ -2,6 +2,7 @@
import time
import os
import sys
import glob
import math

Loading…
Cancel
Save