mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Whitespace fix
This commit is contained in:
@@ -397,7 +397,7 @@ PoseStamped globalToLocal(double lat, double lon)
|
||||
// publish navigate_target frame
|
||||
void publishTarget(ros::Time stamp, bool _static = false)
|
||||
{
|
||||
bool single_frame = (setpoint_position.header.frame_id == setpoint_altitude.header.frame_id) &&
|
||||
bool single_frame = (setpoint_position.header.frame_id == setpoint_altitude.header.frame_id) &&
|
||||
setpoint_altitude.header.frame_id == yaw_frame_id;
|
||||
|
||||
if (_static && single_frame) {
|
||||
|
||||
Reference in New Issue
Block a user