Skip to content

Commit

Permalink
Update PF params
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kurenkov committed May 4, 2018
1 parent d71b42c commit b8fd890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@
`2. Run timedatectl to see settings` <br/>
`3. Run sudo update-rc.d -f ntp remove` <br/>
`4. Run systemctl disable --now systemd-timesyncd.service` <br/>
`5. Reboot`
`5. Reboot` <br/>
`6. To start ntp Run sudo service ntp start`
4 changes: 2 additions & 2 deletions eurobot/scripts/particle_filter_node/particle_filter_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"angle_noise": 0.1,
"min_intens": 3000,
"max_dist": 3700,
"k_angle": 200,
"beac_dist_thresh": 100,
"k_angle": 120,
"beac_dist_thresh": 120,
"num_is_near_thresh": 0.1}


Expand Down
4 changes: 2 additions & 2 deletions eurobot_tests/src/write_laser_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def get_coords():
odom_data_full.append(get_coords())
# rospy.loginfo("add line %d" % i)

np.save("laser_scans6.npy", np.array(lidar_data_full))
np.save("odom_coords6.npy", np.array(odom_data_full))
np.save("laser_scans7.npy", np.array(lidar_data_full))
np.save("odom_coords7.npy", np.array(odom_data_full))

0 comments on commit b8fd890

Please sign in to comment.