Skip to content

Commit

Permalink
Rename test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 27, 2024
1 parent 5d135ba commit 6a337d5
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ def test_multirobot_bringup_startup_success():
node.start_node_thread()
readings_data_test(node)


finally:
rclpy.shutdown()
5 changes: 3 additions & 2 deletions rosbot_bringup/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import rclpy
import time
from threading import Event, Thread

import rclpy
from nav_msgs.msg import Odometry
from rclpy.node import Node
from sensor_msgs.msg import Imu, JointState
from threading import Event, Thread


class BringupTestNode(Node):
ROSBOT_HARDWARE_PUBLISHERS_RATE = 10.0
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a337d5

Please sign in to comment.