pub struct GetCartesianPathRequest {Show 15 fields
pub header: Header,
pub start_state: RobotState,
pub group_name: String,
pub link_name: String,
pub waypoints: Vec<Pose>,
pub max_step: f64,
pub jump_threshold: f64,
pub prismatic_jump_threshold: f64,
pub revolute_jump_threshold: f64,
pub avoid_collisions: bool,
pub path_constraints: Constraints,
pub max_velocity_scaling_factor: f64,
pub max_acceleration_scaling_factor: f64,
pub cartesian_speed_limited_link: String,
pub max_cartesian_speed: f64,
}Fields§
§header: Header§start_state: RobotState§group_name: String§link_name: String§waypoints: Vec<Pose>§max_step: f64§jump_threshold: f64§prismatic_jump_threshold: f64§revolute_jump_threshold: f64§avoid_collisions: bool§path_constraints: Constraints§max_velocity_scaling_factor: f64§max_acceleration_scaling_factor: f64§cartesian_speed_limited_link: String§max_cartesian_speed: f64Trait Implementations§
Source§impl Clone for GetCartesianPathRequest
impl Clone for GetCartesianPathRequest
Source§fn clone(&self) -> GetCartesianPathRequest
fn clone(&self) -> GetCartesianPathRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCartesianPathRequest
impl Debug for GetCartesianPathRequest
Source§impl Default for GetCartesianPathRequest
impl Default for GetCartesianPathRequest
Source§impl<'de> Deserialize<'de> for GetCartesianPathRequest
impl<'de> Deserialize<'de> for GetCartesianPathRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetCartesianPathRequest
impl PartialEq for GetCartesianPathRequest
Source§impl Serialize for GetCartesianPathRequest
impl Serialize for GetCartesianPathRequest
impl Message for GetCartesianPathRequest
impl StructuralPartialEq for GetCartesianPathRequest
Auto Trait Implementations§
impl Freeze for GetCartesianPathRequest
impl RefUnwindSafe for GetCartesianPathRequest
impl Send for GetCartesianPathRequest
impl Sync for GetCartesianPathRequest
impl Unpin for GetCartesianPathRequest
impl UnwindSafe for GetCartesianPathRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more