Skip to content

husarion/robot-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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