mirror of
https://github.com/bjoernellens1/rmp220_middleware.git
synced 2024-11-22 15:53:47 +00:00
Update rmp220_middleware.py
Cythonize for possible efficiency gains
This commit is contained in:
parent
7cbea942da
commit
cfedad9ac1
@ -101,6 +101,8 @@ class StateMachineNode(Node):
|
||||
self.latest_cmd_vel = msg
|
||||
# TODO: Add setting chassis state to enabled automatically upon receiving commands (with filter maybe)
|
||||
|
||||
# TODO: try to cythonize code.
|
||||
|
||||
def timer_callback(self):
|
||||
#self.cmd_vel_pub.publish(self.twist)
|
||||
#self.cmd_vel_callback(self.cmd_vel_sub)
|
||||
|
Loading…
Reference in New Issue
Block a user