|
@@ -5,7 +5,7 @@ int decode_setup_cfg_from_xml(setupConfig_t &setupConfig , std::string xmlFilePa
|
|
iv::xmlparam::Xmlparam xp(xmlFilePath);
|
|
iv::xmlparam::Xmlparam xp(xmlFilePath);
|
|
|
|
|
|
setupConfig.strMemCANRecv = xp.GetParam("canrecv_shm","canrecv0");
|
|
setupConfig.strMemCANRecv = xp.GetParam("canrecv_shm","canrecv0");
|
|
- setupConfig.strMemCANRecv = xp.GetParam("cansend_shm","cansend0");
|
|
|
|
|
|
+ setupConfig.strMemCANSend = xp.GetParam("cansend_shm","cansend0");
|
|
setupConfig.strMemRadar = xp.GetParam("radar_shm","radar0");
|
|
setupConfig.strMemRadar = xp.GetParam("radar_shm","radar0");
|
|
setupConfig.strMemGPSIMU = xp.GetParam("gpsimu_shm","hcp2_gpsimu");
|
|
setupConfig.strMemGPSIMU = xp.GetParam("gpsimu_shm","hcp2_gpsimu");
|
|
setupConfig.strMemChassis = xp.GetParam("chassis_shm","chassis");
|
|
setupConfig.strMemChassis = xp.GetParam("chassis_shm","chassis");
|