demos VS ros2_tracing

Compare demos vs ros2_tracing and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
demos ros2_tracing
3 1
463 130
1.7% 5.4%
7.5 8.1
9 days ago 20 days ago
C++ Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

demos

Posts with mentions or reviews of demos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • ROS2 for Docker
    1 project | /r/ROS | 22 Dec 2022
    ARG FROM_IMAGE=ros:foxy ARG OVERLAY_WS=/opt/ros/overlay_ws # multi-stage for caching FROM $FROM_IMAGE AS cacher # clone overlay source ARG OVERLAY_WS WORKDIR $OVERLAY_WS/src RUN echo "\ repositories: \n\ ros2/demos: \n\ type: git \n\ url: https://github.com/ros2/demos.git \n\ version: ${ROS_DISTRO} \n\ " > ../overlay.repos RUN vcs import ./ < ../overlay.repos # copy manifests for caching WORKDIR /opt RUN mkdir -p /tmp/opt && \ find ./ -name "package.xml" | \ xargs cp --parents -t /tmp/opt && \ find ./ -name "COLCON_IGNORE" | \ xargs cp --parents -t /tmp/opt || true # multi-stage for building FROM $FROM_IMAGE AS builder # install overlay dependencies ARG OVERLAY_WS WORKDIR $OVERLAY_WS COPY --from=cacher /tmp/$OVERLAY_WS/src ./src RUN . /opt/ros/$ROS_DISTRO/setup.sh && \ apt-get update && rosdep install -y \ --from-paths \ src/ros2/demos/demo_nodes_cpp \ src/ros2/demos/demo_nodes_py \ --ignore-src \ && rm -rf /var/lib/apt/lists/* # build overlay source COPY --from=cacher $OVERLAY_WS/src ./src ARG OVERLAY_MIXINS="release" RUN . /opt/ros/$ROS_DISTRO/setup.sh && \ colcon build \ --packages-select \ demo_nodes_cpp \ demo_nodes_py \ --mixin $OVERLAY_MIXINS # source entrypoint setup ENV OVERLAY_WS $OVERLAY_WS RUN sed --in-place --expression \ '$isource "$OVERLAY_WS/install/setup.bash"' \ /ros_entrypoint.sh # run launch file CMD ["ros2", "launch", "demo_nodes_cpp", "talker_listener.launch.py"]
  • Inverted pendulum realtime metrics
    3 projects | /r/ROS | 9 Nov 2022
    Hello, I am doing my thesis in ros2, on linux with realtime preemt kernel and all the reccomended settings. The problem is, in older demo : https://github.com/ros2/demos/tree/rolling/pendulum_control Performance statistics got printed automatically, in a newer version :
  • Are lifecycle / managed nodes common and/or recommended?
    1 project | /r/ROS | 29 Apr 2021
    Managed or lifecycle nodes make sense to me (see also design page). I've frequently used state machines for this sort of thing in the past, and it sounds like a good idea to have some infrastructure in place to avoid reproduction of effort.

ros2_tracing

Posts with mentions or reviews of ros2_tracing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • Inverted pendulum realtime metrics
    3 projects | /r/ROS | 9 Nov 2022
    I think that's probably the way to go. There are a couple of launch files like that, I guess that use tracetools_launch (see here in one of the pendulum_bringup launch files) to actually record some timing statistics.

What are some alternatives?

When comparing demos and ros2_tracing you can also consider the following projects:

pendulum - ROS, ROS2, real-time, control, pendulum

liveview-clj

px4-offboard - Example of offboard control over microdds using python ROS 2

logos-shift-client - Replace expensive LLM calls with finetunes automatically

ros2-message-flow-analysis - ROS 2 message flow analysis experiments

secimport - eBPF Python runtime sandbox with seccomp (Blocks RCE).