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
I will note that the commandline utilities (ros2 topic, ros2 launch etc) are all python-based, so you will have limited ways to interact with a ros2 application without any Python present.
Another hiccup that hasn't been figured out yet in the ros-infrastructure/rep#231 discussion is that even for pure-C packages like rcl, many of the tests use launch, bringing in a Python dependency for running/building tests (this may not be as much of a concern in your case)
Any way I can skip python dependencies while downloading the ros2 source?
I only want to use cpp, any option available for that?
The text was updated successfully, but these errors were encountered: