astyle src/platforms/ros

This commit is contained in:
Daniel Agar 2017-01-28 16:24:42 -05:00 committed by Lorenz Meier
parent 624403f147
commit ca60d2d15f

View File

@ -65,7 +65,7 @@ int DemoOffboardAttitudeSetpoints::main()
/* Publish example offboard attitude setpoint */
geometry_msgs::PoseStamped pose;
tf::Quaternion q = tf::createQuaternionFromRPY(0.0, 0.1 * (sinf(0.5 * (float)px4::get_time_micros() / 1000000.0f)) ,
tf::Quaternion q = tf::createQuaternionFromRPY(0.0, 0.1 * (sinf(0.5 * (float)px4::get_time_micros() / 1000000.0f)),
0.0);
quaternionTFToMsg(q, pose.pose.orientation);