Skip to content
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

Build Error #48

Open
ZhanyuGuo opened this issue Jan 27, 2024 · 15 comments
Open

Build Error #48

ZhanyuGuo opened this issue Jan 27, 2024 · 15 comments
Labels
bug Something isn't working

Comments

@ZhanyuGuo
Copy link
Collaborator

make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libignition-math6.so.6.15.0', needed by '/home/gzy/Workspace/ros_motion_planning/devel/.private/gazebo_ped_visualizer_plugin/lib/libPedestrianVisualPlugin.so'. Stop.

@ZhanyuGuo
Copy link
Collaborator Author

make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libignition-math6.so.6.15.0', needed by '/home/gzy/Workspace/ros_motion_planning/devel/.private/gazebo_ped_visualizer_plugin/lib/libPedestrianVisualPlugin.so'. Stop.

Screenshot from 2024-01-27 16-22-37
The ignition is upgraded nowadays in ros...

@ZhanyuGuo
Copy link
Collaborator Author

ZhanyuGuo commented Jan 27, 2024

  1. Download source code for ignition-math6_6.15.0.
git clone https://github.com/gazebosim/gz-math.git -b ignition-math6_6.15.0
  1. Build ignition.
cd gz-math/
mkdir build
cd build/
cmake ..
make -j7
sudo make install
  1. Make a symbolic link.
sudo ln -s /usr/local/lib/libignition-math6.so.6.15.0 /usr/lib/x86_64-linux-gnu/libignition-math6.so.6.15.0

@ZhanyuGuo ZhanyuGuo added the bug Something isn't working label Jan 27, 2024
@ZhanyuGuo
Copy link
Collaborator Author

This issue will remain open until gazebo_ped_visualizer_plugin version dependency bug on ignition is resolved (I can't find a place to change the version dependencies at the moment).

@yangla0701
Copy link

亲爱的作者大人,只运行RRT算法需要执行什么指令呀

@ZhangHan0301
Copy link

@ZhanyuGuo at CMakeList.txt add_compile_options(-std=c++17)

@OkitaAqukinn
Copy link

2024-08-04 01-07-27 的屏幕截图
HI, seems no method to solve this issue

@Cayennexyz
Copy link

erro
how to solve this problem

@ai-winter
Copy link
Owner

@Cayennexyz
Please follow README.md and install conan properly. Please initiate a new issue if you have any additional questions.

@zhangzw2021
Copy link

erro how to solve this problem

do you slove this problem?

@WereSongs
Copy link

erro how to solve this problem

in the file folder "3rd", run conan_install.sh

@lyy-aech
Copy link

thanks,I have solved this problem.

@Mimiaowu
Copy link

No transform from [base_footprint] to [map].
how to sovle this problem

@liusumengshang
Copy link

3459c9d3ae01b3659f9d6f92776f5318
解决方法:

回到src的上一级目录下,运行代码:catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3

@bobby-felt
Copy link

Uploading 2024-12-26 13-54-36 的屏幕截图.png…

@ZhanyuGuo
Copy link
Collaborator Author

Please upload the screenshot again. @bobby-felt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests