Skip to content

Commit e9797ee

Browse files
committed
Remove unnecessary namespaces
1 parent 502f644 commit e9797ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clearpath_config/sample/sensors/fixposition_xvn.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ sensors:
2323
type: tcp
2424
reconnect: 5
2525
customer_input:
26-
speed_topic: "/fixposition/speed"
27-
rtcm_topic: "/fixposition/rtcm"
26+
speed_topic: "xvn/speed"
27+
rtcm_topic: "xvn/rtcm"

clearpath_config/sensors/types/ins.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ class Fixposition(BaseINS):
210210
# These topics are optional and not supported by default on Clearpath platforms
211211
# eventually we may have defaults, but for now they're blank and customers can
212212
# configure them if desired
213-
XVN_WHEEL_SPEED_TOPIC = 'sensors/ins_0/xvn/speed'
214-
XVN_RTCM_TOPIC = 'sensors/ins_0/xvn/rtcm'
213+
XVN_WHEEL_SPEED_TOPIC = 'xvn/speed'
214+
XVN_RTCM_TOPIC = 'xvn/rtcm'
215215

216216
class ROS_PARAMETER_KEYS:
217217
IP_ADDRESS = 'fixposition_driver.fp_output.ip'

0 commit comments

Comments
 (0)