Skip to content

Issue in building the package car_gazebo_plugin. #6

@Rak-r

Description

@Rak-r

I have followed the instructions and at the first time it worked but I am trying to inherit the car_gazebo_plugin to my robot for ackermann drive and I have removed the shock from all 4 wheels and commented out these from the plugin hpp and cpp files and trying to build the package but it is giving error:
colcon build --symlink-install
Starting >>> ackermann_msgs
Starting >>> sim_car
Finished <<< sim_car [0.18s]
Finished <<< ackermann_msgs [6.05s]
Starting >>> car_gazebo_plugin
[Processing: car_gazebo_plugin]
--- stderr: car_gazebo_plugin
CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to find_package_handle_standard_args (PkgConfig)
does not match the name of the calling package (gazebo). This can lead to
problems in calling code that expects find_package result variables
(e.g., _FOUND) to follow a certain pattern.
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
/usr/lib/x86_64-linux-gnu/cmake/gazebo/gazebo-config.cmake:72 (include)
CMakeLists.txt:14 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.


Finished <<< car_gazebo_plugin [30.6s]

Summary: 3 packages finished [36.9s]
1 package had stderr output: car_gazebo_plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions