Skip to content

Commit

Permalink
Fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Dec 1, 2023
1 parent f0488b3 commit 7b147d9
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion node_scripts/broadcast_v1_test_packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import rospy

from smart_device_protocol.smart_device_protocol_interface import ESPNOWROSInterface
from smart_device_protocol.esp_now_ros_interface import ESPNOWROSInterface
from smart_device_protocol.packet_generator import create_test_packet

if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion node_scripts/esp_now_v1_packet_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import rospy

from smart_device_protocol.smart_device_protocol_interface import ESPNOWROSInterface
from smart_device_protocol.esp_now_ros_interface import ESPNOWROSInterface
from smart_device_protocol.packet_parser import parse_packet


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import rospy

from smart_device_protocol.smart_device_protocol_interface import ESPNOWROSInterface
from smart_device_protocol.esp_now_ros_interface import ESPNOWROSInterface
from smart_device_protocol.msg import Packet
from smart_device_protocol.packet_parser import parse_packet_as_v2
from smart_device_protocol.sdp_frames import BaseFrame, DataFrame, MetaFrame
Expand Down
File renamed without changes.

0 comments on commit 7b147d9

Please sign in to comment.