Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 646 Bytes

nodes.md

File metadata and controls

33 lines (22 loc) · 646 Bytes

Nodes

amr_interface_node

This node allows to get serial communication working between hardware and ROS2.
It can manage:

  • joints
  • odometry
  • imu
  • battery

amr_scheme.drawio.png

To run:
ros2 run ros2_amr_interface amr_interface_node

if you need to change serial port and remap a topic:
ros2 run ros2_amr_interface amr_interface_node --ros-args -p port_name:=<your port> --remap /amr/cmd_vel:=/cmd_vel


Here a scheme of communication messages:
flow.drawio.svg


Copyright (c) 2022 G. Bruno under MIT license