Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 660 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 660 Bytes

robot-configs

Basic Husarion robots configs for Husarion OS

Installing

git clone https://github.com/husarion/robot-configs
cd robot-configs
sudo ./install.sh

Using

sudo su

# ========================
# Select a robot model
# ========================

export ROBOT_MODEL=rosbot_xl
#export ROBOT_MODEL=rosbot_2r

# ========================
# Select a ROS version
# ========================

export ROS_VERSION=ros2_humble
# export ROS_VERSION=ros_noetic
# export ROS_VERSION=vulcanexus_humble

# ========================
# Run the configuration
# ========================

setup_robot_configuration $ROBOT_MODEL $ROS_VERSION