You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that currently there is no possibility to import the node in a custom main.cpp to be statically composed with other nodes in the same process space, but the user is forced to go with dynamic composition.
The solution is fairly simple, and I may open a PR if you agree to add the header of this node and make it linkable from 3-rd party projects.
The text was updated successfully, but these errors were encountered:
Currently, no header file is defined for https://github.com/gazebosim/ros_gz/blob/ros2/ros_gz_sim/src/gzserver.cpp
This means that currently there is no possibility to import the node in a custom
main.cpp
to be statically composed with other nodes in the same process space, but the user is forced to go with dynamic composition.The solution is fairly simple, and I may open a PR if you agree to add the header of this node and make it linkable from 3-rd party projects.
The text was updated successfully, but these errors were encountered: