This is a micro-ros package using Teensy or M5Stack.
- Ubuntu OS PC
- Ubuntu 22.04 Humble
This is a multi-topic publisher program using Teensy.
cd ~/uros_ws
. install/setup.bash
ros2 run micro_ros_agent micro_ros_agent serial --dev /dev/ttyACM0 -v6
This is a FSR topic publisher program using M5Stack.
cd uros_ws/
. install/setup.bash
ros2 run micro_ros_agent micro_ros_agent serial --dev /dev/ttyUSB0 -v6
This program switches the M5Stack screen with data received from the ROS 2 Humble Laptop PC.
It receives std_msgs__msg__Int32 msg and switches the screen.
This program switches the M5Stack screen with data received from the ROS 2 Foxy Jetson Nano.
It receives std_msgs__msg__Int32 msg and switches the screen.
ROS2: Ubuntu22.04にArduino, Teensy, micro-rosの環境を準備する
micro-ROS-arduino: JetsonとM5Stackで通信する
This repository is licensed under the MIT license, see LICENSE.