Update encoder_odom_publisher.py

This commit is contained in:
bjoernellens1 2025-01-16 10:58:58 +01:00 committed by GitHub
parent a1355df7e5
commit 877eaa1e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import rospy
import tf
from nav_msgs.msg import Odometry
from std_msgs.msg import Header
from your_custom_msgs.msg import EncoderTicks # Replace with actual message type
from segway_msgs.msg import EncoderTicks # Replace with actual message type
import math
class EncoderOdometry: