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

Packaging error #82

Open
james-yoo opened this issue Mar 19, 2024 · 4 comments
Open

Packaging error #82

james-yoo opened this issue Mar 19, 2024 · 4 comments

Comments

@james-yoo
Copy link
Contributor

Hi
I've got following error while packaging turtlebot3-UE for Linux.

UATHelper: Packaging (Linux): /home/user/turtlebot3-UE/Plugins/RapyutaSimulationPlugins/Source/RapyutaSimulationPlugins/Private/Drives/RRFloatingMovementComponent.cpp:367:77: error: no member named 'IsDebugEnabled' in 'UAvoidanceManager'
UATHelper: Packaging (Linux):     const bool bRVODebugEnabled = RAPYUTA_SIM_DEBUG && RVOAvoidanceManager->IsDebugEnabled(RVOAvoidanceUID);

Packaging was conducted under following condition:

  • turtlebot3-UE (branch: jammy)
  • RapyutaSimulationPlugins(branch: UE5.3)
  • rclUE(branch: UE5_devel_humble)
@yuokamoto
Copy link
Contributor

I update UE5.3(accidentaly without PR)
Could you please try?

@james-yoo
Copy link
Contributor Author

@yuokamoto
Thanks for your quick response. Issue resolved.

@james-yoo james-yoo reopened this Mar 21, 2024
@james-yoo
Copy link
Contributor Author

james-yoo commented Mar 21, 2024

@yuokamoto
Re-opened issue. The commit still giving same error.
I didn't get the error because I commented out the following line when I packaged it.

const bool bRVODebugEnabled = false; //RAPYUTA_SIM_DEBUG && RVOAvoidanceManager->IsDebugEnabled(RVOAvoidanceUID);

FYI, I am testing under UE 5.3.2

@yuokamoto
Copy link
Contributor

I'm using this commit 728f3add2085f26e0e80438ae7a3674ae8af2d70

and also I was able to pcakge with jammy_UE5.3 branch
https://github.com/rapyuta-robotics/turtlebot3-UE/tree/jammy_UE5.3

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

2 participants