File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ sensors:
23
23
type : tcp
24
24
reconnect : 5
25
25
customer_input :
26
- speed_topic : " /fixposition /speed"
27
- rtcm_topic : " /fixposition /rtcm"
26
+ speed_topic : " xvn /speed"
27
+ rtcm_topic : " xvn /rtcm"
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ class Fixposition(BaseINS):
210
210
# These topics are optional and not supported by default on Clearpath platforms
211
211
# eventually we may have defaults, but for now they're blank and customers can
212
212
# 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'
215
215
216
216
class ROS_PARAMETER_KEYS :
217
217
IP_ADDRESS = 'fixposition_driver.fp_output.ip'
You can’t perform that action at this time.
0 commit comments