COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
copp::Robot Member List

This is the complete list of members for copp::Robot, including all inherited members.

add_acceleration_limits(Span< const double > upper, Span< const double > lower, std::size_t start_idx_s, std::size_t length=0)copp::Robot
add_acceleration_limits(MatrixView upper, MatrixView lower, std::size_t start_idx_s)copp::Robot
add_jerk_limits(Span< const double > upper, Span< const double > lower, std::size_t start_idx_s, std::size_t length=0)copp::Robot
add_jerk_limits(MatrixView upper, MatrixView lower, std::size_t start_idx_s)copp::Robot
add_torque_limits(Span< const double > upper, Span< const double > lower, std::size_t start_idx_s, std::size_t length=0)copp::Robot
add_torque_limits(MatrixView upper, MatrixView lower, std::size_t start_idx_s)copp::Robot
add_velocity_limits(Span< const double > upper, Span< const double > lower, std::size_t start_idx_s, std::size_t length=0)copp::Robot
add_velocity_limits(MatrixView upper, MatrixView lower, std::size_t start_idx_s)copp::Robot
append_s(Span< const double > s)copp::Robot
capacity() constcopp::Robot
clear_inverse_dynamics()copp::Robot
constraints() noexceptcopp::Robot
detail::robot_handle(const Robot &robot) noexceptcopp::Robotfriend
detail::robot_handle_mut(Robot &robot) noexceptcopp::Robotfriend
dim() constcopp::Robot
has_inverse_dynamics() constcopp::Robot
idx_s_range() constcopp::Robot
is_empty() constcopp::Robot
len() constcopp::Robot
operator=(Robot &&) noexceptcopp::Robot
operator=(const Robot &)=deletecopp::Robot
Robot(std::size_t dim, std::size_t capacity=0)copp::Robotexplicit
Robot(std::size_t dim, InverseDynamics inverse_dynamics, std::size_t capacity=0)copp::Robot
Robot(Robot &&) noexceptcopp::Robot
Robot(const Robot &)=deletecopp::Robot
set_inverse_dynamics(InverseDynamics inverse_dynamics)copp::Robot
set_q_2nd(MatrixView q, MatrixView dq, MatrixView ddq, std::size_t idx_s)copp::Robot
set_q_3rd(MatrixView q, MatrixView dq, MatrixView ddq, MatrixView dddq, std::size_t idx_s)copp::Robot
set_q_from_path_2nd(const Path &path, std::size_t idx_s_from, std::size_t idx_s_to)copp::Robot
set_q_from_path_3rd(const Path &path, std::size_t idx_s_from, std::size_t idx_s_to)copp::Robot
size() constcopp::Robot
~Robot()copp::Robot