Open
Conversation
dhrvrc
reviewed
Oct 22, 2025
|
|
||
| # --- EUFS / Simulation dependencies --- | ||
| apt-get -y install \ | ||
| ros-$ROSDISTRO-gazebo-dev \ |
Member
There was a problem hiding this comment.
I think the get-gazebo script does the gazebo installation
Author
|
I don't believe it gets the msgs tho. I will have to have a look at the why
that one gazebo install is needed.
…On Wed 22 Oct 2025, 20:31 Dhruv Ranajit Choudhury, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In get-ros
<#2 (comment)>
:
> apt-get -y install ros-$ROSDISTRO-ros-base ros-$ROSDISTRO-rqt python3-colcon-ros python3-colcon-common-extensions python3-rosdep
apt-get -y install python3-pip python3-venv python3-sklearn python3-pandas python3-rosdep
apt-get -y install ros-$ROSDISTRO-diagnostic-updater ros-$ROSDISTRO-angles ros-$ROSDISTRO-rqt-reconfigure ros-$ROSDISTRO-rosbag2-storage-mcap
apt-get -y install libpcap-dev libpcl-dev
+
+# --- EUFS / Simulation dependencies ---
+apt-get -y install \
+ ros-$ROSDISTRO-gazebo-dev \
I think the get-gazebo scrip does the gazebo installation
—
Reply to this email directly, view it on GitHub
<#2 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWDGJXBTFSXXTZ4675IWJK33Y7LPXAVCNFSM6AAAAACJ5UBVVOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTGNRXGI3DKOJQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added dependency for msgs that was missing to script.