(WORK IN PROGRESS) Timeline for future repo updates:
- **Expect updates near end of May 2024.
This repository creates a robot climbing simulator that runs in pybullet, and can be used with an Xbox controller for teleoperation. The simulator is based on the robot, SCALER (Spine-enhanced Climbing Autonomous Legged Exploration Robot), from the Robotics and Mechanisms Laboratory at UCLA - see reference [2] below. The paper on the simulator and use of reinforcement learning using this simulator will be written in citation [1] (currently work in progress)
Please also cite [1] if you plan to use the simulator, for questions or if you'd like to contribute to the repo, email: aschperb@gmail.com
[1] Schperberg, A. (2023, March). Planner for Robotic Free-Climbing using Reinforcement Learning. [Research Gate]. DOI: 10.13140/RG.2.2.34085.99044
Special thanks to: Feng Xu for creating the initial urdf files and part of the simulation code, and the SCALER team: Yuki Shirai, and Yusuke Tanaka.
- System tested: Ubuntu 20.04, ROS Noetic, Python 3.8
- Install ROS Noetic (potentially ROS Melodic may also work, but it has not been tested)
sudo apt-get install ros-noetic-desktop-fullsudo apt-get install ros-noetic-joy- mkdir -p ~/catkin_ws/src
- git clone this repository inside the src folder
- cd ~/catkin_ws/
- catkin_make
- cd ~/catkin_ws/src/ClimbSim/
pip install -r requirements.txt
- Plug in Xbox Series X or Xbox 360 controller (other joysticks likely to also work, but button mapping will differ)
- Terminal 1: cd ~/catkin_ws/
source devel/setup.bashroslaunch joystick_package joystick.launch- Terminal 2:
python start_teleoperation.py
[2] SCALER: A Tough Versatile Quadruped Free-Climber Robot by Yusuke Tanaka, Yuki Shirai, Xuan Lin, Alexander Schperberg, Hayato Kato, Alexander Swerdlow, Naoya Kumagai, and Dennis Hong.
[2] @INPROCEEDINGS{9981555, author={Tanaka, Yusuke and Shirai, Yuki and Lin, Xuan and Schperberg, Alexander and Kato, Hayato and Swerdlow, Alexander and Kumagai, Naoya and Hong, Dennis}, booktitle={2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, title={SCALER: A Tough Versatile Quadruped Free-Climber Robot}, year={2022}, volume={}, number={}, pages={5632-5639}, doi={10.1109/IROS47612.2022.9981555}}
Simulator used: PyBullet [3] @MISC{coumans2021, author = {Erwin Coumans and Yunfei Bai}, title = {PyBullet, a Python module for physics simulation for games, robotics and machine learning}, howpublished = {\url{http://pybullet.org}}, year = {2016--2021} }



