Merged
Conversation
Member
Author
|
jammy-one-x64 was tested here: https://github.com/mqcmd196/ros-builder-action/actions/runs/15460873107 |
a16a979 to
0b5c8cf
Compare
Member
Author
|
Segfault in Editing like prints it seems that it failes at (let* ((ret (apply
qp-solver
:initial-state initial-state
:eval-weight-matrix eval-weight-matrix
:eval-coeff-vector eval-coeff-vector
:inequality-matrix (if additional-inequality-matrix (concatenate-matrix-column inequality-matrix additional-inequality-matrix) inequality-matrix)
:inequality-min-vector (if additional-inequality-min-vector (concatenate float-vector inequality-min-vector additional-inequality-min-vector) inequality-min-vector)
:check-status check-status
:solve-qp-mode solve-qp-mode
:debug debug
(append
(if use-min-inequality-violation-p
(list :state-min-vector state-min-vector))
(unless use-equality-error-p
(list :equality-matrix equality-matrix
:equality-vector equality-vector)))
))) |
CMake Error at /opt/ros/one/share/catkin/cmake/test/tests.cmake:18 (message):
() is not available when tests are not enabled. The CMake code should only
use it inside a conditional block which checks that testing is enabled:
if(CATKIN_ENABLE_TESTING)
(...)
endif()
Call Stack (most recent call first):
CMakeLists.txt:39 (add_rostest)
-- Configuring incomplete, errors occurred!
cd /<<BUILDDIR>>package/.obj-x86_64-linux-gnu/qpoases-prefix/src/qpoases && patch -s -p0 < /<<BUILDDIR>>package/patch/UseShareLibrary.patch Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] 1 out of 1 hunk ignored -- saving rejects to file CMakeLists.txt.rej make[4]: *** [CMakeFiles/qpoases.dir/build.make:122: qpoases-prefix/src/qpoases-stamp/qpoases-patch] Error 1 make[4]: Leaving directory '/<<BUILDDIR>>package/.obj-x86_64-linux-gnu' make[3]: *** [CMakeFiles/Makefile2:171: CMakeFiles/qpoases.dir/all] Error 2 make[3]: Leaving directory '/<<BUILDDIR>>package/.obj-x86_64-linux-gnu' make[2]: *** [Makefile:139: all] Error 2 make[2]: Leaving directory '/<<BUILDDIR>>package/.obj-x86_64-linux-gnu' dh_auto_install: error: cd .obj-x86_64-linux-gnu && make -j4 install DESTDIR=/<<BUILDDIR>>package/debian/ros-one-eus-qpoases AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" returned exit code 2 make[1]: *** [debian/rules:66: override_dh_auto_install] Error 25 make[1]: Leaving directory '/<<BUILDDIR>>package' make: *** [debian/rules:27: binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
…d_rostest
-- jsk_footstep_planner: 0 messages, 4 services
CMake Error at /opt/ros/one/share/catkin/cmake/test/tests.cmake:18 (message):
() is not available when tests are not enabled. The CMake code should only
use it inside a conditional block which checks that testing is enabled:
if(CATKIN_ENABLE_TESTING)
(...)
endif()
Call Stack (most recent call first):
CMakeLists.txt:109 (add_rostest)
-- Configuring incomplete, errors occurred!
CMake Error at /opt/ros/one/share/catkin/cmake/test/tests.cmake:18 (message):
() is not available when tests are not enabled. The CMake code should only
use it inside a conditional block which checks that testing is enabled:
if(CATKIN_ENABLE_TESTING)
(...)
endif()
Call Stack (most recent call first):
CMakeLists.txt:23 (add_rostest)
-- Configuring incomplete, errors occurred!
fixes ``` [eus_qpoases:make] /home/k-okada/catkin_ws/ws_jsk_control/src/jsk_control/eus_qpoases/src/eus_qpoases.cpp:294:3: warning: no return statement in function returning non-void [-Wreturn-type] [eus_qpoases:make] 294 | }; [eus_qpoases:make] | ^ [eus_qpoases:make] /home/k-okada/catkin_ws/ ```
Member
|
FYI. d344b4c Ensure the return value is propagated correctly |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
d344b4c Ensure the return value is propagated correctly
2b6bb0d [ci] enable ros-o test
007a981 [jsk_footstep_planner] fix pcl related compilation issues in noble
efe1ae3 eusqp: add CATKIN_ENABLE_TESTING for add_rostest
7889cb8 jsk_footstep_planner/CMakeLists.txt: add CATKIN_ENABLE_TESTING for add_rostest
08df911 [eus_teleop] skip some keys when ROS_DISTRO==one. ref: https://github.com/tork-a/jsk_control-release/blob/debian/noetic/eus_teleop/package.xml
31f05a7 qpoasis: use patch --forward for fakeroot debian/rules
3682aff eus_qpoases/CMakeLists.txt: add CATKIN_ENABLE_TESTING for add_rostest