tmplt / ed7039e

Model, simulation and implementation of a mechatronical system for use in a mimicked industrial environment using UWB localization. Task dispatch via Arrowhead. Reproducibly built via Nix.
BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

implement DWM node using LCM #28

Closed tmplt closed 4 years ago

tmplt commented 4 years ago

This PR implements a "node" (as defined by RobotOS: a software component that publishes and subscribes to messages and affects the system in some manner) that reads the reported physical position of the system over a serial connection and publishes the collected data on a "POSITION" channel.

TODO:

Related to #26.