1. git clone https://github.com/isaac-sim/IsaacSim-ros_workspaces.git
GitHub - isaac-sim/IsaacSim-ros_workspaces: Isaac Sim ROS Workspaces
Isaac Sim ROS Workspaces. Contribute to isaac-sim/IsaacSim-ros_workspaces development by creating an account on GitHub.
github.com

2. cd humble_ws

3. git submodule update --init --recursive

4. rosdep install -i --from-path src --rosdistro humble -y
5. colcon build


6. 적용
source install/local_setup.bash
7.
cd ~/IsaacSim-ros_workspaces
sudo usermod -aG docker $USER
newgrp docker
8. ./build_ros.sh -d humble -v 22.04

9. conda create -n isaac python=3.11.*
10.
source build_ws/humble/humble_ws/install/local_setup.bash
source build_ws/humble/isaac_sim_ros_ws/install/local_setup.bash
Tutorial 6: Setup a Manipulator — Isaac Sim Documentation
Note The ROS URDF import steps are tested on Linux only, it may not work on Windows. If you are using Windows, you can skip the ROS import steps and use the USD files provided in the content browser.
docs.isaacsim.omniverse.nvidia.com
1. git clone을 한다.
cd ~/IsaacSim-ros_workspaces
cd humble_ws
cd src
git clone https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
2. ./build_ros.sh를 해준다...
conda activate isaac
./build_ros.sh
3.
cd humble_ws
rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y
colcon build
source install/setup.sh'ROS 2' 카테고리의 다른 글
| [ynet][ros] ros환경에서 작동 (0) | 2025.12.04 |
|---|---|
| [yolo][ros] yolo와 ros연동 시키기 (0) | 2025.11.27 |
| ros2 realsense camera image저장 (0) | 2025.11.10 |
| Q-RRT* F-RRT* 비교대상으로 정리한것 (0) | 2025.08.14 |
| rplidar a3m1 연결 (0) | 2025.07.02 |