mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Got pan/tilt and tower combo node done. Other misc changes.
This commit is contained in:
@@ -75,9 +75,11 @@ class Odometry(object):
|
||||
imu = temp.get('imu', None)
|
||||
|
||||
if gps:
|
||||
print gps
|
||||
self.broadcast_gps(gps)
|
||||
|
||||
if imu:
|
||||
# print imu
|
||||
self.broadcast_imu(imu)
|
||||
|
||||
def broadcast_gps(self, gps):
|
||||
|
||||
Reference in New Issue
Block a user