Package Summary

Tags No category tags.
Version 0.1.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-04-19
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

Launch Gazebo simulation with Andino

Additional Links

No additional links.

Maintainers

  • Olmer Garcia
  • Franco Cipollone

Authors

No additional authors.

Gazebo Classic simulation for the Andino robot

Build

Install package dependencies:

rosdep install --from-paths src -i -y

Build the package:

colcon build

Note: --symlink-install can be added if needed.

Finally, source the install folder

. install/setup.bash

Note: gazebo might be needed to be sourced as well

. /usr/share/gazebo/setup.bash

Usage

This package has the next option to be executed.

Andino simulation with Gazebo diff drive plugin

ros2 launch andino_gz_classic andino_one_robot.launch.py initial_pose_x:=3.0

This launch file supports the following launch arguments:

  • use_sim_time . This parameter indicate to the rviz that it should work with simulation time. (default: 'true')
  • rviz . This parameter let to decide if you want to run rviz with this launch. False can be useful if you want to view the rviz in another computer. (default: 'true')
  • world . SDF file of the world where andino will run. Note that the world should be available in gazebo paths.(default: 'empty_world.world')

Finally, all the parameters of spawn an andino robot to put the robot in specific position are available. for more information of all the parameters of the child launch files you can write:

ros2 launch andino_gz_classic andino_one_robot.launch.py -s

Andino simulation with Gazebo ros2 control plugin

ros2 launch andino_gz_classic andino_one_robot.launch.py use_gazebo_ros_control:=true

Considerations

  • note that the twist topic is diff_controller/cmd_vel_unstamped.
  • The twist topic should be sent at a frequency of at least $10hz$ because the action has a validity timeout.

Spawn an Andino robot

ros2 launch andino_gz_classic spawn_robot.launch.py initial_pose_x:=3.0 entity:=andino robot_description_topic:=/andino/robot_description

The parameters of this launch let to put the robot in any place of the simulation.

  • use_sim_time: Use simulation (Gazebo) clock if true. (default: 'true')

  • initial_pose_x: Initial x pose of andino in the simulation. (default: '0.0')

  • initial_pose_y: Initial y pose of andino in the simulation. (default: '0.0')

  • initial_pose_z: Initial z pose of andino in the simulation. (default: '0.0')

  • robot_description_topic: robot description topic. (default: '/robot_description')

  • initial_pose_yaw: Initial yaw pose of andino in the simulation. (default: '0.0')

  • use_gazebo_ros_control: True to use the gazebo_ros_control plugin. (default: 'false')

  • entity: Name of the robot. (default: 'andino')

  • rsp_frequency: robot state publisher frequency. (default: '30.0')

Spawn multiple andino robots has some issues, so no namespace is created.

CHANGELOG

Changelog for package andino_gz_classic

0.1.0 (2023-10-09)

  • gz_classic_sim: Free caster wheel joint. (#166)
  • Remove cmake find_package to gazebo. (#163)
  • Renames andino_gazebo package to andino_gz_classic. (#153)
  • Contributors: Franco Cipollone, Olmer Garcia-Bedoya

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged andino_gz_classic at Robotics Stack Exchange

No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
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 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.