| applyConstraints(const double v_curr, const double v_cmd, const double accel, const double decel, const double eta) | nav2_velocity_smoother::VelocitySmoother | |
| autostart() | nav2::LifecycleNode | inline |
| autostart_timer_ (defined in nav2::LifecycleNode) | nav2::LifecycleNode | protected |
| bond_ (defined in nav2::LifecycleNode) | nav2::LifecycleNode | protected |
| bond_heartbeat_period (defined in nav2::LifecycleNode) | nav2::LifecycleNode | protected |
| clock_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| cmd_sub_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| command_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| create_action_client(const std::string &action_name, rclcpp::CallbackGroup::SharedPtr callback_group=nullptr) | nav2::LifecycleNode | inline |
| create_action_server(const std::string &action_name, typename nav2::SimpleActionServer< ActionT >::ExecuteCallback execute_callback, typename nav2::SimpleActionServer< ActionT >::CompletionCallback compl_cb=nullptr, std::chrono::milliseconds server_timeout=std::chrono::milliseconds(500), bool spin_thread=false, const bool realtime=false) | nav2::LifecycleNode | inline |
| create_client(const std::string &service_name, bool use_internal_executor=false) | nav2::LifecycleNode | inline |
| create_publisher(const std::string &topic_name, const rclcpp::QoS &qos=nav2::qos::StandardTopicQoS(), const rclcpp::CallbackGroup::SharedPtr &callback_group=nullptr) | nav2::LifecycleNode | inline |
| create_service(const std::string &service_name, typename nav2::ServiceServer< ServiceT >::CallbackType cb, rclcpp::CallbackGroup::SharedPtr callback_group=nullptr) | nav2::LifecycleNode | inline |
| create_subscription(const std::string &topic_name, CallbackT &&callback, const rclcpp::QoS &qos=nav2::qos::StandardTopicQoS(), const rclcpp::CallbackGroup::SharedPtr &callback_group=nullptr) | nav2::LifecycleNode | inline |
| createBond() | nav2::LifecycleNode | inline |
| deadband_velocities_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| declare_or_get_parameter(const std::string ¶meter_name, const ParameterDescriptor ¶meter_descriptor=ParameterDescriptor()) | nav2::LifecycleNode | inline |
| declare_or_get_parameter(const std::string ¶meter_name, const ParamType &default_value, const ParameterDescriptor ¶meter_descriptor=ParameterDescriptor()) | nav2::LifecycleNode | inline |
| destroyBond() | nav2::LifecycleNode | inline |
| dyn_params_handler_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| dynamicParametersCallback(std::vector< rclcpp::Parameter > parameters) | nav2_velocity_smoother::VelocitySmoother | protected |
| findEtaConstraint(const double v_curr, const double v_cmd, const double accel, const double decel) | nav2_velocity_smoother::VelocitySmoother | |
| inputCommandCallback(const geometry_msgs::msg::Twist::SharedPtr msg) | nav2_velocity_smoother::VelocitySmoother | protected |
| inputCommandStampedCallback(const geometry_msgs::msg::TwistStamped::SharedPtr msg) (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| is_6dof_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| last_cmd_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| last_command_time_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| LifecycleNode(const std::string &node_name, const std::string &ns, const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | nav2::LifecycleNode | inline |
| LifecycleNode(const std::string &node_name, const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | nav2::LifecycleNode | inline |
| max_accels_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| max_decels_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| max_velocities_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| min_velocities_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| odom_duration_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| odom_smoother_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| odom_topic_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| on_activate(const rclcpp_lifecycle::State &state) override | nav2_velocity_smoother::VelocitySmoother | protected |
| on_cleanup(const rclcpp_lifecycle::State &state) override | nav2_velocity_smoother::VelocitySmoother | protected |
| on_configure(const rclcpp_lifecycle::State &state) override | nav2_velocity_smoother::VelocitySmoother | protected |
| on_deactivate(const rclcpp_lifecycle::State &state) override | nav2_velocity_smoother::VelocitySmoother | protected |
| on_error(const rclcpp_lifecycle::State &) | nav2::LifecycleNode | inline |
| on_rcl_preshutdown() | nav2::LifecycleNode | inlinevirtual |
| on_shutdown(const rclcpp_lifecycle::State &state) override | nav2_velocity_smoother::VelocitySmoother | protected |
| open_loop_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| printLifecycleNodeNotification() | nav2::LifecycleNode | inlineprotected |
| rcl_preshutdown_cb_handle_ (defined in nav2::LifecycleNode) | nav2::LifecycleNode | protected |
| register_rcl_preshutdown_callback() | nav2::LifecycleNode | inlineprotected |
| runCleanups() | nav2::LifecycleNode | inlineprotected |
| scale_velocities_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| shared_from_this() | nav2::LifecycleNode | inline |
| SharedConstPointer typedef (defined in nav2::LifecycleNode) | nav2::LifecycleNode | |
| SharedPtr typedef (defined in nav2::LifecycleNode) | nav2::LifecycleNode | |
| smoothed_cmd_pub_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| smootherTimer() | nav2_velocity_smoother::VelocitySmoother | protected |
| smoothing_frequency_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| stopped_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| timer_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| velocity_timeout_ (defined in nav2_velocity_smoother::VelocitySmoother) | nav2_velocity_smoother::VelocitySmoother | protected |
| VelocitySmoother(const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | nav2_velocity_smoother::VelocitySmoother | explicit |
| weak_from_this() | nav2::LifecycleNode | inline |
| WeakPtr typedef (defined in nav2::LifecycleNode) | nav2::LifecycleNode | |
| ~LifecycleNode() (defined in nav2::LifecycleNode) | nav2::LifecycleNode | inlinevirtual |
| ~VelocitySmoother() | nav2_velocity_smoother::VelocitySmoother | |