Main Content

Sensor Data

Collect data from TurtleBot®sensors

TurtleBot robots publish all their sensor data on a ROS network. These functions are used to get data from different sensors off the ROS network. You can also send velocity commands to move robots usingsetVelocity.

Functions

expand all

getColorImage Get color image fromTurtleBotcamera
getGrayImage Get grayscale image fromTurtleBotcamera
getDepthImage Get depth image fromTurtleBotcamera
getPointCloud Get point cloud image fromTurtleBotcamera
getLaserScan Get laser scan sensor readings fromTurtleBot
getIMU Get IMU data fromTurtleBot
getOdometry Get odometry reading fromTurtleBot
getTransform Get transformation between two frames on theTurtleBotrobot
resetOdometry Reset odometry forTurtleBot
setVelocity Send linear and angular velocities toTurtleBot

Objects

turtlebot 连接到TurtleBot

Topics