An open API service indexing awesome lists of open source software.

https://github.com/ravijo/ros_whillpy

Unofficial ROS package for WHILL Model CK control
https://github.com/ravijo/ros_whillpy

electric-wheelchair ros ros-package ros-whillpy wheelchair-control whill

Last synced: 5 days ago
JSON representation

Unofficial ROS package for WHILL Model CK control

Awesome Lists containing this project

README

        

# ros_whillpy
Unofficial ROS package for WHILL Model CK control

## Dependencies
1. [whillpy](https://github.com/ShibataLab/whillpy)
* Installation steps are provided [here](https://github.com/ShibataLab/whillpy#installation-steps)

## Installation
1. Follow standard ROS package installation procedure
1. Make sure to set `your_ip` and `baxter_hostname` inside `whill.sh`
1. Copy `whill.sh` from `scripts` directory to ROS workspace, i.e., `ros_ws`
1. Source the file, i.e., `source whill.sh`

whill
```
rosservice list | grep whill
/ros_whillpy/connect
/ros_whillpy/get_loggers
/ros_whillpy/move
/ros_whillpy/power
/ros_whillpy/set_logger_level
```

connect
```
rosservice info /ros_whillpy/connect
Node: /ros_whillpy
URI: rosrpc://172.17.69.112:40843
Type: ros_whillpy/Connect
Args: port
```
## Usage
Please check the `example` folder.

## Issues (or Error Reporting)
Please check [here](https://github.com/ravijo/ros_whillpy/issues) and create issues accordingly.