Update rmp220_middleware.py

This commit is contained in:
bjoernellens1 2023-08-15 18:23:16 +02:00 committed by GitHub
parent cfedad9ac1
commit e6b81cdbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,8 @@ class StateMachineNode(Node):
# TODO: Add setting chassis state to enabled automatically upon receiving commands (with filter maybe) # TODO: Add setting chassis state to enabled automatically upon receiving commands (with filter maybe)
# TODO: try to cythonize code. # TODO: try to cythonize code.
# follow for reference: https://stackoverflow.com/questions/72168194/how-to-cythonize-a-python-ros2-package-in-order-to-hide-the-source-code
# and https://chat.openai.com/share/cbd877f8-b3da-4e3d-8dab-ff6a46c13597
def timer_callback(self): def timer_callback(self):
#self.cmd_vel_pub.publish(self.twist) #self.cmd_vel_pub.publish(self.twist)