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: No module named 'dynamic_reconfigure' #443

Open
yu-sheng-vincent opened this issue Mar 6, 2024 · 0 comments
Open

Build Error: No module named 'dynamic_reconfigure' #443

yu-sheng-vincent opened this issue Mar 6, 2024 · 0 comments

Comments

@yu-sheng-vincent
Copy link

Hi,

To incorporate the latest pcl I build pcl from source, and I need to build perception_pcl as well. However, I got this error when running 'make' for pcl_ros:

Traceback (most recent call last):
File "/home/gmr/gmr_repo/perception_pcl/pcl_ros/cfg/ExtractIndices.cfg", line 6, in
from dynamic_reconfigure.parameter_generator_catkin import *;
ModuleNotFoundError: No module named 'dynamic_reconfigure'
Traceback (most recent call last):
File "/home/gmr/gmr_repo/perception_pcl/pcl_ros/cfg/EuclideanClusterExtraction.cfg", line 5, in
from dynamic_reconfigure.parameter_generator_catkin import *
ModuleNotFoundError: No module named 'dynamic_reconfigure'


Environment:
branch: tag-1.7.5
rosversion: noetic
pcl: 1.14.0

Also my system path looks fine:
user$ echo $CMAKE_PREFIX_PATH
/opt/ros/noetic:/usr/local
user$ echo $PYTHONPATH
/opt/ros/noetic/lib/python3/dist-packages

The wierd thing is if I keep doing random things, such as open a new terminal or restart the computer, sometimes it can be successfully built. Does anyone know this problem or have any idea? Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant