https://github.com/advrhumanoids/debrisremovaltask
Debris Removal Task for the WALK-MAN final demo
https://github.com/advrhumanoids/debrisremovaltask
Last synced: 8 months ago
JSON representation
Debris Removal Task for the WALK-MAN final demo
- Host: GitHub
- URL: https://github.com/advrhumanoids/debrisremovaltask
- Owner: ADVRHumanoids
- Created: 2017-06-21T08:15:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T10:36:58.000Z (about 8 years ago)
- Last Synced: 2025-10-12T00:03:21.436Z (8 months ago)
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
First make sure you add to walkman_example.yaml the DebrisRemovalTask module and to set it:
```cpp
set_xbot_config $ROBOTOLOGY_ROOT/configs/ADVR_shared/user_example/walkman_example.yaml
```
Then to launch the module execute in different terminals:
```cpp
roslaunch walkman_gazebo walkman_debris_removal_task.launch
```
```cpp
NRTDeployer
```
```cpp
NRTDeployer $ROBOTOLOGY_ROOT/configs/ADVR_shared/user_example/walkman_debris.yaml
```
```cpp
XBotGUI $ROBOTOLOGY_ROOT/configs/ADVR_shared/user_example/walkman_debris_gui.yaml
```
To retrieve the pose of the end effectors from the terminal run:
```cpp
rosrun robot_state_publisher robot_state_publisher
```
```cpp
rosrun tf tf_echo /world_odom /RSoftHand
```
To send a pose to be reached by the locomotion
```cpp
./advr-superbuild/external/chengxu_walking/python/walkTo.py -3.13 1.24 90
```