Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ get_d_pose_param
Method
get_d_pose_param
mapping/src/frame.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
return
self.d_pose.rotation()
44
45
def
get_d_pose_param(self):
46
return
self.d_pose.parameters()
47
48
def
get_ref_pose(self):
49
return
self.ref_pose
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected