Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ get_ref_pose
Method
get_ref_pose
mapping/src/frame.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
return
self.d_pose.parameters()
47
48
def
get_ref_pose(self):
49
return
self.ref_pose
50
51
def
get_ref_translation(self):
52
return
self.ref_pose[:3, 3]
Callers
8
mapping_step
Method · 0.80
run
Method · 0.80
create_voxels
Method · 0.80
get_updated_poses
Method · 0.80
save_debug_data
Method · 0.80
render_debug_images
Method · 0.80
bundle_adjust_frames
Function · 0.80
initemb_sdf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected