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
Today I tried to build it under ros2 jazzy under docker container, and it was a pain, 1 function did not have void* return, so colcon build gave warning and did not build the package, also none of the launch files could be built.
The text was updated successfully, but these errors were encountered:
Sure, only .launch.py files are currently supported in ROS2.
It is expected that support will gradually be expanded in the future, but the timeline is uncertain.
If you could add support and submit a PR, it would be greatly appreciated.
Today I tried to build it under ros2 jazzy under docker container, and it was a pain, 1 function did not have void* return, so colcon build gave warning and did not build the package, also none of the launch files could be built.
The text was updated successfully, but these errors were encountered: