-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question about compatibility #11
Comments
Disclaimer : I have been using a tm5-700 so what I'm going to say might be irrelevant to your issue Hello, Since it was working for you with the previous driver you can maybe try checking the latest updates on the robot side since it might have changed the ports used for communication. I haven't found any robot side version requirement but since the driver is still experimental I wouldn't be surprised if that was the culprit. |
Did you make sure that your TMFlow version is 1.80? That version is required in order to use this driver. |
@julespalles I updated TMFlow to 1.80.5300 as otherwise I couldn't see the Project page. However, as you mentioned in #5, everything started working once I changed the Etherent port (and restarted). So to properly give an answer to this issue: no, this driver is not compatible with the deprecated one, as it uses a different port(s) to communicate with the robot. Follow the instructions in the README.md and remember to connect the Ethernet cable to the right port. |
I've been using this deprecated repository in the past to control a TM5-900, it worked well. I wanted to get the latest developments from the current repo, however it seems it is not quite as compatible... could anybody confirm if I need anything special to get it working?
My command is the following:
roslaunch tm_driver tm5_900_bringup.launch robot_ip:=192.168.29.130
This is the response I get when trying to connect to the robot with the package:
I can ping the robot PC, nothing has changed besides the ROS driver.
I noticed that perhaps the ports were different: in the deprecated repo it was 6188 and in the current one it is 5890 and 5891. This is all very confusing and I hope i don't need to revert to the deprecated driver.
The text was updated successfully, but these errors were encountered: