Open tahakhursheed opened 5 years ago
I'm having the same problem in the create_autonomy repository for the iRobot iCreate base.
I am facing similar issues following the mentioned site.
The Build summary is as follows:
[build] Summary: 3 of 5 packages succeeded.
[build] Ignored: 1 packages were skipped or are blacklisted.
[build] Warnings: 1 packages succeeded with warnings.
[build] Abandoned: 1 packages were abandoned.
[build] Failed: 1 packages failed.
In file included from /home/balaji/bebop_ws/devel/.private/bebop_driver/include/bebop_driver/BebopArdrone3Config.h:22:0, from /home/balaji/bebop_ws/src/bebop_autonomy/bebop_driver/src/bebop.cpp:43: /opt/ros/kinetic/include/dynamic_reconfigure/ConfigDescription.h:32:11: error: macro "max" requires 2 arguments, but only 1 given , max() ^ /opt/ros/kinetic/include/dynamic_reconfigure/ConfigDescription.h:33:11: error: macro "min" requires 2 arguments, but only 1 given , min() ^ /opt/ros/kinetic/include/dynamic_reconfigure/ConfigDescription.h:38:17: error: macro "max" requires 2 arguments, but only 1 given , max(_alloc) ^ /opt/ros/kinetic/include/dynamic_reconfigure/ConfigDescription.h:39:17: error: macro "min" requires 2 arguments, but only 1 given , min(_alloc) ^ In file included from /opt/ros/kinetic/include/json-c/json.h:19:0, from /opt/ros/kinetic/include/parrot_arsdk/libARDiscovery/ARDISCOVERY_Device.h:41, from /opt/ros/kinetic/include/parrot_arsdk/libARDiscovery/ARDiscovery.h:38, from /home/balaji/bebop_ws/src/bebop_autonomy/bebop_driver/src/bebop.cpp:38: /usr/include/c++/5/complex: In function ‘_Tp std::__complex_abs(const std::complex<_Tp>&)’: /opt/ros/kinetic/include/json-c/bits.h:20:18: error: expected unqualified-id before ‘(’ token
^
/usr/include/c++/5/bits/locale_facets_nonio.tcc: In member function ‘_InIter std::cxx11::time_get<_CharT, _InIter>::_M_extract_name(std::cxx11::time_get<_CharT, _InIter>::iter_type, std::__cxx11::time_get<_CharT, _InIter>::iter_type, int&, const _CharT**, std::size_t, std::ios_base&, std::ios_base::iostate&) const’: /opt/ros/kinetic/include/json-c/bits.h:16:18: error: expected unqualified-id before ‘(’ token
^
In file included from /home/balaji/bebop_ws/devel/.private/bebop_driver/include/bebop_driver/BebopArdrone3Config.h:22:0,
from /home/balaji/bebop_ws/src/bebop_autonomy/bebop_driver/src/bebop.cpp:43:
/opt/ros/kinetic/include/dynamic_reconfigure/ConfigDescription.h: In constructor ‘dynamicreconfigure::ConfigDescription
Abandoned <<< bebop_tools [ Unrelated job failed ]
[build] Summary: 2 of 4 packages succeeded.
[build] Ignored: 1 packages were skipped or are blacklisted.
[build] Warnings: None.
[build] Abandoned: 1 packages were abandoned.
[build] Failed: 1 packages failed.
[build] Runtime: 16.3 seconds total.
I am following steps from https://bebop-autonomy.readthedocs.io/en/latest/installation.html and catkin build fails. I am trying to execute catkin build on a native Ubuntu 16.04 with freshly installed ROS kinect. Any Suggestions? I have previously followed the same steps on an Ubuntu 16.04 VM and catkin build worked fine, but not this time.
Below is what I get when I try to catkin_make