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

Mirror empy fix upstream #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Mirror empy fix upstream #3

wants to merge 1 commit into from

Conversation

Ben-PH
Copy link

@Ben-PH Ben-PH commented Sep 19, 2024

I was running into problems running the docker container:

5.778 Scanning dependencies of target parameters_xml
5.791 [  0%] Generating git version header
5.792 [  0%] Generating combined event json file
5.793 [  0%] Generating serial_params.c
5.796 [  0%] git submodule Tools/sitl_gazebo
5.847 [  0%] Generating px4 event header file
5.850 [  0%] Built target git_gazebo
5.867 Scanning dependencies of target uorb_headers
5.881 [  0%] Generating uORB topic headers
5.918 Traceback (most recent call last):
5.918   File "tools/px_generate_uorb_topic_files.py", line 544, in <module>
5.918     generate_output_from_file(
5.918   File "tools/px_generate_uorb_topic_files.py", line 184, in generate_output_from_file
5.918     return generate_by_template(output_file, template_file, em_globals)
5.918   File "tools/px_generate_uorb_topic_files.py", line 354, in generate_by_template
5.918     em.RAW_OPT: True, em.BUFFERED_OPT: True})
5.918 AttributeError: module 'em' has no attribute 'RAW_OPT'
5.922 make[4]: *** [msg/CMakeFiles/uorb_headers.dir/build.make:414: uORB/topics/uORBTopics.hpp] Error 1
5.922 make[3]: *** [CMakeFiles/Makefile2:6818: msg/CMakeFiles/uorb_headers.dir/all] Error 2
5.922 make[3]: *** Waiting for unfinished jobs....
5.941 [  0%] Built target events_header
6.267 [  0%] Generating parameters.xml
7.468 [  0%] Built target parameters_xml
8.026 [  0%] Built target ver_gen
8.030 make[2]: *** [CMakeFiles/Makefile2:41341: platforms/posix/CMakeFiles/gazebo.dir/rule] Error 2
8.031 make[1]: *** [Makefile:15279: gazebo] Error 2
8.035 make: *** [Makefile:235: px4_sitl] Error 2
------
failed to solve: process "/bin/bash -c      cd ${FIRMWARE_DIR} &&     DONT_RUN=1 make px4_sitl gazebo &&     DONT_RUN=1 make px4_sitl gazebo     " did not complete successfully: exit code: 2

I went upstream and found this:

JonasVautherin@079dc85

tried making that same change in my fork, and managed to get the takeoff example running... nice.

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

Successfully merging this pull request may close these issues.

1 participant