add launch file

This commit is contained in:
Sem van der Hoeven
2023-04-17 14:46:59 +00:00
parent 396e735173
commit bf9a652c82
273 changed files with 17190 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
Invoking command in '/home/ubuntu/ros2_ws/build/beacon_positioning': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4
Invoked command in '/home/ubuntu/ros2_ws/build/beacon_positioning' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4

View File

@@ -0,0 +1,52 @@
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:82:35: error: serial_port is not a type
82 | terabee::RtlsDevice rtls_device(serial_port);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp: In member function void BeaconPositioningPublisher::setup_rtlsdevice(int, int, int, int, bool):
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:56:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
56 | rtls_device.disableTrackerStream();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:58:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
58 | rtls_device.setDevice(terabee::RtlsDevice::device_type::tracker, priority);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:59:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
59 | rtls_device.setLabel(label);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:60:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
60 | rtls_device.setUpdateTime(update_time);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:61:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
61 | rtls_device.setNetworkId(network_id);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:64:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
64 | rtls_device.setTrackerMessageLong();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:68:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
68 | rtls_device.setTrackerMessageShort();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:70:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
70 | rtls_device.enableLED();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:71:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
71 | rtls_device.requestConfig();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:72:28: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
72 | device_configuration = rtls_device.getConfig();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:74:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
74 | rtls_device.enableTrackerStream();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:29: warning: unused parameter priority [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:43: warning: unused parameter label [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:54: warning: unused parameter update_time [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:71: warning: unused parameter network_id [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~~~
make[2]: *** [CMakeFiles/tracker_position.dir/build.make:63: CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:78: CMakeFiles/tracker_position.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,2 @@
Scanning dependencies of target tracker_position
[ 50%] Building CXX object CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o

View File

@@ -0,0 +1,54 @@
Scanning dependencies of target tracker_position
[ 50%] Building CXX object CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:82:35: error: serial_port is not a type
82 | terabee::RtlsDevice rtls_device(serial_port);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp: In member function void BeaconPositioningPublisher::setup_rtlsdevice(int, int, int, int, bool):
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:56:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
56 | rtls_device.disableTrackerStream();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:58:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
58 | rtls_device.setDevice(terabee::RtlsDevice::device_type::tracker, priority);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:59:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
59 | rtls_device.setLabel(label);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:60:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
60 | rtls_device.setUpdateTime(update_time);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:61:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
61 | rtls_device.setNetworkId(network_id);
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:64:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
64 | rtls_device.setTrackerMessageLong();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:68:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
68 | rtls_device.setTrackerMessageShort();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:70:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
70 | rtls_device.enableLED();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:71:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
71 | rtls_device.requestConfig();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:72:28: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
72 | device_configuration = rtls_device.getConfig();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:74:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
74 | rtls_device.enableTrackerStream();
| ^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:29: warning: unused parameter priority [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:43: warning: unused parameter label [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:54: warning: unused parameter update_time [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:71: warning: unused parameter network_id [-Wunused-parameter]
54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
| ~~~~^~~~~~~~~~
make[2]: *** [CMakeFiles/tracker_position.dir/build.make:63: CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:78: CMakeFiles/tracker_position.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

View File

@@ -0,0 +1,56 @@
[0.116s] Invoking command in '/home/ubuntu/ros2_ws/build/beacon_positioning': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4
[0.297s] Scanning dependencies of target tracker_position
[0.423s] [ 50%] Building CXX object CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o
[6.846s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:82:35: error: serial_port is not a type
[6.847s] 82 | terabee::RtlsDevice rtls_device(serial_port);
[6.847s] | ^~~~~~~~~~~
[6.967s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp: In member function void BeaconPositioningPublisher::setup_rtlsdevice(int, int, int, int, bool):
[6.968s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:56:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.968s] 56 | rtls_device.disableTrackerStream();
[6.969s] | ^~~~~~~~~~~
[6.969s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:58:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.970s] 58 | rtls_device.setDevice(terabee::RtlsDevice::device_type::tracker, priority);
[6.970s] | ^~~~~~~~~~~
[6.970s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:59:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.971s] 59 | rtls_device.setLabel(label);
[6.971s] | ^~~~~~~~~~~
[6.971s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:60:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.972s] 60 | rtls_device.setUpdateTime(update_time);
[6.972s] | ^~~~~~~~~~~
[6.972s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:61:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.973s] 61 | rtls_device.setNetworkId(network_id);
[6.973s] | ^~~~~~~~~~~
[6.973s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:64:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.974s] 64 | rtls_device.setTrackerMessageLong();
[6.974s] | ^~~~~~~~~~~
[6.974s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:68:7: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.975s] 68 | rtls_device.setTrackerMessageShort();
[6.975s] | ^~~~~~~~~~~
[6.975s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:70:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.976s] 70 | rtls_device.enableLED();
[6.976s] | ^~~~~~~~~~~
[6.977s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:71:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.977s] 71 | rtls_device.requestConfig();
[6.977s] | ^~~~~~~~~~~
[6.978s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:72:28: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.978s] 72 | device_configuration = rtls_device.getConfig();
[6.978s] | ^~~~~~~~~~~
[6.979s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:74:5: error: invalid use of member function terabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int) (did you forget the () ?)
[6.979s] 74 | rtls_device.enableTrackerStream();
[6.980s] | ^~~~~~~~~~~
[6.980s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:29: warning: unused parameter priority [-Wunused-parameter]
[6.980s] 54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
[6.981s] | ~~~~^~~~~~~~
[6.981s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:43: warning: unused parameter label [-Wunused-parameter]
[6.981s] 54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
[6.982s] | ~~~~^~~~~
[6.982s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:54: warning: unused parameter update_time [-Wunused-parameter]
[6.983s] 54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
[6.983s] | ~~~~^~~~~~~~~~~
[6.983s] /home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:71: warning: unused parameter network_id [-Wunused-parameter]
[6.984s] 54 | void setup_rtlsdevice(int priority, int label, int update_time, int network_id, bool long_message)
[6.984s] | ~~~~^~~~~~~~~~
[10.166s] make[2]: *** [CMakeFiles/tracker_position.dir/build.make:63: CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o] Error 1
[10.166s] make[1]: *** [CMakeFiles/Makefile2:78: CMakeFiles/tracker_position.dir/all] Error 2
[10.167s] make: *** [Makefile:141: all] Error 2
[10.172s] Invoked command in '/home/ubuntu/ros2_ws/build/beacon_positioning' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4

View File

@@ -0,0 +1,169 @@
[0.000000] (-) TimerEvent: {}
[0.000921] (-) JobUnselected: {'identifier': 'drone_sensors'}
[0.001205] (-) JobUnselected: {'identifier': 'px4_msgs'}
[0.001840] (-) JobUnselected: {'identifier': 'px4_ros_com'}
[0.002416] (beacon_positioning) JobQueued: {'identifier': 'beacon_positioning', 'dependencies': OrderedDict()}
[0.003335] (beacon_positioning) JobStarted: {'identifier': 'beacon_positioning'}
[0.099428] (-) TimerEvent: {}
[0.110489] (beacon_positioning) JobProgress: {'identifier': 'beacon_positioning', 'progress': 'cmake'}
[0.113333] (beacon_positioning) JobProgress: {'identifier': 'beacon_positioning', 'progress': 'build'}
[0.116084] (beacon_positioning) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/ubuntu/ros2_ws/build/beacon_positioning', '--', '-j4', '-l4'], 'cwd': '/home/ubuntu/ros2_ws/build/beacon_positioning', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ubuntu'), ('SSH_CLIENT', '10.10.10.31 37224 22'), ('LC_TIME', 'nl_NL.UTF-8'), ('XDG_SESSION_TYPE', 'tty'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ubuntu/ros2_ws/install/px4_ros_com/lib:/home/ubuntu/ros2_ws/install/px4_msgs/lib:/opt/ros/foxy/opt/yaml_cpp_vendor/lib:/opt/ros/foxy/lib/aarch64-linux-gnu:/opt/ros/foxy/lib'), ('MOTD_SHOWN', 'pam'), ('HOME', '/home/ubuntu'), ('OLDPWD', '/home/ubuntu'), ('SSH_TTY', '/dev/pts/0'), ('ROS_PYTHON_VERSION', '3'), ('LC_MONETARY', 'nl_NL.UTF-8'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('_colcon_cd_root', '/opt/ros/foxy/'), ('COLCON_PREFIX_PATH', '/home/ubuntu/ros2_ws/install'), ('ROS_DISTRO', 'foxy'), ('LOGNAME', 'ubuntu'), ('_', '/home/ubuntu/.local/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('TERM', 'xterm-256color'), ('XDG_SESSION_ID', '1'), ('ROS_LOCALHOST_ONLY', '0'), ('PATH', '/home/ubuntu/ros2_ws/install/px4_ros_com/bin:/home/ubuntu/.local/bin:/opt/ros/foxy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'), ('LC_ADDRESS', 'nl_NL.UTF-8'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('LANG', 'en_US.UTF-8'), ('LC_TELEPHONE', 'nl_NL.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_fastrtps_cpp'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('ROS_DOMAIN_ID', '0'), ('AMENT_PREFIX_PATH', '/home/ubuntu/ros2_ws/install/beacon_positioning:/home/ubuntu/ros2_ws/install/px4_ros_com:/home/ubuntu/ros2_ws/install/px4_msgs:/home/ubuntu/ros2_ws/install/drone_sensors:/opt/ros/foxy'), ('SHELL', '/bin/bash'), ('LC_NAME', 'nl_NL.UTF-8'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'nl_NL.UTF-8'), ('LC_IDENTIFICATION', 'nl_NL.UTF-8'), ('PWD', '/home/ubuntu/ros2_ws/build/beacon_positioning'), ('LC_ALL', 'en_US.UTF-8'), ('SSH_CONNECTION', '10.10.10.31 37224 10.10.10.33 22'), ('XDG_DATA_DIRS', '/usr/local/share:/usr/share:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages:/opt/ros/foxy/lib/python3.8/site-packages'), ('LC_NUMERIC', 'nl_NL.UTF-8'), ('LC_PAPER', 'nl_NL.UTF-8'), ('COLCON', '1'), ('CMAKE_PREFIX_PATH', '/home/ubuntu/ros2_ws/install/beacon_positioning:/home/ubuntu/ros2_ws/install/px4_ros_com:/home/ubuntu/ros2_ws/install/px4_msgs:/home/ubuntu/ros2_ws/install/drone_sensors:/opt/ros/foxy')]), 'shell': False}
[0.199619] (-) TimerEvent: {}
[0.299653] (beacon_positioning) StdoutLine: {'line': b'\x1b[35m\x1b[1mScanning dependencies of target tracker_position\x1b[0m\n'}
[0.300413] (-) TimerEvent: {}
[0.400971] (-) TimerEvent: {}
[0.425478] (beacon_positioning) StdoutLine: {'line': b'[ 50%] \x1b[32mBuilding CXX object CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o\x1b[0m\n'}
[0.501165] (-) TimerEvent: {}
[0.601842] (-) TimerEvent: {}
[0.702516] (-) TimerEvent: {}
[0.803298] (-) TimerEvent: {}
[0.903991] (-) TimerEvent: {}
[1.004713] (-) TimerEvent: {}
[1.105402] (-) TimerEvent: {}
[1.206088] (-) TimerEvent: {}
[1.306807] (-) TimerEvent: {}
[1.407495] (-) TimerEvent: {}
[1.508276] (-) TimerEvent: {}
[1.609028] (-) TimerEvent: {}
[1.709714] (-) TimerEvent: {}
[1.810466] (-) TimerEvent: {}
[1.911143] (-) TimerEvent: {}
[2.011867] (-) TimerEvent: {}
[2.112581] (-) TimerEvent: {}
[2.213230] (-) TimerEvent: {}
[2.313909] (-) TimerEvent: {}
[2.414592] (-) TimerEvent: {}
[2.515273] (-) TimerEvent: {}
[2.615972] (-) TimerEvent: {}
[2.716679] (-) TimerEvent: {}
[2.817372] (-) TimerEvent: {}
[2.918067] (-) TimerEvent: {}
[3.018741] (-) TimerEvent: {}
[3.119446] (-) TimerEvent: {}
[3.220108] (-) TimerEvent: {}
[3.320824] (-) TimerEvent: {}
[3.421494] (-) TimerEvent: {}
[3.522190] (-) TimerEvent: {}
[3.622919] (-) TimerEvent: {}
[3.723637] (-) TimerEvent: {}
[3.824312] (-) TimerEvent: {}
[3.924993] (-) TimerEvent: {}
[4.025646] (-) TimerEvent: {}
[4.126340] (-) TimerEvent: {}
[4.227043] (-) TimerEvent: {}
[4.327705] (-) TimerEvent: {}
[4.428403] (-) TimerEvent: {}
[4.529081] (-) TimerEvent: {}
[4.629774] (-) TimerEvent: {}
[4.730454] (-) TimerEvent: {}
[4.831141] (-) TimerEvent: {}
[4.931877] (-) TimerEvent: {}
[5.032596] (-) TimerEvent: {}
[5.133240] (-) TimerEvent: {}
[5.233924] (-) TimerEvent: {}
[5.334605] (-) TimerEvent: {}
[5.435299] (-) TimerEvent: {}
[5.536009] (-) TimerEvent: {}
[5.636712] (-) TimerEvent: {}
[5.737397] (-) TimerEvent: {}
[5.838070] (-) TimerEvent: {}
[5.938854] (-) TimerEvent: {}
[6.039515] (-) TimerEvent: {}
[6.140342] (-) TimerEvent: {}
[6.241303] (-) TimerEvent: {}
[6.341969] (-) TimerEvent: {}
[6.442675] (-) TimerEvent: {}
[6.543370] (-) TimerEvent: {}
[6.644116] (-) TimerEvent: {}
[6.744862] (-) TimerEvent: {}
[6.845539] (-) TimerEvent: {}
[6.849335] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:82:35:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[Kserial_port\x1b[m\x1b[K\xe2\x80\x99 is not a type\n'}
[6.850020] (beacon_positioning) StderrLine: {'line': b' 82 | terabee::RtlsDevice rtls_device(\x1b[01;31m\x1b[Kserial_port\x1b[m\x1b[K);\n'}
[6.850499] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.945713] (-) TimerEvent: {}
[6.969677] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kvoid BeaconPositioningPublisher::setup_rtlsdevice(int, int, int, int, bool)\x1b[m\x1b[K\xe2\x80\x99:\n'}
[6.971039] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:56:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.971557] (beacon_positioning) StderrLine: {'line': b' 56 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.disableTrackerStream();\n'}
[6.971910] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.972318] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:58:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.972682] (beacon_positioning) StderrLine: {'line': b' 58 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setDevice(terabee::RtlsDevice::device_type::tracker, priority);\n'}
[6.973013] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.973348] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:59:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.973699] (beacon_positioning) StderrLine: {'line': b' 59 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setLabel(label);\n'}
[6.974057] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.974395] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:60:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.974755] (beacon_positioning) StderrLine: {'line': b' 60 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setUpdateTime(update_time);\n'}
[6.975065] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.975362] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:61:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.975709] (beacon_positioning) StderrLine: {'line': b' 61 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setNetworkId(network_id);\n'}
[6.976034] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.976495] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:64:7:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.976879] (beacon_positioning) StderrLine: {'line': b' 64 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setTrackerMessageLong();\n'}
[6.977220] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.977564] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:68:7:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.977961] (beacon_positioning) StderrLine: {'line': b' 68 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.setTrackerMessageShort();\n'}
[6.978288] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.978611] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:70:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.979004] (beacon_positioning) StderrLine: {'line': b' 70 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.enableLED();\n'}
[6.979353] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.979688] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:71:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.980035] (beacon_positioning) StderrLine: {'line': b' 71 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.requestConfig();\n'}
[6.980443] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.980862] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:72:28:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.981282] (beacon_positioning) StderrLine: {'line': b' 72 | device_configuration = \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.getConfig();\n'}
[6.981647] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.982000] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:74:5:\x1b[m\x1b[K \x1b[01;31m\x1b[Kerror: \x1b[m\x1b[Kinvalid use of member function \xe2\x80\x98\x1b[01m\x1b[Kterabee::RtlsDevice BeaconPositioningPublisher::rtls_device(int)\x1b[m\x1b[K\xe2\x80\x99 (did you forget the \xe2\x80\x98\x1b[01m\x1b[K()\x1b[m\x1b[K\xe2\x80\x99 ?)\n'}
[6.982377] (beacon_positioning) StderrLine: {'line': b' 74 | \x1b[01;31m\x1b[Krtls_device\x1b[m\x1b[K.enableTrackerStream();\n'}
[6.982720] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;31m\x1b[K^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.983059] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:29:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kunused parameter \xe2\x80\x98\x1b[01m\x1b[Kpriority\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K-Wunused-parameter\x1b[m\x1b[K]\n'}
[6.983418] (beacon_positioning) StderrLine: {'line': b' 54 | void setup_rtlsdevice(\x1b[01;35m\x1b[Kint priority\x1b[m\x1b[K, int label, int update_time, int network_id, bool long_message)\n'}
[6.983780] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~^~~~~~~~\x1b[m\x1b[K\n'}
[6.984126] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:43:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kunused parameter \xe2\x80\x98\x1b[01m\x1b[Klabel\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K-Wunused-parameter\x1b[m\x1b[K]\n'}
[6.984573] (beacon_positioning) StderrLine: {'line': b' 54 | void setup_rtlsdevice(int priority, \x1b[01;35m\x1b[Kint label\x1b[m\x1b[K, int update_time, int network_id, bool long_message)\n'}
[6.984969] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~^~~~~\x1b[m\x1b[K\n'}
[6.985310] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:54:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kunused parameter \xe2\x80\x98\x1b[01m\x1b[Kupdate_time\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K-Wunused-parameter\x1b[m\x1b[K]\n'}
[6.985671] (beacon_positioning) StderrLine: {'line': b' 54 | void setup_rtlsdevice(int priority, int label, \x1b[01;35m\x1b[Kint update_time\x1b[m\x1b[K, int network_id, bool long_message)\n'}
[6.986004] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~^~~~~~~~~~~\x1b[m\x1b[K\n'}
[6.986349] (beacon_positioning) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:54:71:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kunused parameter \xe2\x80\x98\x1b[01m\x1b[Knetwork_id\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K-Wunused-parameter\x1b[m\x1b[K]\n'}
[6.986702] (beacon_positioning) StderrLine: {'line': b' 54 | void setup_rtlsdevice(int priority, int label, int update_time, \x1b[01;35m\x1b[Kint network_id\x1b[m\x1b[K, bool long_message)\n'}
[6.987072] (beacon_positioning) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~^~~~~~~~~~\x1b[m\x1b[K\n'}
[7.045877] (-) TimerEvent: {}
[7.146628] (-) TimerEvent: {}
[7.247332] (-) TimerEvent: {}
[7.348055] (-) TimerEvent: {}
[7.448775] (-) TimerEvent: {}
[7.549463] (-) TimerEvent: {}
[7.650139] (-) TimerEvent: {}
[7.750827] (-) TimerEvent: {}
[7.851543] (-) TimerEvent: {}
[7.952270] (-) TimerEvent: {}
[8.052951] (-) TimerEvent: {}
[8.153622] (-) TimerEvent: {}
[8.254296] (-) TimerEvent: {}
[8.355003] (-) TimerEvent: {}
[8.455680] (-) TimerEvent: {}
[8.556403] (-) TimerEvent: {}
[8.657077] (-) TimerEvent: {}
[8.757752] (-) TimerEvent: {}
[8.858461] (-) TimerEvent: {}
[8.959124] (-) TimerEvent: {}
[9.059816] (-) TimerEvent: {}
[9.160530] (-) TimerEvent: {}
[9.261205] (-) TimerEvent: {}
[9.361883] (-) TimerEvent: {}
[9.462576] (-) TimerEvent: {}
[9.563237] (-) TimerEvent: {}
[9.663946] (-) TimerEvent: {}
[9.764647] (-) TimerEvent: {}
[9.865302] (-) TimerEvent: {}
[9.965989] (-) TimerEvent: {}
[10.066692] (-) TimerEvent: {}
[10.167460] (-) TimerEvent: {}
[10.168714] (beacon_positioning) StderrLine: {'line': b'make[2]: *** [CMakeFiles/tracker_position.dir/build.make:63: CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o] Error 1\n'}
[10.169402] (beacon_positioning) StderrLine: {'line': b'make[1]: *** [CMakeFiles/Makefile2:78: CMakeFiles/tracker_position.dir/all] Error 2\n'}
[10.170091] (beacon_positioning) StderrLine: {'line': b'make: *** [Makefile:141: all] Error 2\n'}
[10.175094] (beacon_positioning) CommandEnded: {'returncode': 2}
[10.267727] (-) TimerEvent: {}
[10.374012] (-) TimerEvent: {}
[10.432305] (beacon_positioning) JobEnded: {'identifier': 'beacon_positioning', 'rc': 2}
[10.443670] (-) EventReactorShutdown: {}

View File

@@ -0,0 +1,165 @@
[1.673s] DEBUG:colcon:Command line arguments: ['/home/ubuntu/.local/bin/colcon', 'build', '--packages-select', 'beacon_positioning']
[1.673s] DEBUG:colcon:Parsed command line arguments: Namespace(allow_overriding=[], ament_cmake_args=None, base_paths=['.'], build_base='build', catkin_cmake_args=None, catkin_skip_building_tests=False, cmake_args=None, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, cmake_target=None, cmake_target_skip_unavailable=False, continue_on_error=False, event_handlers=None, executor='parallel', ignore_user_meta=False, install_base='install', log_base=None, log_level=None, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0xffff948b9e80>>, merge_install=False, metas=['./colcon.meta'], packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_end=None, packages_ignore=None, packages_ignore_regex=None, packages_select=['beacon_positioning'], packages_select_build_failed=False, packages_select_by_dep=None, packages_select_regex=None, packages_select_test_failures=False, packages_skip=None, packages_skip_build_finished=False, packages_skip_by_dep=None, packages_skip_regex=None, packages_skip_test_passed=False, packages_skip_up_to=None, packages_start=None, packages_up_to=None, packages_up_to_regex=None, parallel_workers=4, paths=None, symlink_install=False, test_result_base=None, verb_extension=<colcon_core.verb.build.BuildVerb object at 0xffff948b9e80>, verb_name='build', verb_parser=<colcon_defaults.argument_parser.defaults.DefaultArgumentsDecorator object at 0xffff94773850>)
[1.871s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[1.871s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[1.871s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[1.871s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[1.871s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[1.872s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[1.872s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ubuntu/ros2_ws'
[1.872s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[1.873s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[1.874s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[1.874s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[1.955s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[1.955s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[1.955s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[1.955s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[1.955s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[1.956s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[1.956s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[1.956s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[1.957s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[1.957s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[1.957s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[1.958s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[1.958s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[1.958s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[1.959s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[1.959s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[1.959s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[1.960s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[1.961s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[1.961s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[1.961s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[1.961s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[1.961s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extensions ['ignore', 'ignore_ament_install']
[1.962s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extension 'ignore'
[1.962s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extension 'ignore_ament_install'
[1.962s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extensions ['colcon_pkg']
[1.962s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extension 'colcon_pkg'
[1.962s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extensions ['colcon_meta']
[1.963s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extension 'colcon_meta'
[1.963s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extensions ['ros']
[1.963s] Level 1:colcon.colcon_core.package_identification:_identify(src/beacon_positioning) by extension 'ros'
[1.971s] DEBUG:colcon.colcon_core.package_identification:Package 'src/beacon_positioning' with type 'ros.ament_cmake' and name 'beacon_positioning'
[1.972s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[1.972s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[1.972s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[1.973s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ignore', 'ignore_ament_install']
[1.973s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore'
[1.973s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ignore_ament_install'
[1.973s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_pkg']
[1.973s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_pkg'
[1.974s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['colcon_meta']
[1.974s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'colcon_meta'
[1.974s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extensions ['ros']
[1.974s] Level 1:colcon.colcon_core.package_identification:_identify(src/drone_sensors) by extension 'ros'
[1.976s] DEBUG:colcon.colcon_core.package_identification:Package 'src/drone_sensors' with type 'ros.ament_cmake' and name 'drone_sensors'
[1.977s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[1.978s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[1.978s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[1.978s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[1.979s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[1.979s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[1.979s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ignore', 'ignore_ament_install']
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore'
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ignore_ament_install'
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_pkg']
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_pkg'
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['colcon_meta']
[1.980s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'colcon_meta'
[1.981s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extensions ['ros']
[1.981s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_msgs) by extension 'ros'
[1.983s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_msgs' with type 'ros.ament_cmake' and name 'px4_msgs'
[1.984s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ignore', 'ignore_ament_install']
[1.984s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore'
[1.984s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ignore_ament_install'
[1.984s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_pkg']
[1.985s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_pkg'
[1.985s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['colcon_meta']
[1.985s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'colcon_meta'
[1.985s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extensions ['ros']
[1.985s] Level 1:colcon.colcon_core.package_identification:_identify(src/px4_ros_com) by extension 'ros'
[1.989s] DEBUG:colcon.colcon_core.package_identification:Package 'src/px4_ros_com' with type 'ros.ament_cmake' and name 'px4_ros_com'
[1.990s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[1.990s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[1.990s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[1.990s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[1.990s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[2.162s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'drone_sensors' in 'src/drone_sensors'
[2.162s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'px4_msgs' in 'src/px4_msgs'
[2.162s] INFO:colcon.colcon_core.package_selection:Skipping not selected package 'px4_ros_com' in 'src/px4_ros_com'
[2.164s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[2.165s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[2.205s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 4 installed packages in /home/ubuntu/ros2_ws/install
[2.224s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 168 installed packages in /opt/ros/foxy
[2.228s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_args' from command line to 'None'
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_target' from command line to 'None'
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_clean_cache' from command line to 'False'
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_clean_first' from command line to 'False'
[2.379s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'cmake_force_configure' from command line to 'False'
[2.380s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'ament_cmake_args' from command line to 'None'
[2.380s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'catkin_cmake_args' from command line to 'None'
[2.380s] Level 5:colcon.colcon_core.verb:set package 'beacon_positioning' build argument 'catkin_skip_building_tests' from command line to 'False'
[2.380s] DEBUG:colcon.colcon_core.verb:Building package 'beacon_positioning' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ubuntu/ros2_ws/build/beacon_positioning', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': None, 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/ubuntu/ros2_ws/install/beacon_positioning', 'merge_install': False, 'path': '/home/ubuntu/ros2_ws/src/beacon_positioning', 'symlink_install': False, 'test_result_base': None}
[2.388s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[2.443s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[2.444s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ubuntu/ros2_ws/src/beacon_positioning' with build type 'ament_cmake'
[2.445s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ubuntu/ros2_ws/src/beacon_positioning'
[2.479s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[2.480s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[2.480s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[2.563s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ubuntu/ros2_ws/build/beacon_positioning': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4
[12.619s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ubuntu/ros2_ws/build/beacon_positioning' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/foxy /usr/bin/cmake --build /home/ubuntu/ros2_ws/build/beacon_positioning -- -j4 -l4
[12.760s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(beacon_positioning)
[12.798s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning' for CMake module files
[12.800s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning' for CMake config files
[12.802s] Level 1:colcon.colcon_core.shell:create_environment_hook('beacon_positioning', 'cmake_prefix_path')
[12.826s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/hook/cmake_prefix_path.ps1'
[12.828s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/hook/cmake_prefix_path.dsv'
[12.830s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/hook/cmake_prefix_path.sh'
[12.834s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning/lib'
[12.834s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning/bin'
[12.835s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning/lib/pkgconfig/beacon_positioning.pc'
[12.835s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning/lib/python3.8/site-packages'
[12.836s] Level 1:colcon.colcon_core.environment:checking '/home/ubuntu/ros2_ws/install/beacon_positioning/bin'
[12.859s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/package.ps1'
[12.862s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/package.dsv'
[12.864s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/package.sh'
[12.868s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/package.bash'
[12.870s] INFO:colcon.colcon_core.shell:Creating package script '/home/ubuntu/ros2_ws/install/beacon_positioning/share/beacon_positioning/package.zsh'
[12.873s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ubuntu/ros2_ws/install/beacon_positioning/share/colcon-core/packages/beacon_positioning)
[12.885s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[12.886s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[12.886s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[12.886s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[12.929s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.notify_send': Could not find 'notify-send'
[12.929s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[12.929s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[12.930s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[12.932s] DEBUG:colcon.colcon_notification.desktop_notification.notify2:Failed to initialize notify2: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[12.932s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[12.958s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.ps1'
[12.961s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_ps1.py'
[12.966s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.ps1'
[12.988s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.sh'
[12.990s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ubuntu/ros2_ws/install/_local_setup_util_sh.py'
[12.992s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.sh'
[13.014s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.bash'
[13.016s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.bash'
[13.037s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ubuntu/ros2_ws/install/local_setup.zsh'
[13.039s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ubuntu/ros2_ws/install/setup.zsh'