Skip to content

Commit

Permalink
Upate
Browse files Browse the repository at this point in the history
  • Loading branch information
Noceo200 committed Jul 22, 2024
1 parent f71de04 commit e86f09e
Show file tree
Hide file tree
Showing 259 changed files with 222 additions and 38,236 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
**/log/
**/install/
**/.vscode/
**/exports_set_up/
**/exports_packages/
11 changes: 10 additions & 1 deletion chrony/chrony.conf.client
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ leapsectz right/UTC

#added: Ip of host computer to sync with
#minpoll = minimum time to check times difference (min time = 2^minpoll), similar for maxpoll, so if (minpoll = 0, maxpoll = 5) : 1sec to 32s (longest time interval between checks)
server 150.18.226.30 minpoll 0 maxpoll 5 maxdelay .005
server 150.18.226.30 prefer minpoll 0 maxpoll 1

#maxdelay .01 (maxdelay is in milliseconds, sometime prevent the client to sync because network night have latency > maxdelay)

# Fallback to public NTP servers if the primary host is not available
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 2.pool.ntp.org iburst
server 3.pool.ntp.org iburst

#allow time synchronisation
allow
Expand All @@ -39,3 +47,4 @@ local stratum 10

# Track and correct the clock's drift.
driftfile /var/lib/chrony/drift

8 changes: 5 additions & 3 deletions chrony/chrony.conf.server
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst

#Configures the client to use its local clock as a last resort if no other sources are available
local stratum 10
local stratum 4

# Allow NTP clients to synchronize with this server.
allow 150.18.226.0/24
# Allow specific NTP clients to synchronize with this server.
#allow 150.18.226.0/24

#Allow any NTP clients to synchronize
allow
1 change: 1 addition & 0 deletions robot_ws_ros2/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ EOF
fi

echo ""
echo "!!!Don't forget to source the workspace setup.bash file in .bashrc!!!"
echo "It might be needed to restart the Terminals for new installed nodes or files"
echo ""

Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e86f09e

Please sign in to comment.