Skip to content

Commit

Permalink
[hrpsys_ros_bridge/HrpsysSeqStateROSBridgeImpl.cpp]fix cop_link_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Oct 10, 2018
1 parent 0beacf4 commit c9a4ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrpsys_ros_bridge/src/HrpsysSeqStateROSBridgeImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ RTC::ReturnCode_t HrpsysSeqStateROSBridgeImpl::onInitialize()
}
// Set cop_link_info
COPLinkInfo ci;
ci.link_name = sensor_info[sensor_name].link_name; // Link name for tf frame
ci.link_name = ee_name + "_end_coords"; // Link name for tf frame
ci.cop_offset_z = eep(2);
cop_link_info.insert(std::pair<std::string, COPLinkInfo>(sensor_name, ci));
std::cerr << "[" << m_profile.instance_name << "] target = " << ci.link_name << ", sensor_name = " << sensor_name << std::endl;
Expand Down

0 comments on commit c9a4ad5

Please sign in to comment.