![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |
Messages
Services
Plugins
Recent questions tagged sciurus17_examples at Robotics Stack Exchange
![]() |
sciurus17_examples package from sciurus17 reposciurus17 sciurus17_bringup sciurus17_control sciurus17_examples sciurus17_gazebo sciurus17_moveit_config sciurus17_msgs sciurus17_tools sciurus17_vision |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/rt-net/sciurus17_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-06-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- RT Corporation
Authors
- Daisuke Sato
- Hiroyuki Nomura
English | 日本語 |
sciurus17_examples
This package includes examples to control Sciurus17 using sciurus17_ros
.
How to launch Sciurus17 base packages
- Connect cables of a head camera, a chest camera and a control board to a PC.
- Power on the Sciurus17 and the camera device names are shown in the
/dev
directory. - Open terminal and launch
sciurus17_bringup.launch
ofsciurus17_bringup
package.
This launch file has arguments:
- use_rviz (default: true)
- use_head_camera (default: true)
- use_chest_camera (default: true)
Using virtual Sciurus17
To launch Sciurus17 base packages without Sciurus17 hardware, unplug the control board’s cable from the PC, then launch nodes with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using real Sciurus17
Launch the base packages with the following command:
roslaunch sciurus17_bringup sciurus17_bringup.launch
Using without cameras
Launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_head_camera:=false use_chest_camera:=false
Using without RViz
To reduce the CPU load of the PC, launch the base packages with arguments:
roslaunch sciurus17_bringup sciurus17_bringup.launch use_rviz:=false
Using Gazebo simulator
Launch the packages with the following command:
roslaunch sciurus17_gazebo sciurus17_with_table.launch
# without RViz
roslaunch sciurus17_gazebo sciurus17_with_table.launch use_rviz:=false
Run Examples
Following examples will be executable after launch Sciurus17 base packages.
- gripper_action_example
- neck_joint_trajectory_example
- waist_joint_trajectory_example
- pick_and_place_demo
- hand_position_publisher
- head_camera_tracking
- chest_camera_tracking
- depth_camera_tracking
- preset_pid_gain_example
- box_stacking_example
- current_control_right_arm
- current_control_left_wrist
gripper_action_example
This is an example to open/close the grippers of the two arms.
Run a node with the following command:
rosrun sciurus17_examples gripper_action_example.py
<img src= https://rt-net.github.io/images/sciurus17/gazebo_gripper_example.gif width=500px />
Videos
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
sciurus17_moveit_config | |
pcl_ros | |
roscpp | |
sensor_msgs | |
pcl_conversions | |
visualization_msgs | |
geometry_msgs | |
catkin | |
moveit_commander | |
cv_bridge |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
sciurus17 |