mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 03:41:17 -05:00
style: (arm) fix comment and variable name
This commit is contained in:
@@ -115,8 +115,8 @@ class ArmNode(Node):
|
||||
|
||||
# Control
|
||||
|
||||
# Manual: /arm/manual_new is published by Servo or Basestation
|
||||
self.man_jointjog_pub_ = self.create_subscription(
|
||||
# Manual: /arm/manual/joint_jog is published by Basestation or Headless
|
||||
self.man_jointjog_sub_ = self.create_subscription(
|
||||
JointJog,
|
||||
"/arm/manual/joint_jog",
|
||||
self.jointjog_callback,
|
||||
|
||||
Reference in New Issue
Block a user