From 1e4f87ebc2427d4850b8a8dff18cd7c3142fc3ab Mon Sep 17 00:00:00 2001 From: Himanshu kohale <hkohale22@gmail.com> Date: Tue, 2 Apr 2024 07:38:13 -0400 Subject: [PATCH] Update file himanshuk.rst --- proposals/himanshuk.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proposals/himanshuk.rst b/proposals/himanshuk.rst index 4f3c0d1..1a2a827 100644 --- a/proposals/himanshuk.rst +++ b/proposals/himanshuk.rst @@ -54,9 +54,7 @@ Description **Overview** -- Librobotcontrol is package of C library which contains examples and testing programs for Robotic control projects used using beaglebone capes like `robotic-cape <https://www.beagleboard.org/boards/beaglebone-robotics-cape>`_ which is sold by beagleboard.org. -BeaglBboneBlack(BBB)(am33xx) supports the librobotcontrol package thanks to Deepak khatri, Who Previouly worked upon cape compatibility layer on BBB. -BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to device tree overlays which identify the robotics-cape as a specific hardware which can be useful while accesing various pheripherals and devices with roboitic-cape. +- Librobotcontrol is package of C library which contains examples and testing programs for Robotic control projects used using beaglebone capes like `robotic-cape <https://www.beagleboard.org/boards/beaglebone-robotics-cape>`_ which is sold by beagleboard.org.BeaglBboneBlack(BBB)(am33xx) supports the librobotcontrol package thanks to Deepak khatri, Who Previouly worked upon cape compatibility layer on BBB.BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to device tree overlays which identify the robotics-cape as a specific hardware which can be useful while accesing various pheripherals and devices with roboitic-cape. - BeagleBone-AI support librobotcontrol package but its been draft and there is not a stable device tree overlays for robotic cape in AI image. So for using package, have to check the passed results for various drivers and use cape with AI and make changes accordingly. -- GitLab