Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ros-chrony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open PRETIL
ros-chrony
Commits
33897a86
Commit
33897a86
authored
2 years ago
by
Maxime Duquesne
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
6dac6cef
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+41
-8
41 additions, 8 deletions
README.md
with
41 additions
and
8 deletions
README.md
+
41
−
8
View file @
33897a86
...
...
@@ -13,6 +13,8 @@ ROS package that interfaces the time synchronization chrony daemon and provide s
6.
This should work and you can start the daemon with gpsd to see if it is installed successfully.
7.
Official tutorial
[
here
](
https://gpsd.gitlab.io/gpsd/building.html
)
if you got any problems.
need to modify python version to install GPSD (TODO : give how later)
### Installation of Chrony
1.
Download lastest release of chrony
[
here
](
https://chrony.tuxfamily.org/download.html
)
...
...
@@ -62,6 +64,37 @@ To check if it's working do : `chronyc sources -v` (-v is useful to understand s
You should have something like :
`#- GPS or #+ GPS`
and under
`#* PPS`
If you have those sign, sources are synchronized.
## other and tips
You have to change your GPS configuration to emit pps
(TODO : ADD how on ublox later)
see sync of chrony :
```
chronyc tracking
```
see gps data :
```
gpsd -n /dev/tty...
ntpd -gN
cgps
```
rerun services :
```
sudo systemctl restart chrony
sudo systemctl restart gpsd
```
PS :
make sure to uninstall ntp (ntp install will uninstall chrony)
lib use :
*
gpsd
*
ntpd
*
cgps
*
chrony
## Authors and acknowledgment
Corentin Boulongne & Gérald Dherbomez
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment