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.
![]() |
amr_description package from swerve_robot repoamr_description |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yugmil11/swerve_robot.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-12-28 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The amr_description package
Additional Links
No additional links.
Maintainers
- author
Authors
No additional authors.
Swerve_robot
This is my take on creating a controller for 4 wheeled swerve robot
Swerve Drive Robot ROS2 Package
This repository contains a ROS2 package for the control of a 4-wheeled swerve drive robot. The package includes:
- A Gazebo simulation environment.
- Joystick control integration.
- A custom controller node for operating the robot.
Package Overview
The ROS2 package provides launch files and nodes to simulate and control a swerve drive robot. Below is a step-by-step guide to get started.
Installation
- Ensure you have ROS2 installed on your system. Refer to the ROS2 installation guide for your platform.
- Clone this repository into your ROS2 workspace:
cd ~/ros2_ws/src
git clone https://github.com/<your-username>/Swerve_robot.git
- Build the package:
cd ~/ros2_ws
colcon build
- Source the workspace:
source ~/ros2_ws/install/setup.bash
Usage
1. Launch the Gazebo Simulation
To start the Gazebo simulation environment for the robot, run:
ros2 launch amr_description gazebo.launch.py
2. Start the Joystick Controller
If you want to control the robot using a joystick, run:
ros2 launch amr_description joystick.launch.py
Ensure your joystick is connected and recognized by the system.
3. Run the Controller Node
To operate the custom controller node for the swerve drive robot, execute:
ros2 run amr_description controller
File Structure
├── amr_description
│ ├── launch
│ │ ├── gazebo.launch.py
│ │ ├── joystick.launch.py
│ ├── amr_description
│ │ ├── controller.py
│ ├── urdf
│ │ ├── robot.urdf.xacro
│ ├── config
│ │ ├── joystick.yaml
│ └── ...
Features
- Gazebo Simulation: A realistic environment to test and visualize robot movements.
- Joystick Control: Seamless integration with joystick devices for manual control.
- Custom Controller: An optimized node for operating a swerve drive mechanism.
Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
Happy swerving!
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 | |
xacro | |
rviz2 | |
robot_state_publisher | |
joint_state_publisher | |
joint_state_publisher_gui |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged amr_description at Robotics Stack Exchange
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.