RobotKernal-UESTC/Code/MowingRobot/pibot_ros/ros_ws/README.md

13 lines
427 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

该版本将所有的msg文件放在pibot_msgs文件下编译时需先单独编译pibot_msgs功能包。再编译整个工作空间。
单独编译pibot_msgs: `catkin_make --pkg pibot_msgs`
编译整个工作空间:`catkin_make`
运行目标检测: `rosrun upbot_vision main`
运行定位:`rosrun upbot_location rosrun upbot_location upbot_location_node `
运行跟随:`rosrun FollowingCar FollowingCar_node `