moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | Public Attributes | List of all members
RobotStateBenchmark Struct Reference
Inheritance diagram for RobotStateBenchmark:
Inheritance graph
[legend]
Collaboration diagram for RobotStateBenchmark:
Collaboration graph
[legend]

Public Member Functions

void SetUp (const ::benchmark::State &) override
 
std::vector< moveit::core::RobotStateconstructStates (size_t num)
 
std::vector< moveit::core::RobotStateconstructStates (size_t num, const moveit::core::RobotState &state)
 
std::vector< size_t > randomPermutation (size_t num)
 

Public Attributes

moveit::core::RobotModelPtr robot_model
 

Detailed Description

Definition at line 172 of file robot_state_benchmark.cpp.

Member Function Documentation

◆ constructStates() [1/2]

std::vector<moveit::core::RobotState> RobotStateBenchmark::constructStates ( size_t  num)
inline

Definition at line 180 of file robot_state_benchmark.cpp.

◆ constructStates() [2/2]

std::vector<moveit::core::RobotState> RobotStateBenchmark::constructStates ( size_t  num,
const moveit::core::RobotState state 
)
inline

Definition at line 188 of file robot_state_benchmark.cpp.

◆ randomPermutation()

std::vector<size_t> RobotStateBenchmark::randomPermutation ( size_t  num)
inline

Definition at line 197 of file robot_state_benchmark.cpp.

◆ SetUp()

void RobotStateBenchmark::SetUp ( const ::benchmark::State &  )
inlineoverride

Definition at line 174 of file robot_state_benchmark.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ robot_model

moveit::core::RobotModelPtr RobotStateBenchmark::robot_model

Definition at line 207 of file robot_state_benchmark.cpp.


The documentation for this struct was generated from the following file: