Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 24, 2023
1 parent 05291fd commit 48b73ea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/tmx/Messages/include/simulation/SensorDetectedObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ namespace tmx
std_attribute(this->msg, double, VelocityTwistAngularZ, 0, );
array_attribute( Covariance, VelocityCovariance);

// #Instantaneous velocity of an object within the frame specified in header
std_attribute(this->msg, double, VelocityInstTwistLinearX, 0, );
std_attribute(this->msg, double, VelocityInstTwistLinearY, 0, );
std_attribute(this->msg, double, VelocityInstTwistLinearZ, 0, );
std_attribute(this->msg, double, VelocityInstTwistAngularX, 0, );
std_attribute(this->msg, double, VelocityInstTwistAngularY, 0, );
std_attribute(this->msg, double, VelocityInstTwistAngularZ, 0, );
array_attribute( Covariance, VelocityInstCovariance);

// #The size of the object aligned along the axis of the object described by the orientation in pose
// #Dimensions are specified in meters
/**
Expand Down

0 comments on commit 48b73ea

Please sign in to comment.