moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
Public Attributes | List of all members
moveit_ros::trajectory_cache::TrajectoryCache::Options Struct Reference

#include <trajectory_cache.hpp>

Public Attributes

std::string db_path = ":memory:"
 
uint32_t db_port = 0
 
double exact_match_precision = 1e-6
 
size_t num_additional_trajectories_to_preserve_when_deleting_worse = 1
 

Detailed Description

Definition at line 145 of file trajectory_cache.hpp.

Member Data Documentation

◆ db_path

std::string moveit_ros::trajectory_cache::TrajectoryCache::Options::db_path = ":memory:"

Definition at line 147 of file trajectory_cache.hpp.

◆ db_port

uint32_t moveit_ros::trajectory_cache::TrajectoryCache::Options::db_port = 0

Definition at line 148 of file trajectory_cache.hpp.

◆ exact_match_precision

double moveit_ros::trajectory_cache::TrajectoryCache::Options::exact_match_precision = 1e-6

Definition at line 150 of file trajectory_cache.hpp.

◆ num_additional_trajectories_to_preserve_when_deleting_worse

size_t moveit_ros::trajectory_cache::TrajectoryCache::Options::num_additional_trajectories_to_preserve_when_deleting_worse = 1

Definition at line 151 of file trajectory_cache.hpp.


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