catkin_make
catkin_create_pkg
# This is an example, do not try to run this # catkin_create_pkg <package_name> [depend1] [depend2] [depend3]
自定義容器分配器:html
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR(visualization_msgs::Marker, MyMarker, MyAllocator);
序列化: ros::serialization::serialize()
反序列: ros::serialization::()deserialize
roscpp有兩個版本的API接口:bare版和handle版。 bare版:在 ros::param 命令空間下。 handle版:經過ros::NodeHandle接口使用。
roslib提供全部時間版本構建: ros::Time, ros::Duration, ros::Rate ros::WallTime, ros::WallDuration, ros::WallRate
roscpp全部的異常都繼承基類ros::Exception
服務器