-
Notifications
You must be signed in to change notification settings - Fork 14
Elevators & Occupied Event
이 페이지에서는 가제보에서 엘레베이터를 사용하는 방법을 알려준다. 가제 엘레베이터는 문이 달린 칸으로 위아래로 움직일 수 있으며 prismatic joint로 제어된다.
엘레베이터의 동작은 ElevatorPlugin을 통해 이루어진다. 이 플러그인은 2개의 prismatic joint를 제어한다. 플러그인의 업데이트 사이클에는 lift joint가 엘레베이터를 요청된 층으로 이동시키고 dorr joint가 엘레베이터의 현재 상태에 따라 닫힌 문을 연다. 특정 층으로의 이동은 층의 번호를 string message로 엘레베이터의 토픽으로 보내 이루어질 수 있다. 자세한 파라미터는 뒤 섹션에서 주어진다. 엘레베이터의 제어 과정은 다음과 같다.
- Wait for a floor request.
- Close door.
- Move to requested floor.
- Open door.
- Wait for five seconds.
- Close the door.
- Go to #1.
층 이동 요청은 Queue 형태가 아니며 새로운 요청이 오기 전에 이동을 마칠것이다.
lift joint, door joint, floor height, control topic은 SDF안에 명시되어있다. 다음은 그 예이다.
<plugin filename="libElevatorPlugin.so" name="elevator_plugin"> <lift_joint>elevator::lift</lift_joint> <door_joint>elevator::door</door_joint> <floor_height>3.075</floor_height> <topic>~/elevator</topic> </plugin>
-
Robot Simulators
-
Build a Robot
- Model structure and requirements
- How to contribute a model
- Make a model
- Make a Mobile Robot
- The relationship among Link, Joint and Axis
- Import Meshes
- Attach Meshes
- Add a Sensor to a Robot
- Make a Simple Gripper
- Attach Gripper to Robot
- Nested model
- Model Editor
- Animated Box
- Make an animated model(actor)
- Inertial parameters of triangle meshes
- Visibility layers
-
Model Editor
-
Build a World
-
Tools and utilities
-
Write a plugin
-
Plugins
-
Sensors
-
User input
-
Transport Library
-
Rendering Library
-
Connect to ROS
-
Ros Control - Advanced
-
DRCSIM for ROS Kinetic (Ubuntu16.04)
-
DRCSIM
- DRC Simulator installation
- Launchfile options
- Spawn Atlas into a custom world
- Animate joints
- Atlas Keyboard Teleoperation over ROS
- Teleoperate atlas with a music mixer
- Visualization and logging
- Atlas MultiSense SL head
- How to use the Atlas Sim Interface
- Atlas fake walking
- Grasp with Sandia hands
- DRC vehicle tele-operation
- DRC vehicle tele operation with Atlas
- Sending joint commands with ROS
- Atlas control over ROS with python
- Modify environment
- Atlas switching control modes
- Atlas Controller Synchronization over ROS Topics
- Changing Viscous Damping Coefficients Over ROS Service
- Running BDI controller demo
- Using the RobotiQ 3 Finger Adaptive Robot Gripper
- BDI Atlas Robot Interface 3.0.0 Stand In Example
-
HAPTIX
- HAPTIX software install and update
- HAPTIX C API
- HAPTIX Matlab and Octave API
- HAPTIX Simulation World API
- HAPTIX Teleoperation
- HAPTIX environment setup
- HAPTIX Optitrack Control
- HAPTIX Tactor Glove
- HAPTIX Simulation World API with Custom World Example
- HAPTIX logging
- HAPTIX DEKA Luke hand installation
- HAPTIX Simulation Scoring Plugin Example
-
MoveIt!
-
Rviz & rqt & ROSBAG
- Control Theory
- TroubleShooting
- Solidworks model to URDF
- ROS-Gazebo with MATLab
- MATLab installation in Linux
- [Gazebo simulation with MATLab]