-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor changes #80
base: humble
Are you sure you want to change the base?
Minor changes #80
Conversation
cd .. | ||
pip3 install catkin_pkg lark-parser colcon-common-extensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add sudo apt install python3-pip
@@ -157,7 +157,7 @@ case "${unameOut}" in | |||
conda config --env --remove channels defaults || true | |||
# Install ROS packages | |||
mamba install ros-humble-desktop-full | |||
mamba install -n ros_env -y ros-humble-control-msgs ros-humble-control-toolbox ros-humble-joint-state-broadcaster ros-humble-joint-state-publisher ros-humble-joint-state-publisher-gui ros-humble-forward-command-controller ros-humble-robot-state-publisher ros-humble-controller-manager ros-humble-controller-manager-msgs ros-humble-joint-trajectory-controller ros-humble-ros2-control | |||
mamba install -n ros_env -y ros-humble-control-msgs ros-humble-control-toolbox ros-humble-joint-state-broadcaster ros-humble-joint-state-publisher ros-humble-joint-state-publisher-gui ros-humble-forward-command-controller ros-humble-robot-state-publisher ros-humble-controller-manager ros-humble-controller-manager-msgs ros-humble-joint-trajectory-controller ros-humble-ros2-control ros-humble-micro-ros-msgs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these packages as they are also included in the package.xml
@@ -9,7 +9,7 @@ reset=`tput sgr0` | |||
|
|||
echo "Installing ESP IDF" | |||
|
|||
_shell_="${0##*/}" | |||
_shell_="${SHELL#${SHELL%/*}/}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test this shell for zsh and bash both
@SuperChamp234 can you see if package ros-humble-micro-ros-msgs exists in mamba install for macOS.