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

ntp_with_host set to false #17

Merged
merged 1 commit into from May 21, 2016
Merged

ntp_with_host set to false #17

merged 1 commit into from May 21, 2016

Conversation

SalvoVirga
Copy link
Member

default true was causing the java application to hang without a ntp server on the linux side.
Fixes #13

…tion to hang without a ntp server on the linux side
@SalvoVirga SalvoVirga merged commit 85b5da4 into master May 21, 2016
@SalvoVirga SalvoVirga deleted the hotfix/noNTP branch May 21, 2016 13:30
@mat-l
Copy link

mat-l commented Oct 4, 2016

Hey,
we are using kuka sunrise 1.5.1.8 and are facing the same issue as Ahyan1 in Issue #13.
We are using the master 1.7 file instead of master. Is it possible that the bug fix is only in your master branch? If so, would it possible to put it in the older master as well so that we can use it?
If not, would you have any suggestions why this problem still occurs?
Thanks

@SalvoVirga
Copy link
Member Author

SalvoVirga commented Oct 4, 2016

Hi,
the change from this commit is also on the master-Sunrise1.7 branch, as you can see here. Also in your local git, ntp_with_host should be set to false in the config.txt file (if you don't want to use ntp).
This fixed a connection problem cause by ntp for network settings that were properly set up, so first make sure that all the settings are correct, like written here.

Can you ping the robot from your linux machine? If you start a roscore and ROSSmartServo, does the application connect to the ROS master (it should be printed out on the SmartPad)? Can you read the joint position from the robot on /iiwa/state/JointPosition?

@mat-l
Copy link

mat-l commented Oct 12, 2016

Hey
thanks again for your answer.
I can ping the robot and after starting a ROS Master as well as ROSSmartServo I get some output on the tablet. Unfortunately I can't reproduce it right now because I don't have access to the robot but it was the exactly the same as by Ahyan1. I also have the same rostopics running and if I try to read the JointPosition Topic I get all 0 as answer.
I will check for ntp_with_host as soon as possible and let you know if that solved our problem.

Edit:
ntp_with_host was set to false

SalvoVirga added a commit that referenced this pull request Feb 1, 2017
This merge should fix the compiler error for Issue #17

Closes #17

See merge request !6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants