Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]
Messages
Services
Plugins
Recent questions tagged tms_rc_mimamorukun_control at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | Collection of resorces avaiable for mobile manipulator planning |
Checkout URI | https://github.com/sandakalum/mobile-manipulator-planning.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-01-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
tms_rc_mimamorukun_control
Network setup
Setup ethernet port of PC as below.
-
IP Address
: 192.168.11.10 -
Subnet Mask
: 255.255.255.0 -
Default Gateway
: 192.168.11.96 -
DNS
: 192.168.11.1
You can check IP address and port setting of chairbot
by connecting usb to Mbed(micro controller) in robot.
Minimal control node.
Launch below
roslaunch tms_rc_mimamorukun_control minimal.launch
This node serve
- Subcrive topic for control velocity
- Publish topics for odometry and tf information
You must launch this file first at all.
If you want to change IP address and port setting, you must modify minimal.launch.
Joystick control
Launch below.
sudo chmod a+rw /dev/input/js0
roslaunch tms_rc_mimamorukun_control joyop.launch
-
'0' button
: unlock control -
'1' button
: lock control -
'4' button
: enable Analog Stick during pushing down -
'1' analog stick
: control velocity -
'0' analog stick
: control angular
Use below command to install depending packages
sudo apt-get install ros-indigo-yocs-joyop ros-indigo-joy
Keyboard control
Launch below.
roslaunch tms_rc_mimamorukun_control keyop.launch
-
'e' key
: enable sending velocity command -
arrow keys
: control velocity
Use below command to install depending packages
sudo apt-get install ros-indigo-kobuki_keyop
Package Dependencies
Deps | Name |
---|---|
geometry_msgs | |
roscpp | |
tms_msg_db | |
tms_msg_rc | |
tf | |
yocs-joyop | |
nav_msgs | |
catkin |
System Dependencies
Dependant Packages
Launch files
- launch/deprecated/adaptive_human_tracker.launch
-
- child1 [default: /lrf1]
- launch/deprecated/automatic_control.launch
- launch/deprecated/gmapping_costmap.launch
-
- child1 [default: /lrf1]
- launch/deprecated/hybrid_control.launch
- launch/deprecated/manual_control.launch
- launch/deprecated/safe_control.launch
- launch/gmapping.launch
-
- scan_topic [default: scan]
- map_topic [default: map_test]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/joyop_gamepad.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.2]
- angular_scale [default: 0.5]
- deadman_button [default: 5]
- enable_button [default: 0]
- disable_button [default: 1]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/joyop_joystick.launch
-
- linear_axis [default: 1]
- angular_axis [default: 0]
- linear_scale [default: 0.3]
- angular_scale [default: 0.8]
- deadman_button [default: 0]
- enable_button [default: 1]
- disable_button [default: 3]
- spin_frequency [default: 10]
- joy_topic_name [default: joy]
- cmd_vel_topic_name [default: cmd_vel_mux/input/joystick]
- enable_topic_name [default: enable]
- disable_topic_name [default: disable]
- launch/keyop.launch
- Raw keyop configuration for working with the default kobuki launcher (minimal.launch).
-
- launch/minimal.launch
- launch/minimal_with_imu.launch
- launch/minimal_with_tf.launch
- launch/deprecated/includes/gmapping.launch.xml
-
- scan_topic [default: scan]
- base_frame [default: base_footprint]
- odom_frame [default: odom]
- launch/includes/ekf_odom_imu.launch.xml
- "odom"->"base_footprint"のtfを推定して発行.
-
- launch/includes/minimal.launch.xml
-
- config_file [default: $(find tms_rc_mimamorukun_control)/param/cmd_vel_mux.yaml]
- publish_tf [default: false]