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