ros2-dotnet / ros2_dotnet

.NET bindings for ROS2
Apache License 2.0
136 stars 54 forks source link

Correct Method Typo #125

Closed Deleh closed 7 months ago

Deleh commented 7 months ago

Stumbled across this one.

mehtod -> method

hoffmann-stefan commented 7 months ago

CI is failing because of new empy release which needs to be pinned in colcon. As setup-ros 0.7.1 doesn't support foxy anymore, we need to look if we should create our own fork of the action to support foxy as well.

https://github.com/ros-tooling/setup-ros/releases/tag/0.7.1

hoffmann-stefan commented 7 months ago

The fix was back-ported to setup-ros@0.6, so this builds again 🎉: https://github.com/ros-tooling/setup-ros/issues/634