create_node¶
Contents:
Summary¶
-
create_node
¶ Version: 2.3.0
Description: iRobot Create ROS driver node ROS bindings for the Create/Roomba driver. This is based on otl_roomba driver by OTL, ported to use create_driver’s implementation instead. This also contains a ‘bonus’ feature from the turtlebot driver by Xuwen Cao and Morgan Quigley.
Maintainers: - OSRF <turtlebot AT osrfoundation DOT org>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/create_node>
- repository<https://github.com/turtlebot/turtlebot_create>
- bugtracker<https://github.com/turtlebot/turtlebot_create/issues>
Authors: - Ken Conley <kwc AT kwc DOT org>
- Melonee Wise <mwise AT willowgarage DOT com>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <rosdoc config=”rosdoc.yaml”/>
Types¶
Service types¶
-
create_node/SetTurtlebotMode
¶ Field (Request): - mode (uint8) –
Field (Response): - valid_mode (bool) –
uint8 mode #This sets the operating mode to one of the OI_MODE states from the TurtlebotSensorState.msg --- bool valid_mode # will return false if a unvalid mode was requested
-
create_node/SetDigitalOutputs
¶ Field (Request): - digital_out_0 (uint8) –
- digital_out_1 (uint8) –
- digital_out_2 (uint8) –
Field (Response): - done (bool) –
uint8 digital_out_0 uint8 digital_out_1 uint8 digital_out_2 --- bool done