Skip to content

Commit 661056c

Browse files
add deps in setup scripts
1 parent 3893db2 commit 661056c

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/Gazebo Simulation Documentation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Follow the instructions in the linked repo to build and run the Docker container
2525
Install the required ROS packages:
2626

2727
```bash
28-
sudo apt-get install -y ros-noetic-ackermann-msgs
28+
sudo apt-get install -y ros-noetic-ackermann-msgs ros-noetic-gazebo-msgs
2929
```
3030

3131
---
@@ -100,8 +100,6 @@ GEMstack/knowledge/defaults/
100100
- e2_gazebo.yaml
101101
- e4_gazebo.yaml
102102

103-
---
104-
105103
## Agent Detection in Gazebo
106104

107105
The Gazebo simulation environment supports detection of various types of agents (pedestrians, vehicles, etc.) that can be spawned in the simulation world. You can configure GEMstack to detect and track these agents.

setup/Dockerfile.cuda11.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ COPY requirements.txt /tmp/requirements.txt
6868
RUN pip3 install -r /tmp/requirements.txt
6969

7070
# Install other Dependencies
71-
RUN apt-get install -y ros-noetic-septentrio-gnss-driver ros-noetic-ackermann-msgs
71+
RUN apt-get install -y ros-noetic-septentrio-gnss-driver ros-noetic-ackermann-msgs ros-noetic-gazebo-msgs
7272

7373
USER ${USER}
7474

setup/Dockerfile.cuda12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY requirements.txt /tmp/requirements.txt
6969
RUN pip3 install -r /tmp/requirements.txt
7070

7171
# Install other Dependencies
72-
RUN apt-get install -y ros-noetic-septentrio-gnss-driver ros-noetic-ackermann-msgs
72+
RUN apt-get install -y ros-noetic-septentrio-gnss-driver ros-noetic-ackermann-msgs ros-noetic-gazebo-msgs
7373

7474
USER ${USER}
7575

setup/setup_this_machine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ pip3 install -r $temp_requirements
8585
rm $temp_requirements
8686

8787
#install other dependencies
88-
sudo apt-get install -y ros-noetic-septentrio-gnss-driver
88+
sudo apt-get install -y ros-noetic-septentrio-gnss-driver ros-noetic-ackermann-msgs ros-noetic-gazebo-msgs

0 commit comments

Comments
 (0)