Ros在搭建自动驾驶系统中的使用
Ros简介
Robot Operating System (ROS or ros) is robotics middleware (i.e. collection of software frameworks for robot software development). 作为一个中间框架属性的软件,Ros给开发人员提供很好的底层屏蔽和上层的扩展性。
Although ROS is not an operating system, it provides services designed for a heterogeneous computer cluster such as hardware abstraction, low-level device control, implementation of commonly used functionality, message-passing between processes, and package management.
Middleware简介
General Definition: software that connects software components. A layer that lies between the operating system and the applications on each side of a distributed computer network.