返回教程正文

配套源码

package.xml

ros2/package.xml
ros_gateway Brick:在 App Lab 中建立可靠的 WebSocket 通道ros2/package.xml
XML25 行
  1. <?xml version="1.0"?>
  2. <package format="3">
  3. <name>ventuno_app_bridge</name>
  4. <version>0.1.0</version>
  5. <description>Native ROS 2 client for the Arduino App Lab ROS Gateway WebSocket protocol.</description>
  6. <maintainer email="arduino@example.com">Arduino User</maintainer>
  7. <license>MIT</license>
  8. <buildtool_depend>ament_python</buildtool_depend>
  9. <exec_depend>rclpy</exec_depend>
  10. <exec_depend>geometry_msgs</exec_depend>
  11. <exec_depend>std_msgs</exec_depend>
  12. <exec_depend>launch</exec_depend>
  13. <exec_depend>launch_ros</exec_depend>
  14. <test_depend>ament_flake8</test_depend>
  15. <test_depend>ament_pep257</test_depend>
  16. <test_depend>python3-pytest</test_depend>
  17. <export>
  18. <build_type>ament_python</build_type>
  19. </export>
  20. </package>