-
Notifications
You must be signed in to change notification settings - Fork 48
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
no response from LBRServer #188
Comments
hi @Miftahur92 , thanks for the feedback. Your IP configuration should be fine and seems consistent. 2 questions
Please let me know if any of this helps. |
Thank you @mhubii for answering. for 1. I have tried to run the application by pressing the enabling switch and pressing the play button. However, nothing happens. There is a safety controller warning. Still, I can move the robot manually with the KUKA controller. |
I can suggest you to try and
|
Hi @mhubii thank you again for your quick response. I was able to run the application. The problem was with the calibration and mastering. However, I am still unable to connect with ros2 properly because of time mismatch between the laptop and KUKA controller. I tried to find a solution but the kuka controller interface is different in all the tutorials and guidelines. Do you have any suggestion for changing the time in kuka controller? |
okay, great, progress! don't have experience with changing the time, however, if you connect a screen, a keyboard, and a mouse to the KUKA controller, you can use it like any other Windows PC. Maybe that's how you can set the time? |
Hi, I couldn,t fix the time. But, I was able to run one of the plain demos you mentioned (https://github.com/lbr-stack/fri?tab=readme-ov-file#build) |
Hi @mhubii. I have found a solution to make it work. I changed the value of "use_sim_time" from false to true in real.launch.py. Now, I can move the kuka iiwa14 with moveit. |
hi @Miftahur92, thank you for returning to this. Could you please share where you changed that value?
|
line 26 of real.launch.py (robot_description=robot_description, use_sim_time=False) from lbr_bringup package. |
Hi all, seeking help to connect a KMR omnimove 200 LBR iiwa 14 with ROS2 using FRI.
I tried to replicate the example in the readme. The IP address is different for me, instead of 172.31.1.147 it is 172.31.1.10. Whenever I select the LBRServer application on KUKA controller, nothing happens. Also I get failure message in the terminal as well. I have no idea what is going on.
The text was updated successfully, but these errors were encountered: