-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohsen Malayeri edited this page Oct 27, 2023
·
19 revisions
Welcome to the ws23-youbot-manipulation-ros2 wiki!
Use Ubuntu: 22.04 and ROS2 Rolling as base
apt update
apt install -y gedit python3-pip ros-rolling-twist-mux ros-rolling-moveit ros-rolling-urg-node
apt install ros-rolling-ros2-control ros-rolling-joint-state-publisher-gui
pip install setuptools==58.2.0
mkdir -p /home/mir/src && cd /home/mir/src
git clone -b rolling https://github.com/b-it-bots/mas_industrial_robotics
git clone -b ros2 https://github.com/mas-group/brics_actuator.git
git clone -b foxy-devel https://github.com/mas-group/youbot_description.git
git clone -b foxy-devel https://github.com/mas-group/youbot_driver.git
git clone -b foxy-devel https://github.com/mas-group/youbot_driver_ros_interface.git
. /opt/ros/rolling/setup.sh
cd /home/mir
colcon build --executor sequential --parallel-workers 4
export ROBOT=youbot-brsu-2
source install/local_setup.bash
ros2 launch mir_bringup view_youbot.launch.py
. /opt/ros/rolling/setup.sh
rviz2