mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 07:14:22 +08:00
Add links to odrivetool banner
This commit is contained in:
@@ -9,6 +9,13 @@ from odrive.utils import start_liveplotter, dump_errors
|
||||
#from odrive.enums import * # pylint: disable=W0614
|
||||
|
||||
def print_banner():
|
||||
print("Website: https://odriverobotics.com/")
|
||||
print("Docs: https://docs.odriverobotics.com/")
|
||||
print("Forums: https://discourse.odriverobotics.com/")
|
||||
print("Discord: https://discord.gg/k3ZZ3mS")
|
||||
print("Github: https://github.com/madcowswe/ODrive/")
|
||||
|
||||
print()
|
||||
print('Please connect your ODrive.')
|
||||
print('You can also type help() or quit().')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user