Skip to content
Snippets Groups Projects
Commit 9f2eafef authored by Emil Harlan's avatar Emil Harlan
Browse files

s

parent 99df4ac1
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ class ImuPublisher(Node):
acc_x, acc_y, acc_z, gyro_x, gyro_y, gyro_z = imu_info
self.msg.linear_acceleration.x = acc_x
self.msg.linear_acceleration.y = acc_y
print(self.msg)
self.publisher_.publish(self.msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment