Skip to content

Commit 6e69fd9

Browse files
committed
Updated namespace for rajant
1 parent b7d50f5 commit 6e69fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface_rajant/scripts/rajant_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def __init__(self, this_robot, robot_configs, radio_configs):
4444
for mac in self.MAC_DICT.keys():
4545
for robot in self.robot_cfg.keys():
4646
if self.MAC_DICT[mac]['radio'] == self.robot_cfg[robot]['using-radio'] and robot != self.this_robot:
47-
self.MAC_DICT[mac]['publisher'] = self.create_publisher(Int32, 'ddb/rajant/rssi/' + robot, 10)
47+
self.MAC_DICT[mac]['publisher'] = self.create_publisher(Int32, 'mocha/rajant/rssi/' + robot, 10)
4848

4949
# Create subscriber
5050
self.subscription = self.create_subscription(
5151
String,
52-
'ddb/rajant/log',
52+
'mocha/rajant/log',
5353
self.update_dict,
5454
10
5555
)

0 commit comments

Comments
 (0)