Files
sim_smart_car_bridge/.gitignore
cyy 954ca7f8a7 feat: init sim_smart_car_bridge — ROS2 bridge relay for Origincar HTTP API
Bridge image (GET /image → sensor_msgs/Image), IMU (GET /imu → sensor_msgs/Imu),
and cmd_vel (Twist → POST /cmd) between Origincar simulation and ROS2.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 22:57:18 +08:00

22 lines
143 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
# Build
build/
dist/
*.egg
# IDE
.vscode/
.idea/
# ROS2
log/
install/
# OS
.DS_Store
Thumbs.db