-
Notifications
You must be signed in to change notification settings - Fork 386
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
Enabling connection via Bluetooth #109
Enabling connection via Bluetooth #109
Conversation
…loss to make it usable with bluetooth connection
…rgument, thus preventing interference with other active serial connections, for example a gripper. Also added rfcomm devices to the list of possible connections for the sensor.
@SammyRamone, thanks for the contribution. Anything that gets rid of wiring outside the robot arm is a good idea in my book. I'm curious what you think of the discussion in #107. It appears your |
Hi, |
Ideally, the device argument is semi-static. This would ensure that the launch files do not have to be changed or called with different arguments between runs. Do you know if the device ID is static. If you unplug and then plug in the same device or it loses connection for whatever reason, does it come up with the same ID? If you fix is to be accepted, the old behavior (however bad) would need to remain in place so that existing users aren't affected. Is this the case? |
I'm not sure if the device ID is static, but I think it's not. However, if you unplug and plug a device it will be probably the same ID since nothing else changed. But if you plug in another device before repluging the first device, it may have another ID. My code should not change the previous behaviour. If you do not provide a device ID the old search for devices will be used. So I think no one will notice. Furthermore, I am not sure how many people actually used the ModbusRTU before because there was no node for this. I added one in this pull request. |
Closing old PRs |
Hello,
we developed a serial connection to the Robotiq Gripper and FT sensor via Bluetooth. For more information see this Github:
https://github.com/TAMS-Group/tams_robotiq_bluetooth
We changed a few things in the code to make it run on the BT connection. The code is running for several weeks now on our setup and we didn't encounter any bugs.
If you have any questions or want further changes, I will be glad to help.
Best regards,
Marc Bestmann