Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ sample_gauss
Function
sample_gauss
tests/python/test_frames.py:27–31 ·
view source on GitHub ↗
(space)
Source
from the content-addressed store, hash-verified
25
26
27
def
sample_gauss(space):
28
x0 = space.neutral()
29
d = np.random.randn(space.ndx) * 0.1
30
x0[:] = space.integrate(x0, d)
31
return
x0
32
33
34
def
test_frame_equality_finite_differences():
Callers
5
test_frame_placement
Function · 0.70
test_frame_translation
Function · 0.70
test_frame_velocity
Function · 0.70
test_fly_high
Function · 0.70
test_frame_collision
Function · 0.70
Calls
2
neutral
Method · 0.80
integrate
Method · 0.80
Tested by
no test coverage detected