• Diff for "turtlebot3_autorace_camera"
Differences between revisions 2 and 3
Revision 2 as of 2018-04-03 08:01:58
Size: 1379
Editor: Gilbert
Comment:
Revision 3 as of 2018-04-03 08:15:15
Size: 1398
Editor: Gilbert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 45: Line 45:
Parameters in ImageProjectionParams.cfg: Parameters in !ImageProjectionParams.cfg for image warping.

  Show EOL distros: 

turtlebot3_autorace: turtlebot3_autorace_camera | turtlebot3_autorace_control | turtlebot3_autorace_core | turtlebot3_autorace_detect

Package Summary

TurtleBot3 AutoRace ROS package that controls Raspberry Pi Camera, and process the image

turtlebot3_autorace: turtlebot3_autorace_camera | turtlebot3_autorace_control | turtlebot3_autorace_core | turtlebot3_autorace_detect

Package Summary

TurtleBot3 AutoRace ROS package that controls Raspberry Pi Camera, and process the image

turtlebot3_autorace_2020: turtlebot3_autorace_camera | turtlebot3_autorace_core | turtlebot3_autorace_detect | turtlebot3_autorace_driving | turtlebot3_autorace_msgs

Package Summary

TurtleBot3 AutoRace ROS package that controls Raspberry Pi Camera, and process the image

ROS Software Maintainer: ROBOTIS

ROBOTIS e-Manual

ROS API

image_compensation

Subscribed Topics

camera/image_input/compressed (sensor_msgs/CompressedImage)
  • Topic contains a compressed image.
camera/image_output (sensor_msgs/Image)
  • This Topic contains an uncompressed image (0, 0) is at top-left corner of image.

Published Topics

camera/image_output/compressed (sensor_msgs/CompressedImage)
  • Topic contains a compressed image.
camera/image_output (sensor_msgs/Image)
  • This Topic contains an uncompressed image (0, 0) is at top-left corner of image.

Parameters

This package is provided parameters from .cfg files.

Parameters in ImageProjectionParams.cfg for image warping.

gen.add("top_x",        int_t,      0,      "Top X Pos",        60,  0, 120)
gen.add("top_y",        int_t,      0,      "Top Y Pos",        50,  0, 120)
gen.add("bottom_x",     int_t,      0,      "Bottom X Pos",     140,  0, 320)
gen.add("bottom_y",     int_t,      0,      "Bottom Y Pos",     120,  0, 320)

Wiki: turtlebot3_autorace_camera (last edited 2018-04-04 08:16:52 by Gilbert)