Files
sim_smart_car_bridge/package.xml
2026-06-20 21:54:04 +08:00

33 lines
1.0 KiB
XML

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>origincar_bridge</name>
<version>1.0.0</version>
<description>
ROS2 bridge relay for Origincar Simulation HTTP API.
Bridges /image, /imu, /scan, /odom, /power (HTTP→ROS2) and /cmd_vel→/cmd (ROS2→HTTP).
</description>
<maintainer email="user@example.com">cyy</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>ament_python</buildtool_depend>
<depend>rclpy</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>cv_bridge</depend>
<depend>python3-numpy</depend>
<depend>python3-opencv</depend>
<depend>python3-requests</depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>