Giter Site home page Giter Site logo

demos's People

Contributors

pat1 avatar pavel-kirienko avatar peperossrobotics avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

demos's Issues

Registers do not work when running the Differential_pressure_sensor demo

Hello,

I am running the Differential Pressure Demo on a Raspberry Pi, and I am having trouble getting the values of the registers. In fact I cannot see any registers files created when running the demo. This makes the demo unable to publish any pressure or temperature value, I can only see heartbeat and node information.

I run the commands to configure the Node and the port identifiers with success, but the value of the registers is not kept (or even written as far as I can tell.

Is there anything that I might be missing?

Add super-minimal libudpard demo

Using the same udp.h and udp.c as the full libudpard demo create the absolutely smallest possible node that uses libudpard. This demo should use a hard-coded node id and should only send the 1Hz Heartbeat message. It should not support any other messages by default.

This demo will give us a SLoC count and a rough idea of RAM requirements for the most basic possible Cyphal/UDP implementation and can serve as a starting point for porting libcyphal to a new embedded target where the first task is adapting udp.h to the local ethernet stack.

The user should be encouraged to then start porting features from the larger demo over one-by-one.

udral_servo do not compile

error in include file.
Apply this patch and it will compile

diff --git a/udral_servo/src/main.c b/udral_servo/src/main.c
index ad5a609..5d026bd 100644
--- a/udral_servo/src/main.c
+++ b/udral_servo/src/main.c
@@ -26,7 +26,7 @@
 #include <uavcan/pnp/NodeIDAllocationData_2_0.h>
 
 #include <reg/udral/service/common/Readiness_0_1.h>
-#include <reg/udral/service/actuator/common/__0_1.h>
+#include <reg/udral/service/actuator/common/_0_1.h>
 #include <reg/udral/service/actuator/common/Feedback_0_1.h>
 #include <reg/udral/service/actuator/common/Status_0_1.h>
 #include <reg/udral/physics/dynamics/translation/LinearTs_0_1.h>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.