-
Notifications
You must be signed in to change notification settings - Fork 20
tms_rc_turtlebot
YHashiguchi edited this page Nov 5, 2014
·
2 revisions
- package1 : herkulex
- package2 : kobuki_control
- driver for servo motor
- package to control kobuki(Yujin Robot)
// This launches the minimal operation configuration
roslaunch kobuki_node minimal.launch
// This runs control node
rosrun kobuki_control kobuki_conrtol
mobile_base/commands/velocity (geometry_msgs/Twist)
// publish kobuki_base's position (*environment-dependent)
kobuki_info (geometry_msgs/Point)
odom (nav_msgs/Odometry)
kobuki_control (tms_msg_rc/kobuki_control_1)
input : cmd
arg[]
// command0 : move (absolute coordinates)
// arg[0]:goal_x(mm), arg[1]:goal_y(mm), arg[2]:goal_th(deg)
// command1 : move (relative coordinate) use odometry
// arg[0]:goal_distance(mm), arg[1]:goal_th(deg)
// command2 : control manipulator(unique pkg)
// arg[0]:goal_th0, arg[1]:goal_th1, arg[2]:goal_th2, arg[3]:goal_th3
// angular unit: (21~1002,See herkulex's manual p.32)
output : result // 0:failed 1:succeeded
This pkg depends on ROS-TMS-RP pkg to call path planning service. Please be careful about output paths' rule.
ROS-TMS
Messages of ROS-TMS
Database
Task Scheduler
Robot Controller
Robot Motion Planning
Robot Service
Sensor Drive
Sensor System
- tms_ss_fss
- tms_ss_his
- tms_ss_ics
- tms_ss_ods
- tms_ss_vicon
- tms_ss_vs
- tms_ss_pot
- tms_ss_nfbed
- tms_ss_whs1
- tms_ss_pozyx
State Analyzer
User Request
Network module for Hierarchical ROS-TMS
ROS-TMS Developer
ETC.