Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some wrap up stuff #50

Merged
merged 8 commits into from
Jul 17, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pmu tested
  • Loading branch information
LechengKong committed Jul 16, 2018
commit f7bd1d99718f70fc986e719be8792718d975bae8
4 changes: 2 additions & 2 deletions src/pi/IMU_Lidar/devices_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ def getSensorAndCamera(host='192.168.1.121',port=6000,save=False,duration=5,endl
rowList=[]
if endless:
duration = 1000
lidarRate = float(1)/lidarRate - 0.0007
imuRate = float(1)/imuRate - 0.0007
lidarRate = float(1)/lidarRate - 0.0006
imuRate = float(1)/imuRate - 0.0006
cameraFreq = float(1)/cameraFreq
imu = IMU()
imu.setIMUScale(accScale,gyroScale,magScale)
Expand Down