donghee / wearable_robot_eval

Demo for Weable Robot Evaluation System
0 stars 0 forks source link

Isaac Sim에서 웨어러블 장치 urdf 모델 미끄러지지 않게 하면서 인터렉티브 force 나오는지 확인 #10

Open donghee opened 3 weeks ago

donghee commented 3 weeks ago
donghee commented 2 weeks ago

IMG_0077 Omniverse Launch를 이용해서 Isaac Sim설치

donghee commented 1 week ago

issac ros 설치

주의: LD_LIBRARY_PATH에 $isaac_sim_package_path/exts/omni.isaac.ros2_bridge/bin 디렉토리 추가

source /opt/ros/humble/setup.sh

export isaac_sim_package_path=$HOME/.local/share/ov/pkg/isaac-sim-2023.1.1

export RMW_IMPLEMENTATION=rmw_fastrtps_cpp

# Can only be set once per terminal.
# Setting this command multiple times will append the internal library path again potentially leading to conflicts
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$isaac_sim_package_path/exts/omni.isaac.ros2_bridge/humble/lib:$isaac_sim_package_path/exts/omni.isaac.ros2_bridge/bin:

export FASTRTPS_DEFAULT_PROFILES_FILE=~/nvidia/IsaacSim-ros_workspaces/humble_ws/fastdds.xml

# Run Isaac Sim
$isaac_sim_package_path/isaac-sim.sh
donghee commented 1 week ago

Screenshot from 2024-09-06 10-34-45