We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876118b commit 9d4e258Copy full SHA for 9d4e258
rosbag2_transport/rosbag2_transport/__init__.py
@@ -24,7 +24,8 @@ def _import(name):
24
e.msg += \
25
"\nThe C extension '%s' failed to be imported while being present on the system." \
26
" Please refer to '%s' for possible solutions" % \
27
- (e.path, 'https://github.com/ros2/ros2/wiki/Rclpy-Import-error-hint')
+ (e.path, 'https://index.ros.org/doc/ros2/Troubleshooting/'
28
+ '#import-failing-even-with-library-present-on-the-system')
29
raise
30
31
0 commit comments