Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bziyue/SplineTrajectory
/ functions
Functions
556 in github.com/Bziyue/SplineTrajectory
⨍
Functions
556
◇
Types & classes
101
↓ 2 callers
Function
convertVectorXdToStdVector
test_with_min_snap_3d.cpp:90
↓ 2 callers
Function
convertVectorXdToStdVector
test_with_min_jerk_3d.cpp:90
↓ 2 callers
Function
countRoots
include/gcopter/root_finder.hpp:931
↓ 2 callers
Method
emplace_back
Put another piece at the tail of this trajectory
include/large_scale_traj_optimizer/traj_min_jerk.hpp:492
↓ 2 callers
Method
emplace_back
Put another piece at the tail of this trajectory
include/large_scale_traj_optimizer/traj_min_snap.hpp:500
↓ 2 callers
Function
generateRandomTimePoints
Generate random time points within trajectory duration
test_with_min_snap_3d.cpp:101
↓ 2 callers
Function
generateRandomTimePoints
Generate random time points within trajectory duration
test_with_min_jerk_3d.cpp:101
↓ 2 callers
Function
generateRandomVelocity
生成随机边界速度
test_cubic_spline_vs_minco_nd.cpp:71
↓ 2 callers
Method
getInitialValue
include/SplineOptimizer.hpp:308
↓ 2 callers
Method
getNumSegments
include/SplineTrajectory.hpp:438
↓ 2 callers
Method
getObjective
include/large_scale_traj_optimizer/traj_min_jerk.hpp:968
↓ 2 callers
Method
getStartTime
include/SplineTrajectory.hpp:439
↓ 2 callers
Method
getTotalDuration
include/gcopter/trajectory.hpp:374
↓ 2 callers
Function
measurePerformance
性能测试函数
test_cubic_spline_vs_minco_nd.cpp:83
↓ 2 callers
Function
measurePerformance
性能测试函数
test_quintic_spline_vs_minco_nd.cpp:113
↓ 2 callers
Function
measurePerformance
性能测试函数
test_septic_spline_vs_minco_nd.cpp:113
↓ 2 callers
Function
polyMod
include/large_scale_traj_optimizer/root_finder.hpp:42
↓ 2 callers
Function
polyMod
include/gcopter/root_finder.hpp:42
↓ 2 callers
Function
printPerformance
打印性能结果
test_cubic_spline_vs_minco_nd.cpp:109
↓ 2 callers
Function
printPerformance
打印性能结果
test_quintic_spline_vs_minco_nd.cpp:139
↓ 2 callers
Function
printPerformance
打印性能结果
test_septic_spline_vs_minco_nd.cpp:139
↓ 2 callers
Method
reserve
include/large_scale_traj_optimizer/traj_min_jerk.hpp:485
↓ 2 callers
Method
reserve
include/large_scale_traj_optimizer/traj_min_snap.hpp:493
↓ 2 callers
Method
setConfig
include/SplineOptimizer.hpp:1010
↓ 2 callers
Function
shrinkInterval
include/large_scale_traj_optimizer/root_finder.hpp:533
↓ 2 callers
Function
shrinkInterval
include/gcopter/root_finder.hpp:533
↓ 2 callers
Function
solvePolynomial
include/gcopter/root_finder.hpp:1014
↓ 2 callers
Method
toPhysical
include/SplineOptimizer.hpp:261
↓ 2 callers
Method
toTau
include/SplineOptimizer.hpp:229
↓ 2 callers
Method
toTime
include/SplineOptimizer.hpp:222
↓ 2 callers
Method
toUnconstrained
include/SplineOptimizer.hpp:266
↓ 1 callers
Method
at
include/SplineTrajectory.hpp:355
↓ 1 callers
Method
checkGradients
include/SplineOptimizer.hpp:1756
↓ 1 callers
Method
checkMaxAccRate
Check whether accleration rate of the piece is always less than maxAccRate
include/large_scale_traj_optimizer/traj_min_jerk.hpp:361
↓ 1 callers
Method
checkMaxAccRate
Check whether accleration rate of the piece is always less than maxAccRate
include/large_scale_traj_optimizer/traj_min_snap.hpp:369
↓ 1 callers
Method
checkMaxAccRate
include/gcopter/trajectory.hpp:315
↓ 1 callers
Method
checkMaxVelRate
Check whether velocity rate of the piece is always less than maxVelRate
include/large_scale_traj_optimizer/traj_min_jerk.hpp:338
↓ 1 callers
Method
checkMaxVelRate
Check whether velocity rate of the piece is always less than maxVelRate
include/large_scale_traj_optimizer/traj_min_snap.hpp:346
↓ 1 callers
Method
checkMaxVelRate
include/gcopter/trajectory.hpp:295
↓ 1 callers
Method
clear
include/large_scale_traj_optimizer/traj_min_snap.hpp:467
↓ 1 callers
Method
create
The size of A, as well as the lower/upper banded width p/q are needed
include/large_scale_traj_optimizer/traj_min_jerk.hpp:656
↓ 1 callers
Method
create
The size of A, as well as the lower/upper banded width p/q are needed
include/large_scale_traj_optimizer/traj_min_snap.hpp:664
↓ 1 callers
Method
destroy
include/large_scale_traj_optimizer/traj_min_jerk.hpp:677
↓ 1 callers
Method
destroy
include/large_scale_traj_optimizer/traj_min_snap.hpp:685
↓ 1 callers
Method
duration
include/SplineTrajectory.hpp:252
↓ 1 callers
Function
eigenSolveRealRoots
include/large_scale_traj_optimizer/root_finder.hpp:391
↓ 1 callers
Function
eigenSolveRealRoots
include/gcopter/root_finder.hpp:391
↓ 1 callers
Method
evaluateSegmentHorner
include/SplineTrajectory.hpp:224
↓ 1 callers
Method
factorizeLU
This function conducts banded LU factorization in place Note that the matrix "A" MUST NOT HAVE ZERO PIVOTS !!!
include/large_scale_traj_optimizer/traj_min_jerk.hpp:721
↓ 1 callers
Method
factorizeLU
This function conducts banded LU factorization in place Note that the matrix "A" MUST NOT HAVE ZERO PIVOTS !!!
include/large_scale_traj_optimizer/traj_min_snap.hpp:729
↓ 1 callers
Function
generateRandomTimeSegments
生成随机时间段
test_cubic_spline_vs_minco_nd.cpp:57
↓ 1 callers
Function
generateRandomTimeSegments
生成随机时间段
test_quintic_spline_vs_minco_nd.cpp:64
↓ 1 callers
Function
generateRandomTimeSegments
生成随机时间段
test_septic_spline_vs_minco_nd.cpp:64
↓ 1 callers
Function
generateRandomWaypoints
生成随机控制点
test_cubic_spline_vs_minco_nd.cpp:40
↓ 1 callers
Function
generateRandomWaypoints
生成随机控制点
test_quintic_spline_vs_minco_nd.cpp:47
↓ 1 callers
Function
generateRandomWaypoints
生成随机控制点
test_septic_spline_vs_minco_nd.cpp:47
↓ 1 callers
Function
generateUniformTimeSequence
Generate uniform time sequence
test_with_min_snap_3d.cpp:116
↓ 1 callers
Function
generateUniformTimeSequence
Generate uniform time sequence
test_with_min_jerk_3d.cpp:116
↓ 1 callers
Method
getAcc
Get the acceleration at time t in this piece
include/large_scale_traj_optimizer/traj_min_jerk.hpp:148
↓ 1 callers
Method
getAcc
Get the acceleration at time t in this piece
include/large_scale_traj_optimizer/traj_min_snap.hpp:156
↓ 1 callers
Method
getEnergyGrad
* @brief Compute full energy gradient combining time, inner point, and boundary gradients. * * @return Gradients Structure containin
include/SplineTrajectory.hpp:956
↓ 1 callers
Method
getMaxAccRate
Get the max acceleration rate of the piece
include/large_scale_traj_optimizer/traj_min_jerk.hpp:283
↓ 1 callers
Method
getMaxAccRate
Get the max acceleration rate of the piece
include/large_scale_traj_optimizer/traj_min_snap.hpp:291
↓ 1 callers
Method
getMaxAccRate
include/gcopter/trajectory.hpp:246
↓ 1 callers
Method
getMaxVelRate
Get the max velocity rate of the piece
include/large_scale_traj_optimizer/traj_min_jerk.hpp:228
↓ 1 callers
Method
getMaxVelRate
Get the max velocity rate of the piece
include/large_scale_traj_optimizer/traj_min_snap.hpp:236
↓ 1 callers
Method
getMaxVelRate
include/gcopter/trajectory.hpp:197
↓ 1 callers
Method
getNumCoeffs
include/SplineTrajectory.hpp:436
↓ 1 callers
Method
getPos
Get the position at time t in this piece
include/large_scale_traj_optimizer/traj_min_jerk.hpp:113
↓ 1 callers
Method
getPos
Get the position at time t in this piece
include/large_scale_traj_optimizer/traj_min_snap.hpp:121
↓ 1 callers
Method
getVel
Get the velocity at time t in this piece
include/large_scale_traj_optimizer/traj_min_jerk.hpp:129
↓ 1 callers
Method
getVel
Get the velocity at time t in this piece
include/large_scale_traj_optimizer/traj_min_snap.hpp:137
↓ 1 callers
Function
isolateRealRoots
include/large_scale_traj_optimizer/root_finder.hpp:670
↓ 1 callers
Function
isolateRealRoots
include/gcopter/root_finder.hpp:670
↓ 1 callers
Function
polyDeri
include/large_scale_traj_optimizer/root_finder.hpp:442
↓ 1 callers
Function
polyDeri
include/gcopter/root_finder.hpp:442
↓ 1 callers
Function
printConsistency
打印一致性结果
test_cubic_spline_vs_minco_nd.cpp:153
↓ 1 callers
Function
printConsistency
打印一致性结果(包含snap)
test_quintic_spline_vs_minco_nd.cpp:206
↓ 1 callers
Function
printConsistency
打印一致性结果(包含snap)
test_septic_spline_vs_minco_nd.cpp:206
↓ 1 callers
Function
recurIsolate
include/large_scale_traj_optimizer/root_finder.hpp:547
↓ 1 callers
Function
recurIsolate
include/gcopter/root_finder.hpp:547
↓ 1 callers
Method
reset
include/large_scale_traj_optimizer/traj_min_jerk.hpp:820
↓ 1 callers
Method
reset
include/large_scale_traj_optimizer/traj_min_snap.hpp:841
↓ 1 callers
Function
runEvaluationTests
test_with_min_snap_3d.cpp:149
↓ 1 callers
Function
runEvaluationTests
test_with_min_jerk_3d.cpp:149
↓ 1 callers
Function
safeGetFromVector
辅助函数:安全地从向量中获取数据,如果索引超出范围则重复最后一个有效值
test_quintic_spline_vs_minco_nd.cpp:90
↓ 1 callers
Function
safeGetFromVector
辅助函数:安全地从向量中获取数据,如果索引超出范围则重复最后一个有效值
test_septic_spline_vs_minco_nd.cpp:90
↓ 1 callers
Function
safeNewton
include/large_scale_traj_optimizer/root_finder.hpp:454
↓ 1 callers
Function
safeNewton
include/gcopter/root_finder.hpp:454
↓ 1 callers
Method
solve
include/large_scale_traj_optimizer/traj_min_jerk.hpp:747
↓ 1 callers
Method
solve
include/large_scale_traj_optimizer/traj_min_snap.hpp:755
↓ 1 callers
Function
solveCub
include/large_scale_traj_optimizer/root_finder.hpp:126
↓ 1 callers
Function
solveCub
include/gcopter/root_finder.hpp:126
↓ 1 callers
Function
solveQuart
include/large_scale_traj_optimizer/root_finder.hpp:377
↓ 1 callers
Function
solveQuart
include/gcopter/root_finder.hpp:377
↓ 1 callers
Function
solveQuartMonic
include/large_scale_traj_optimizer/root_finder.hpp:289
↓ 1 callers
Function
solveQuartMonic
include/gcopter/root_finder.hpp:289
↓ 1 callers
Function
solveResolvent
include/large_scale_traj_optimizer/root_finder.hpp:236
↓ 1 callers
Function
solveResolvent
include/gcopter/root_finder.hpp:236
↓ 1 callers
Function
testCheckGradientsRestoresWorkingState
test_spline_optimizer.cpp:241
← previous
next →
101–200 of 556, ranked by callers