mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
fix: python float/int for /core/control
This commit is contained in:
@@ -23,8 +23,8 @@ os.environ["SDL_AUDIODRIVER"] = "dummy" # Force pygame to use a dummy audio dri
|
|||||||
max_speed = 90 #Max speed as a duty cycle percentage (1-100)
|
max_speed = 90 #Max speed as a duty cycle percentage (1-100)
|
||||||
|
|
||||||
core_stop_msg = CoreControl()
|
core_stop_msg = CoreControl()
|
||||||
core_stop_msg.left_stick = 0
|
core_stop_msg.left_stick = 0.0
|
||||||
core_stop_msg.right_stick = 0
|
core_stop_msg.right_stick = 0.0
|
||||||
core_stop_msg.max_speed = 0
|
core_stop_msg.max_speed = 0
|
||||||
|
|
||||||
arm_stop_msg = ArmManual()
|
arm_stop_msg = ArmManual()
|
||||||
|
|||||||
Reference in New Issue
Block a user