mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 11:51:16 -05:00
fix(arm): change old anchor topic bacc
This commit is contained in:
@@ -78,9 +78,7 @@ class ArmNode(Node):
|
|||||||
self.anchor_sub = self.create_subscription(
|
self.anchor_sub = self.create_subscription(
|
||||||
String, "/anchor/arm/feedback", self.anchor_feedback, 10
|
String, "/anchor/arm/feedback", self.anchor_feedback, 10
|
||||||
)
|
)
|
||||||
self.anchor_pub = self.create_publisher(
|
self.anchor_pub = self.create_publisher(String, "/anchor/relay", 10)
|
||||||
String, "/anchor/to_vic/relay_string", 10
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create publishers
|
# Create publishers
|
||||||
self.socket_pub = self.create_publisher(
|
self.socket_pub = self.create_publisher(
|
||||||
|
|||||||
Reference in New Issue
Block a user