|
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_pruning_worse = 1 |
Definition at line 222 of file trajectory_cache.hpp.
| std::string moveit_ros::trajectory_cache::TrajectoryCache::Options::db_path = ":memory:" |
Definition at line 224 of file trajectory_cache.hpp.
Definition at line 225 of file trajectory_cache.hpp.
Definition at line 227 of file trajectory_cache.hpp.
Definition at line 228 of file trajectory_cache.hpp.