This is client for communication according to the MassRobotics AMR Interoperability Standard. it sends ROS1 topics to the AMR Interoperability Receiver via websockets. ( Receiving is not supported. )
Since it contains nodes that simulate ROS1 topics, you can try to run it immediately.
Please refer to the link. https://github.com/MassRobotics-AMR/AMR_Interop_Standard
example
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/
$ catkin_make
$ cd src
$ git clone git@github.com:LexxPluss/amr_interop_bridge.git
example
$ pip2 install websocket-client pytz
example
$ cd ~/catkin_ws/
$ catkin_make
$ source devel/setup.bash
$ roslaunch amr_interop_bridge amr_interop_bridge_required.launch
$ roslaunch amr_interop_bridge amr_interop_bridge_required.launch url:=ws://SERVER-ADDRESS
$ roslaunch amr_interop_bridge amr_interop_bridge_full.launch