No version for distro humble showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro jazzy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro kilted showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro rolling showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro ardent showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro bouncy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro crystal showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro eloquent showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro dashing showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro galactic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro foxy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro iron showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro lunar showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro jade showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro kinetic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro melodic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange

No version for distro noetic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2025-04-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Softhand ROS package

Additional Links

No additional links.

Maintainers

  • Shingo Kitagawa

Authors

  • Shingo Kitagawa

softhand_ros

ROS package for SoftHand

Note

This package depends on the branch below.

Citation

Softhand v1

@INPROCEEDINGS{hirose_softhand_v1,
  author={Hirose, Toshinori and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution}, 
  year={2019},
  volume={},
  number={},
  pages={4699-4705},
  doi={10.1109/IROS40897.2019.8968011}
}

Softhand v2

@INPROCEEDINGS{hirose_softhand_v2,
  author={Hirose, Toshinori and Kitagawa, Shingo and Hasegawa, Shun and Kakiuchi, Yohei and Okada, Kei and Inaba, Masayuki},
  booktitle={2022 IEEE 5th International Conference on Soft Robotics (RoboSoft)}, 
  title={Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration}, 
  year={2022},
  volume={},
  number={},
  pages={109-116},
  doi={10.1109/RoboSoft54090.2022.9762208}
}

Installation

Workspace build

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir ~/softhand_ws/src -p
cd ~/softhand_ws/src
wget https://raw.githubusercontent.com/knorth55/softhand_ros/master/fc.rosinstall -O .rosinstall
wstool up
rosdep install --ignore-src --from-paths . -y -r -i
cd ~/softhand_ws
catkin build

Udev installation

source ~/softhand_ws/devel/setup.bash
roscd softhand_ros
sudo cp udev/*.rules /etc/udev/rules.d
sudo service udev reload
sudo service udev restart

Softhand Description

Softhand v1

Softhand V1 is designed for contact pressure distribution.

The hand can grasp soft and fragile object with low power, and solid and heavy object with high power.

For more detailed information, please read Design of Soft Flexible Wire-driven Finger Mechanism for Contact Pressure Distribution

Softhand v2

Softhand V2 is designed for waterproof and variable stiffness.

The hand can grasp as softhand v1, but also can massage human’s head and hair.

For more detailed information please read Waterproof Soft Robot Hand with Variable Stiffness Wire-driven Finger Mechanism Using Low Melting Point Alloy for Contact Pressure Distribution and Concentration.

How to use

Launch softhand

For softhand v1

```bash source ~/softhand_ws/devel/setup.bash

for left softhand v1

roslaunch softhand_ros softhand_left.launch

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softhand_ros at Robotics Stack Exchange