-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
reviewcode reviewcode review
Description
Don't leave commented out code hanging around in the main branch. Move them to another branch or delete them.
Some examples in gps_odom:
Line 57 in efdccca
| /*baseECEF_vector(0) = msg->rx+msg->rxRov; //NOTE: THIS SHOULD BE READ IN VIA .LAUNCH WHEN USING GLOBAL FRAME |
Line 165 in efdccca
| //Get initial pose |
Line 347 in efdccca
| /*//Hypothesis test |
Line 437 in efdccca
| //odom_pub_.publish(localOdom_msg); |
Line 512 in efdccca
| /* initStates << msg->pose.position.x-initPose_.pose.position.x, msg->pose.position.y-initPose_.pose.position.y, |
Line 539 in efdccca
| void gpsOdom::PublishTransform(const geometry_msgs::Pose &pose, |
Metadata
Metadata
Assignees
Labels
reviewcode reviewcode review