- OS: Ubuntu 22.04 Jammy
- Ros2 Humble
Creating the directory
mkdir -p dev_ws/srcCloning the project
cd ~/dev_ws/src
git clone https://github.com/attu0/articubot_one.git
Creating the directory
mkdir -p robot_ws/srcCloning the project
cd ~/robot_ws/src
git clone https://github.com/attu0/articubot_one.git
cd ~/dev_ws
colcon build --symlink-install
cd ~/dev_ws
source /opt/ros/humble/setup.bash
source install/setup.bashros2 launch articubot_one launch_sim.launch.py ros2 launch articubot_one launch_sim.launch.py world:=src/articubot_one/worlds/world.world rviz2 -d src/articubot_one/config/main.rvizros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=/diff_cont/cmd_vel_unstampedros2 run rqt_image_view rqt_image_viewros2 launch articubot_one rplidar.launch.pycd ~/robot_ws
source /opt/ros/humble/setup.bash
source install/setup.bashros2 launch articubot_one launch_robot.launch.pyrviz2 -d src/articubot_one/config/main.rvizros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=/diff_cont/cmd_vel_unstampedros2 run rqt_image_view rqt_image_viewros2 launch articubot_one rplidar.launch.py