Skip to content

HHorimoto/hello_arduino_m5stack_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Use

  1. Run roscore in first terminal. Do not forget run roscore first.
$ roscore
  1. Run rosserial with port in sencond terminal.
$ rosrun rosserial_python serial_node.py _port:=path/to/port
  • If you face to permission issue, you can type the following command.
$ sudo chmod 666 path/to/port
  1. Upload talker.ino using Arduino IDE or VSCode.

  2. See topic from talker.ino.

$ rostopic echo /chatter
data: "Hello, World!"
---
data: "Hello, World!"
・
・
・

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published