-
Notifications
You must be signed in to change notification settings - Fork 14
TroubleShooting
-
Error [SystemPaths.cc:262] cannot load file [models/robot_test.model]in GAZEBO_RESOURCE_PATH[/home/robot/ros_workspace/robot_gazebo/Media/models]
-
(방법1) Update the example of setting the paths (plugin, model, resource):
$ export GAZEBO_PLUGIN_PATH=~/<path>/my_package_example/lib:${GAZEBO_PLUGIN_PATH} $ export GAZEBO_MODEL_PATH=~/<path>/my_package_example/models:${GAZEBO_MODEL_PATH} $ export GAZEBO_RESOURCE_PATH=~/<path>/my_package_example/models:${GAZEBO_RESOURCE_PATH}
-
-
[gazebo-2] process has died [pid 497, exit code 134, cmd....
-
(방법1) 프로세스 killall
$ killall -9 gazebo & killall -9 gzserver & killall -9 gzclient
-
(방법2) 그래픽 드라이버(additional drivers) 확인&셋팅&재부팅
-
-
[미해결] Elfin example error
-
robot@robot:~/catkin_ws/src/gdyn-arm-tutorial/Elfin$ ./run.sh ... logging to /home/robot/.ros/log/03eda9a0-2911-11e8-9761-74e54318a23e/roslaunch-robot-2298.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.
-
Traceback (most recent call last): File "/opt/ros/kinetic/share/xacro/xacro.py", line 55, in import xacro File "/opt/ros/kinetic/lib/python2.7/dist-packages/xacro/init.py", line 35, in import glob File "/home/robot/anaconda3/lib/python3.6/glob.py", line 4, in import re
-
ModuleNotFoundError: No module named 're'
-
Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/share/xacro/xacro.py --inorder '/home/robot/catkin_ws/src/gdyn-arm-tutorial/Elfin/elfin_description/urdf/elfin3.urdf.xacro'] returned with code [1].
-
Param xml is The traceback for the exception was written to the log file
-
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]