Installing ROS on Windows 11 to control Franka Emika and Realsense camera

This page summarizes the projects mentioned and recommended in the original post on /r/ROS

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ROSOnWindows

    ROS on Windows Documentation Repository

  • RealSense is supported with ROS on Windows. However, the ROS1 Franka arm repo uses non-cross platform APIs; at least one has been reported - https://github.com/ms-iot/ROSOnWindows/issues/380.

  • franka_ros2

    ROS 2 integration for Franka research robots

  • I do see that it has been ported to ROS2 (https://github.com/frankaemika/franka_ros2), but doesn't seem to have been touched in 2 years; so not sure how well it works on current ROS2 builds.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • libfranka

    C++ library for Franka Emika research robots

  • No problem :-) I ported the lib and ros2 driver to Windows. The franka code doesn't have dependencies set up, so colcon has trouble resolving when you include both the lib and the driver in the same workspace. You can just build multiple times, or have a separate workspace for the library and another for the ros2 driver. Here's the staging repos: https://github.com/ms-iot/libfranka https://github.com/ms-iot/franka_ros2

  • franka_ros2

    ROS 2 integration for Franka Emika research robots (by ms-iot)

  • No problem :-) I ported the lib and ros2 driver to Windows. The franka code doesn't have dependencies set up, so colcon has trouble resolving when you include both the lib and the driver in the same workspace. You can just build multiple times, or have a separate workspace for the library and another for the ros2 driver. Here's the staging repos: https://github.com/ms-iot/libfranka https://github.com/ms-iot/franka_ros2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts