We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
StringMapImpl
Describe the bug WPILib no longer has the class wpi::StringMapImpl, which causes the linker error
wpi::StringMapImpl
/home/laptop-main/wpilib/2024/roborio/bin/../arm-nilrt-linux-gnueabi/sysroot/usr/lib/gcc/arm-nilrt-linux-gnueabi/12/../../../../../../../arm-nilrt-linux-gnueabi/bin/ld: /home/laptop-main/.gradle/caches/8.11/transforms/7172f2a7751c2ff18d7164ee5defab26/transformed/PathplannerLib-cpp-2025.0.0-beta-4-linuxathenastatic/linux/athena/static/libPathplannerLib.a(AutoBuilder.o): in function `pathplanner::AutoBuilder::buildAutoChooserFilterPath(std::function<bool (pathplanner::PathPlannerAuto const&, std::filesystem::__cxx11::path)>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': AutoBuilder.cpp:(.text+0x6c20): undefined reference to `wpi::StringMapImpl::LookupBucketFor(std::basic_string_view<char, std::char_traits<char> >)'
On my (Linux) machine
To Reproduce Steps to reproduce the behavior: 1.Build robot code that uses pathplanner in WPILib 2025.1.1b2 on Linux 2. See error messages
Expected behavior The code builds successfully
Versions:
The text was updated successfully, but these errors were encountered:
Could not reproduce after reinstalling pplib.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
WPILib no longer has the class
wpi::StringMapImpl
, which causes the linker errorOn my (Linux) machine
To Reproduce
Steps to reproduce the behavior:
1.Build robot code that uses pathplanner in WPILib 2025.1.1b2 on Linux
2. See error messages
Expected behavior
The code builds successfully
Versions:
The text was updated successfully, but these errors were encountered: