Skip to content

Commit

Permalink
update DOCKER_INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky-Kim-A committed Nov 6, 2024
1 parent 607492b commit 5c0113a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DOCKER_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,24 @@ cd /isaac-sim
./isaac-sim.sh --allow-root
```

3. Get ROS2 Topic from StrideSim

The StrideSim container runs with administrative privileges. To receive ROS2 messages published by processes within this container, administrative permissions are required. You can choose one of the following methods, command below in host environment:

* Use an administrator prompt.

```
$ sudo su
# source /opt/ros/humble/setup.bash
# ros2 topic list
```

* Set permissions for /dev/shm.

```
$ sudo chmod -R 777 /dev/shm
```

ENJOY!

## File Structure
Expand Down

0 comments on commit 5c0113a

Please sign in to comment.