andino_description package from andino repoandino_apps andino_base andino_bringup andino_control andino_description andino_firmware andino_gz_classic andino_hardware andino_navigation andino_slam |
|
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | BSD Clause 3 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/Ekumen-OS/andino.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-09-16 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Franco Cipollone
Authors
- Franco Cipollone
andino_description
Description
This package holds the urdf description of the robot.
In the urdf
folder you have the URDF files that contain the description of the robot, divided in different modules and merged into andino.urdf.xacro
file.
Configuration
In case you want to change the physical properties of some of the components of the robot, you can do it modifying the default YAML files inside the config/andino
folder.
You can even add your own configuration files in another directory in the config
folder, and pass this directory to the main file using the yaml_config_dir
xacro argument on the launch files.
Launch Files
For launching robot state publisher for filling up static tf information and serving the description of the robot. Typically used during robot bringup.
ros2 launch andino_description andino_description.launch.py
For launching the robot state publisher and providing some visualization with rviz to analyze the robot description.
ros2 launch andino_description view_andino.launch.py
Changelog for package andino_description
0.2.0 (2024-07-19)
0.1.0 (2023-10-09)
- Updated lidar mesh (#165)
- Fixes USB port names (#143)
- Add new mesh for second base (#141)
- Parametrizes config yaml path in andino.urdf.xacro (#137)
- Adds materials to gazebo sim (#112)
- Caster wheel and ros_control in gazebo (#105)
- Add optional parameter to generate Fixed/Coninuous caster joint (#100)
- Fix wrong if/unless wheel xacro (#95)
- Gazebo Classic Simulation humble (#78)
- Fixes xacro file starting with a comment. (#91)
- Removes gazebo references from andino_description. (#83)
- Adds camera mount mesh and adjusts sizes. (#81)
- Contributors: Christian Barcelo, Franco Cipollone, Ignacio Davila, Leo Neumarkt, Olmer Garcia-Bedoya
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_python | |
joint_state_publisher_gui | |
robot_state_publisher | |
ros2launch | |
rviz2 | |
xacro | |
ament_cmake_pytest | |
ament_index_python |