Skip to content

Commit

Permalink
linting fix and minor change to installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshv24 committed Jul 19, 2024
1 parent 0f1378e commit 2195ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions extras/ros-jazzy-gz-harmonic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sudo apt update && apt install -y \
python3-vcstool \
$GAZEBO \
ros-$DIST-desktop-full \
ros-$DIST-gz-plugin-vendor \
ros-$DIST-ros-gz \
ros-$DIST-gz-ros2-control \
ros-$DIST-effort-controllers \
ros-$DIST-geographic-info \
Expand All @@ -87,7 +87,6 @@ sudo apt update && apt install -y \
ros-$DIST-pcl-ros \
ros-$DIST-robot-localization \
ros-$DIST-robot-state-publisher \
ros-$DIST-ros-base \
ros-$DIST-ros2-controllers \
ros-$DIST-rqt \
ros-$DIST-rqt-common-plugins \
Expand All @@ -99,8 +98,7 @@ sudo apt update && apt install -y \
ros-$DIST-tf2-tools \
ros-$DIST-urdfdom-py \
ros-$DIST-xacro \
ros-dev-tools \
ros-$DIST-ros-gz
ros-dev-tools

echo
echo -e "\033[32m============================================================\033[0m"
Expand Down
3 changes: 2 additions & 1 deletion gazebo/dave_gz_sensor_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ install(DIRECTORY include/
)

# Environment hooks
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")
ament_environment_hooks(
"${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")

# Testing setup
if(BUILD_TESTING)
Expand Down

0 comments on commit 2195ea9

Please sign in to comment.