Ralph Lange

Results 11 issues of Ralph Lange

## Bug report **Required Info:** - Operating System: Ubuntu 20.04 - ROS Distro: Galactic - Installation type: Binaries - Version or commit hash: 5.0.0-2 (release version of ros-galactic-rmw-fastrtps-cpp) #### Steps...

- Seems natural to use the same concept (i.e. runtime lifecycle) for these to nodes themselves. - Yet, in many applications, the mode manager node will be used continuously from...

enhancement
good first issue

For launching the nodes specified in a system-mode models file (SHM file) for control by the mode-manager, all these nodes have to be specified additionally in a launch file. This...

## Bug report **Required Info:** - Operating System: Ubuntu 20.04 - Installation type: binary (ros-foxy-desktop) - Version or commit hash: 0.9.2-1focal.20210226.004308 - DDS implementation: FastDDS (not relevant here) - Client...

## Feature request #### Feature description In Dashing, the ComposableNodeContainer action and the corresponding ComposableNode description were introduced. A ComposableNode description also takes a managed node (aka lifecycle node). However,...

enhancement
help wanted

## Feature request #### Feature description As basis for advanced and/or deterministic execution mechanisms in ROS Client Libraries, the message-info structs in rmw and rcl have been extended by timestamp...

We analyzed the dependencies of the opencv3 package and discovered that it depends on libtiff, which again depends on libjbig, cf. https://github.com/ros-gbp/opencv3-release/blob/master/kinetic/package.xml. While libtiff is licensed BSD-like, libjbig comes under...

From https://stackoverflow.com/questions/72374492/one-time-fmu-execution-with-fmi-adapter: An end time (t_end) specified in an FMU is not considered by the fmi_adapter but the FMU is being evaluated constantly, i.e., it never finishes.

Currently, fmi_adapter supports Co-Simulation FMUs (CS FMUs) only. Is there a possibility to integrate an open-source solver in a generic way so that Model Exchange FMUs (ME FMUs) can be...

The `FMIAdapterNode` uses a standard ROS timer to advance the FMU simulation. If the timer's period is not much greater than the simulation step-size but close to it, the `FMIAdapterNode`...