andino_bringup
Contains launch files to bring up andinobot robot.
README
andino_bringup
Description
This package contains mainly launch files in order to launch all related driver and nodes to be used in the real robot. Some configuration files are also added to set up the nodes launched in the ‘config’ folder.
Launch Files
Main file
The main launch file is the andino_robot.launch.py file. This file executes all necessary nodes for Andino Robot to work.
It includes:
andino_description.launch.py: file to load the 3D model of the robot from the URDF.andino_control.launch.py: file for theros2_controlnodes and drivers.camera.launch.py: file to execute the camera drivers, usingv4l2_camerapackage. If not necessary, it can be disabled using theinclude_cameraparameter.rplidar.launch.py: file to execute the drivers of the RP 2D LiDAR attached to the robot. If not necessary, it can be disabled using theinclude_rplidarparameter.
Other launch files included
These launch files are included just in case you want to command the robot in different ways, or visualize the information:
rosbag_record.launch.py: executes theros2 bag recordcommand to store a ‘.bag’ file with the specified topics. If no topics are specified, it will record all of them.rviz.launch.py: executes the RViz visualization tool with the ‘andino.rviz’ configuration by default, to be able to visualize the 3D model of the robot and information from the topics.teleop_joystick.launch.py: this file allows you to command the robot using a controller with a joystick, using theteleop_twist_joyand thejoy_linuxpackages.teleop_keyboard.launch.py: this file allows you to command the robot using a keyboard, using theteleop_twist_keyboardpackage.