-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi
I have a dif drive robot using hoverboard wheels, ros1 and using Alex's hoverboard driver.
I want to upgrade to Huble so was looking at your work. Launching yours bring up Rviz, joy nodes for PS4 and so on. This work load is to much for my PI4 4G.
All that s needed is the uart driver for wheels with there feed back on ttyUSB0 (PI port)
and a config for wheel separation and diameter.
The rest can be done on stronger computer through ssh. (tellyop twist joy, rviz and such)
I am willing to contribute for your work, buy you a coffee or pizza. I am just a hobbyist
edit: found
https://github.com/DataBot-Labs/hoverboard_ros2_control/blob/main/hoverboard_hardware_interface/include/hoverboard_hardware_interface/hoverboard_hardware_interface.hpp
line 42 - port setting
https://github.com/DataBot-Labs/hoverboard_ros2_control/blob/main/hoverboard_demo_bringup/config/hoverboard_controllers.yaml
line 16 and 18 - wheel diameter and separation
So looking for launch file on mobile pi-bot that subscribes to cmd_vel topic and publishes relevant info for mapping and so on.
please