Skip to content

Commit

Permalink
add rosidl_core repo to ros2_dotnet_rolling.repos
Browse files Browse the repository at this point in the history
In ros2/rosidl_defaults#22, the rosidl_core_generators package was split off from rosidl_defaults into a separate repo, which needed to be added.
Without this repository the dotnet code for the interfaces is not generated in the workspace.

see PR on ros2-rust: ros2-rust/ros2_rust#251
  • Loading branch information
hoffmann-stefan committed May 18, 2023
1 parent 0e519ec commit 6de0216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ros2_dotnet_rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ repositories:
type: git
url: https://github.com/ros2/rcl_interfaces.git
version: rolling
ros2/rosidl_core:
type: git
url: https://github.com/ros2/rosidl_core.git
version: rolling
ros2/rosidl_defaults:
type: git
url: https://github.com/ros2/rosidl_defaults.git
Expand Down

0 comments on commit 6de0216

Please sign in to comment.