https://github.com/robotnikautomation/rb1_base_common
Common packages for the control and simulation of the RB1 BASE robot
https://github.com/robotnikautomation/rb1_base_common
Last synced: 10 months ago
JSON representation
Common packages for the control and simulation of the RB1 BASE robot
- Host: GitHub
- URL: https://github.com/robotnikautomation/rb1_base_common
- Owner: RobotnikAutomation
- Created: 2016-02-22T09:12:44.000Z (over 10 years ago)
- Default Branch: melodic-devel
- Last Pushed: 2024-01-04T14:33:11.000Z (over 2 years ago)
- Last Synced: 2025-05-16T18:44:02.727Z (about 1 year ago)
- Language: C++
- Size: 1.65 MB
- Stars: 18
- Watchers: 11
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rb1_base_common
===============
Common packages of the RB1 base: URDF description of the RB1 Base, platform messages and other files for simulation.
Packages
rb1_base_description
The urdf, meshes, and other elements needed in the description are contained here. This package includes the description of the RB1 Base mobile platforms.
The package includes also some launch files to publish the robot state and to test the urdf files in rviz.
rb1_base_localization
Contains the configuration and launch files to use the robot localiztion packages along the real or simulated robot.
rb1_base_navigation
Contains the configuration and launch files to work with the ROS navigation stack along the real or simulated robot.
rb1_base_pad
This package contains the node that subscribes to /joy messages and publishes command messages for the robot platform including speed level control. The joystick output is feed to a mux (http://wiki.ros.org/twist_mux) so that the final command to the robot can be set by different components (move_base, etc.)
The node allows to load different types of joysticks (PS4, PS3, Logitech, Thrustmaster). New models can be easily added by creating new .yaml files.