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 · 4 comments
Open

Build Error #48

ZhanyuGuo opened this issue Jan 27, 2024 · 4 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算法需要执行什么指令呀

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

2 participants