check: 查看机器人速度topic信息
This commit is contained in:
@@ -21,7 +21,7 @@ class TopicStatusReader(Node):
|
||||
def __init__(self) -> None:
|
||||
super().__init__('topic_status_reader')
|
||||
|
||||
self.declare_parameter('topic', '/hrc/robot/cmd_vel_status')
|
||||
self.declare_parameter('topic', '/hric/robot/cmd_vel_status')
|
||||
self.declare_parameter('qos_depth', 10)
|
||||
self.declare_parameter('poll_interval_sec', 0.5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user