Skip to content

Commit

Permalink
add not pointing to dsdl compiler for libcanard
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Feb 1, 2023
1 parent 82d5e79 commit 5b69a2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ Please check out the explanations provided in the comments in the header file to
Most importantly, check out the demo application under `tests/demo.c`.
Also use [code search to find real life usage examples](https://github.com/search?q=libcanard&type=Code&utf8=%E2%9C%93).

At the moment the library does not provide means to automate (de)serialization of UAVCAN data structures,
like other implementations (e.g. libuavcan for C++ or pyuavcan for Python) do.
Therefore, data structures need to be parsed and assembled manually.
The necessary examples are provided in the demo application.
For generation of de-serialisation and serialisation source code, please refer https://github.com/dronecan/dronecan_dsdlc .

## Library Development

Expand Down

0 comments on commit 5b69a2e

Please sign in to comment.