moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#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 |
Definition at line 145 of file trajectory_cache.hpp.
std::string moveit_ros::trajectory_cache::TrajectoryCache::Options::db_path = ":memory:" |
Definition at line 147 of file trajectory_cache.hpp.
uint32_t moveit_ros::trajectory_cache::TrajectoryCache::Options::db_port = 0 |
Definition at line 148 of file trajectory_cache.hpp.
double moveit_ros::trajectory_cache::TrajectoryCache::Options::exact_match_precision = 1e-6 |
Definition at line 150 of file trajectory_cache.hpp.
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.