No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | ros2_control motors and imu hardware_interfaces for rosbot and rosbot XL |
Checkout URI | https://github.com/husarion/rosbot_hardware_interfaces.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-12-10 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
rosbot_hardware_interfaces | 1.0.0 |
README
rosbot_hardware_interfaces
The package uses ros2_control to communicate with the ROSbot’s 2R, ROSbot’s 2 PRO and ROSbot’s XL hardware. ROSbots contain micro-ros firmware which provides the encoders and the imu measurements and the motors speed commander.
Subscribes
-
/cmd_vel
(geometry_msgs/Twist, /rosbot_base_controller) -
/_motors_response
(sensor_msgs/msg/JointState, /rosbot_system_node) -
/_imu/data_raw
(sensor_msgs/msg/Imu, /imu_sensor_node)
Publishes
-
/imu_broadcaster/imu
(sensor_msgs/Imu, /imu_broadcaster) -
/rosbot_base_controller/odom
(nav_msgs/Odometry, /rosbot_base_controller) -
/_motors_cmd
(std_msgs/msg/Float32MultiArray, /rosbot_system_node)
Usage
- Add this repository to ros2 workspace
cd src/
git clone https://github.com/husarion/rosbot_hardware_interfaces
- Add to the Rosbot description following lines:
<xacro:include filename="$(find rosbot_hardware_interfaces)/urdf/ros2_control.urdf.xacro" />
<xacro:ros2_control_system/>
- Configure and launch the controller with the example usage.
ros2 launch rosbot_hardware_interfaces example_diff_drive.launch.py
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.