2022-12-12 13:48:43 +02:00
2022-12-21 12:15:27 +02:00
2022-10-18 17:27:39 +03:00
2022-12-02 10:18:56 +02:00
2022-10-25 12:59:47 +03:00
2022-10-13 10:54:47 +03:00
2022-12-12 16:41:22 +02:00

drawing-robot-ros2

source install/local_setup.bash
cd src/ign_moveit2_examples/src/draw_svg/
rosdep install --from-paths . --ignore-src -r -y
colcon build
source install/local_setup.bash
ros2 launch draw_svg draw_svg.launch.py

xArm lite6

ROS2 rpi4

https://github.com/ros-realtime/ros-realtime-rpi4-image/releases

After unpacking the tar file, flash it to sd card. Log in with "ubuntu:ubuntu".

sudo -i
loadkeys fi
passwd ubuntu #change from default 'ubuntu' to '1234'
apt-mark hold $(uname -r) linux-firmware u-boot-rpi u-boot-tools #prevent kernel updates
apt-mark hold libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
apt-mark hold raspberrypi-bootloader raspberrypi-kernel raspberrypi-kernel-headers

apt update && apt upgrade


apt install ros-dev-tools
Description
No description provided
Readme 7.5 MiB
Languages
Python 82.7%
C++ 11.5%
CMake 2.9%
Shell 1.7%
Dockerfile 0.9%
Other 0.3%