Skip to content

Commit b8fe46c

Browse files
committed
docs for dev
1 parent d693269 commit b8fe46c

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

DEVELOPING.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This project includes VS Code dev container configurations for easy ROS2 develop
1313

1414
1. **Choose ROS distribution**:
1515
- Press `Ctrl+Shift+P` and run "Tasks: Run Task"
16-
- Select "Switch ROS Distro"
17-
- Choose from: `humble`, `iron`, `jazzy`, or `rolling`
16+
- Select "Setup Devcontainer (CPU Only)" or "Setup Devcontainer (GPU)" and follow prompts
1817

1918
2. **Rebuild and open in container**:
19+
- Press `Ctrl+Shift+P` and run "Dev Containers: Rebuild and Reopen in Container" or the other variants
2020
- The container will automatically rebuild and reopen with your selected ROS version
2121

2222
### Container Features
@@ -28,26 +28,4 @@ This project includes VS Code dev container configurations for easy ROS2 develop
2828

2929
### Common Commands
3030

31-
Inside the container:
32-
33-
```bash
34-
# Update apt
35-
sudo apt update
36-
37-
# Update rosdep
38-
rosdep update
39-
40-
# Install dependencies
41-
rosdep install --from-paths src --ignore-src -r -y
42-
43-
# Build packages
44-
colcon build
45-
46-
# Source workspace
47-
source install/setup.bash
48-
```
49-
50-
### Troubleshooting
51-
52-
- If the container fails to build, check that Docker is running
53-
- To rebuild from scratch: "Dev Containers: Rebuild Container"
31+
Inside the container, you can do ros2 commands, colcon commands, rosdep, etc.

0 commit comments

Comments
 (0)