Compare commits

..

2 Commits

Author SHA1 Message Date
Charles STELANDRE 16dfecd100 Reviewed the README.md file. 2026-01-04 16:11:24 +01:00
Charles STELANDRE 561c25e143 Added slow movement. 2025-12-17 12:37:52 +01:00
174 changed files with 13951 additions and 36 deletions

View File

@ -0,0 +1,2 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,54 @@
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected } at end of input
153 | }
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:13:1: note: to match this {
13 | {
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In constructor BuildTower::BuildTower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:18:9: error: joint_pub_ was not declared in this scope
18 | joint_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Joints>("joint_cmd", 10);
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:19:9: error: gripper_pub_ was not declared in this scope
19 | gripper_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Gripper>("gripper_cmd", 10);
| ^~~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:22:9: error: ik_client_ was not declared in this scope; did you mean rmw_client_t?
22 | ik_client_ = this->create_client<advrobotics_lab3_interfaces::srv::Invkin>("invkin");
| ^~~~~~~~~~
| rmw_client_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:30:9: error: current_q1_ was not declared in this scope
30 | current_q1_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:31:9: error: current_q2_ was not declared in this scope
31 | current_q2_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:32:9: error: current_q3_ was not declared in this scope
32 | current_q3_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:54:9: error: gripper_pub_ was not declared in this scope; did you mean gripper_msg?
54 | gripper_pub_->publish(gripper_msg);
| ^~~~~~~~~~~~
| gripper_msg
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:63:13: error: move_to was not declared in this scope; did you mean mode_t?
63 | move_to(cubes[i][0], cubes[i][1], safe_height);
| ^~~~~~~
| mode_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:100:5: error: a function-definition is not allowed here before { token
100 | {
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:12: warning: unused variable current_q1_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:25: warning: unused variable current_q2_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:38: warning: unused variable current_q3_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: At global scope:
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected unqualified-id at end of input
153 | }
| ^
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

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

View File

@ -0,0 +1,56 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected } at end of input
153 | }
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:13:1: note: to match this {
13 | {
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In constructor BuildTower::BuildTower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:18:9: error: joint_pub_ was not declared in this scope
18 | joint_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Joints>("joint_cmd", 10);
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:19:9: error: gripper_pub_ was not declared in this scope
19 | gripper_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Gripper>("gripper_cmd", 10);
| ^~~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:22:9: error: ik_client_ was not declared in this scope; did you mean rmw_client_t?
22 | ik_client_ = this->create_client<advrobotics_lab3_interfaces::srv::Invkin>("invkin");
| ^~~~~~~~~~
| rmw_client_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:30:9: error: current_q1_ was not declared in this scope
30 | current_q1_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:31:9: error: current_q2_ was not declared in this scope
31 | current_q2_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:32:9: error: current_q3_ was not declared in this scope
32 | current_q3_ = 0.0;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:54:9: error: gripper_pub_ was not declared in this scope; did you mean gripper_msg?
54 | gripper_pub_->publish(gripper_msg);
| ^~~~~~~~~~~~
| gripper_msg
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:63:13: error: move_to was not declared in this scope; did you mean mode_t?
63 | move_to(cubes[i][0], cubes[i][1], safe_height);
| ^~~~~~~
| mode_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:100:5: error: a function-definition is not allowed here before { token
100 | {
| ^
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:12: warning: unused variable current_q1_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:25: warning: unused variable current_q2_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:38: warning: unused variable current_q3_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
144 | double current_q1_, current_q2_, current_q3_;
| ^~~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: At global scope:
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected unqualified-id at end of input
153 | }
| ^
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

@ -0,0 +1,58 @@
[0.027s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.090s] Consolidate compiler generated dependencies of target build_tower
[0.122s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[3.628s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected } at end of input
[3.629s] 153 | }
[3.629s] | ^
[3.629s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:13:1: note: to match this {
[3.629s] 13 | {
[3.629s] | ^
[3.637s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In constructor BuildTower::BuildTower():
[3.637s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:18:9: error: joint_pub_ was not declared in this scope
[3.637s] 18 | joint_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Joints>("joint_cmd", 10);
[3.637s] | ^~~~~~~~~~
[3.653s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:19:9: error: gripper_pub_ was not declared in this scope
[3.653s] 19 | gripper_pub_ = this->create_publisher<advrobotics_lab3_interfaces::msg::Gripper>("gripper_cmd", 10);
[3.653s] | ^~~~~~~~~~~~
[3.665s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:22:9: error: ik_client_ was not declared in this scope; did you mean rmw_client_t?
[3.666s] 22 | ik_client_ = this->create_client<advrobotics_lab3_interfaces::srv::Invkin>("invkin");
[3.666s] | ^~~~~~~~~~
[3.666s] | rmw_client_t
[3.760s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:30:9: error: current_q1_ was not declared in this scope
[3.760s] 30 | current_q1_ = 0.0;
[3.760s] | ^~~~~~~~~~~
[3.769s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:31:9: error: current_q2_ was not declared in this scope
[3.769s] 31 | current_q2_ = 0.0;
[3.769s] | ^~~~~~~~~~~
[3.776s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:32:9: error: current_q3_ was not declared in this scope
[3.776s] 32 | current_q3_ = 0.0;
[3.776s] | ^~~~~~~~~~~
[3.788s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
[3.788s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:54:9: error: gripper_pub_ was not declared in this scope; did you mean gripper_msg?
[3.789s] 54 | gripper_pub_->publish(gripper_msg);
[3.789s] | ^~~~~~~~~~~~
[3.789s] | gripper_msg
[3.796s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:63:13: error: move_to was not declared in this scope; did you mean mode_t?
[3.796s] 63 | move_to(cubes[i][0], cubes[i][1], safe_height);
[3.796s] | ^~~~~~~
[3.797s] | mode_t
[3.798s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:100:5: error: a function-definition is not allowed here before { token
[3.798s] 100 | {
[3.798s] | ^
[3.803s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:12: warning: unused variable current_q1_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
[3.803s] 144 | double current_q1_, current_q2_, current_q3_;
[3.804s] | ^~~~~~~~~~~
[3.804s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:25: warning: unused variable current_q2_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
[3.804s] 144 | double current_q1_, current_q2_, current_q3_;
[3.804s] | ^~~~~~~~~~~
[3.804s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:144:38: warning: unused variable current_q3_ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
[3.804s] 144 | double current_q1_, current_q2_, current_q3_;
[3.804s] | ^~~~~~~~~~~
[3.810s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: At global scope:
[3.810s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:153:2: error: expected unqualified-id at end of input
[3.810s] 153 | }
[3.810s] | ^
[4.990s] gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
[4.990s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
[4.991s] gmake: *** [Makefile:146: all] Error 2
[4.997s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 10%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 10%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.019s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.095s] [ 10%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.099s] [ 12%] Built target advrobotics_lab3_interfaces__cpp
[0.112s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.146s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.148s] [ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.152s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.170s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.192s] [ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.197s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.223s] [ 76%] Built target advrobotics_lab3_interfaces
[0.252s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.286s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.329s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.331s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.342s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.560s] running egg_info
[0.561s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.561s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.562s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.565s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.566s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.605s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.620s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.636s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.647s] -- Install configuration: ""
[0.647s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.647s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.647s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.648s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.649s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.650s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.651s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.652s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.653s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.654s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.655s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.659s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.659s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.659s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.659s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.705s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.705s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.705s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.712s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.712s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.713s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.714s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.714s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.714s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.715s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.715s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.715s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.716s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.716s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.716s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.719s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.727s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 77%] Built target poppy_core
[100%] Built target ik_server
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 77%] Built target poppy_core
[100%] Built target ik_server
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,26 @@
[0.026s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.110s] [ 33%] Built target ik_client
[0.113s] [ 77%] Built target poppy_core
[0.114s] [100%] Built target ik_server
[0.128s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.130s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[0.141s] -- Install configuration: ""
[0.141s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
[0.142s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
[0.142s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
[0.142s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
[0.143s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
[0.143s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
[0.143s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
[0.143s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
[0.144s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml
[0.147s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,267 @@
[0.154s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.155s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=<colcon_mixin.mixin.mixin_argument.MixinArgumentDecorator object at 0x70e4f8d4b550>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x70e4f8d00220>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x70e4f8d00220>>, mixin_verb=('build',))
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.412s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.412s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/EENG4/AdvancedRobotics_Lab3'
[0.412s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.412s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.429s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.429s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.430s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.431s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ignore', 'ignore_ament_install']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore_ament_install'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_pkg']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_pkg'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_meta']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_meta'
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ros']
[0.432s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ros'
[0.436s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_app' with type 'ros.ament_cmake' and name 'advrobotics_lab3_app'
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore'
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore_ament_install'
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_pkg']
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_pkg'
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_meta']
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_meta'
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ros']
[0.436s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ros'
[0.437s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces'
[0.437s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install']
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore'
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore_ament_install'
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_pkg']
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_pkg'
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_meta']
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_meta'
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ros']
[0.438s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ros'
[0.439s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2'
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[0.439s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[0.440s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[0.440s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[0.440s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.440s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.440s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.440s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.440s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.484s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.484s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.488s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ros/EENG4/AdvancedRobotics_Lab3/install
[0.489s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install
[0.491s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble
[0.495s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None'
[0.567s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.567s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None}
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_args' from command line to 'None'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target' from command line to 'None'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_cache' from command line to 'False'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_first' from command line to 'False'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_force_configure' from command line to 'False'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'ament_cmake_args' from command line to 'None'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_cmake_args' from command line to 'None'
[0.568s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.568s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_app' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app', 'symlink_install': False, 'test_result_base': None}
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None'
[0.569s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.569s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None}
[0.569s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.571s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.571s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces' with build type 'ament_cmake'
[0.571s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces'
[0.574s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.574s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.574s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.591s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.192s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.208s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.298s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.299s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.306s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.308s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.309s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.310s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.311s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.312s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.315s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.315s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.316s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.317s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.318s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.319s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.319s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.320s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.321s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.322s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.325s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.326s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.328s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.330s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.332s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.333s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.334s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.336s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.337s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.337s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.338s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.339s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.340s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.341s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.341s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.342s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.343s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.344s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.344s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.345s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.345s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.346s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.347s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.348s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.349s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.350s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.351s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.352s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app' with build type 'ament_cmake'
[1.352s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app'
[1.353s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.353s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.364s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2' with build type 'ament_cmake'
[1.365s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2'
[1.366s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.366s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.382s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[1.392s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.494s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.496s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.512s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.513s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.514s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.514s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.514s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.515s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.516s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.516s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.518s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.518s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.518s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.518s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.519s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.519s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.520s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.521s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.521s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.522s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.522s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[1.523s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.523s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.524s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.524s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.524s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.525s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.525s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.526s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.526s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.526s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.526s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.527s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.528s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.528s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.529s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.530s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.531s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.531s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[6.351s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[6.352s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[6.353s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[6.354s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[6.355s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[6.355s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[6.356s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[6.357s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[6.359s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[6.359s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.359s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[6.359s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[6.360s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.361s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[6.362s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[6.364s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[6.365s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[6.366s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[6.367s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[6.378s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[6.378s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[6.378s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[6.379s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[6.392s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[6.392s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[6.392s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[6.427s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[6.427s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.ps1'
[6.429s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_ps1.py'
[6.431s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.ps1'
[6.434s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.sh'
[6.435s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_sh.py'
[6.436s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.sh'
[6.439s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.bash'
[6.439s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.bash'
[6.443s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.zsh'
[6.444s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.zsh'

View File

@ -0,0 +1,2 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,15 @@
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:161:7: error: redefinition of class BuildTower
161 | class BuildTower : public rclcpp::Node
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:12:7: note: previous definition of class BuildTower
12 | class BuildTower : public rclcpp::Node
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:276:5: error: redefinition of int main(int, char**)
276 | int main(int argc, char **argv)
| ^~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:142:5: note: int main(int, char**) previously defined here
142 | int main(int argc, char **argv)
| ^~~~
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

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

View File

@ -0,0 +1,17 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:161:7: error: redefinition of class BuildTower
161 | class BuildTower : public rclcpp::Node
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:12:7: note: previous definition of class BuildTower
12 | class BuildTower : public rclcpp::Node
| ^~~~~~~~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:276:5: error: redefinition of int main(int, char**)
276 | int main(int argc, char **argv)
| ^~~~
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:142:5: note: int main(int, char**) previously defined here
142 | int main(int argc, char **argv)
| ^~~~
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

@ -0,0 +1,19 @@
[0.023s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.086s] Consolidate compiler generated dependencies of target build_tower
[0.117s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[3.740s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:161:7: error: redefinition of class BuildTower
[3.740s] 161 | class BuildTower : public rclcpp::Node
[3.740s] | ^~~~~~~~~~
[3.741s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:12:7: note: previous definition of class BuildTower
[3.741s] 12 | class BuildTower : public rclcpp::Node
[3.741s] | ^~~~~~~~~~
[3.741s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:276:5: error: redefinition of int main(int, char**)
[3.741s] 276 | int main(int argc, char **argv)
[3.741s] | ^~~~
[3.741s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:142:5: note: int main(int, char**) previously defined here
[3.741s] 142 | int main(int argc, char **argv)
[3.741s] | ^~~~
[5.412s] gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
[5.413s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
[5.413s] gmake: *** [Makefile:146: all] Error 2
[5.416s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.017s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.105s] [ 2%] Built target advrobotics_lab3_interfaces__cpp
[0.107s] [ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.115s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.159s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.159s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.159s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.168s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.200s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.200s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.228s] [ 76%] Built target advrobotics_lab3_interfaces
[0.256s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.286s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.331s] [ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.334s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.338s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.570s] running egg_info
[0.571s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.572s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.572s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.575s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.576s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.618s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.637s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.651s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.662s] -- Install configuration: ""
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.677s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.677s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.677s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.677s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.720s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.720s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.720s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.728s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.728s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.729s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.729s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.730s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.730s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.730s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.730s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.730s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.731s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.732s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.733s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.739s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 66%] Built target ik_server
[100%] Built target poppy_core
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 66%] Built target ik_server
[100%] Built target poppy_core
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,26 @@
[0.021s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.113s] [ 33%] Built target ik_client
[0.113s] [ 66%] Built target ik_server
[0.118s] [100%] Built target poppy_core
[0.132s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.134s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[0.144s] -- Install configuration: ""
[0.144s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
[0.147s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml
[0.150s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,267 @@
[0.173s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.173s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=<colcon_mixin.mixin.mixin_argument.MixinArgumentDecorator object at 0x71b58e157550>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x71b58e10c220>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x71b58e10c220>>, mixin_verb=('build',))
[0.451s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.451s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.451s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.451s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.451s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.452s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.452s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/EENG4/AdvancedRobotics_Lab3'
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.452s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.469s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.469s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.469s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.469s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.469s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.470s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.471s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ignore', 'ignore_ament_install']
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore'
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore_ament_install'
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_pkg']
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_pkg'
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_meta']
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_meta'
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ros']
[0.472s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ros'
[0.475s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_app' with type 'ros.ament_cmake' and name 'advrobotics_lab3_app'
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore'
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore_ament_install'
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_pkg']
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_pkg'
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_meta']
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_meta'
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ros']
[0.476s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ros'
[0.477s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces'
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install']
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore'
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore_ament_install'
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_pkg']
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_pkg'
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_meta']
[0.477s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_meta'
[0.478s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ros']
[0.478s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ros'
[0.478s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2'
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[0.479s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[0.479s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.480s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.480s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.480s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.480s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.526s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.526s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.530s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ros/EENG4/AdvancedRobotics_Lab3/install
[0.531s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install
[0.534s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble
[0.537s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None'
[0.611s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.612s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None}
[0.612s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_args' from command line to 'None'
[0.612s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target' from command line to 'None'
[0.612s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_cache' from command line to 'False'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_first' from command line to 'False'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_force_configure' from command line to 'False'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'ament_cmake_args' from command line to 'None'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_cmake_args' from command line to 'None'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.613s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_app' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app', 'symlink_install': False, 'test_result_base': None}
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.613s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False'
[0.614s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False'
[0.614s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False'
[0.614s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None'
[0.614s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None'
[0.614s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.614s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None}
[0.614s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.615s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.616s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces' with build type 'ament_cmake'
[0.616s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces'
[0.619s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.619s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.619s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.634s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.253s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.268s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.354s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.356s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.363s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.364s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.364s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.364s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.365s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.366s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.367s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.367s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.368s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.368s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.369s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.369s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.369s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.370s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.370s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.370s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.372s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.372s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.373s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.374s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.375s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.376s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.376s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.377s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.378s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.378s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.379s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.379s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.380s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.380s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.381s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.381s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.381s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.382s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.382s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.383s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.383s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.384s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.384s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.385s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.386s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.386s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.387s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.387s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app' with build type 'ament_cmake'
[1.388s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app'
[1.388s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.389s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.396s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2' with build type 'ament_cmake'
[1.396s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2'
[1.396s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.396s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.413s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[1.419s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.528s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.531s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.545s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.546s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.547s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.548s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.548s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.549s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.550s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.551s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.552s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.553s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.553s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.553s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.554s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.555s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.556s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.556s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.557s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.558s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.559s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[1.560s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.560s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.561s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.562s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.562s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.563s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.564s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.565s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.565s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.565s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.565s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.566s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.567s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.568s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.570s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.571s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.571s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.572s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[6.806s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[6.806s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[6.807s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[6.808s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[6.808s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[6.809s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[6.810s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[6.810s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[6.811s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[6.811s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.812s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[6.812s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[6.813s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.813s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[6.815s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[6.816s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[6.818s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[6.819s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[6.821s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[6.832s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[6.832s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[6.832s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[6.833s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[6.851s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[6.851s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[6.851s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[6.889s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[6.890s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.ps1'
[6.894s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_ps1.py'
[6.900s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.ps1'
[6.905s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.sh'
[6.906s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_sh.py'
[6.907s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.sh'
[6.911s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.bash'
[6.912s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.bash'
[6.917s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.zsh'
[6.918s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.zsh'

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app

View File

@ -0,0 +1,22 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[100%] Linking CXX executable build_tower
[100%] Built target build_tower
-- Install configuration: ""
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
-- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml

View File

@ -0,0 +1,22 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[100%] Linking CXX executable build_tower
[100%] Built target build_tower
-- Install configuration: ""
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
-- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml

View File

@ -0,0 +1,26 @@
[0.026s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.093s] Consolidate compiler generated dependencies of target build_tower
[0.120s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[8.139s] [100%] Linking CXX executable build_tower
[8.479s] [100%] Built target build_tower
[8.493s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[8.495s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[8.505s] -- Install configuration: ""
[8.506s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
[8.508s] -- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
[8.509s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
[8.510s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
[8.510s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml
[8.514s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.020s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.101s] [ 2%] Built target advrobotics_lab3_interfaces__cpp
[0.104s] [ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.112s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.153s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.156s] [ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.158s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.175s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.191s] [ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.200s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.229s] [ 76%] Built target advrobotics_lab3_interfaces
[0.257s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.287s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.334s] [ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.337s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.337s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.586s] running egg_info
[0.587s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.587s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.588s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.591s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.592s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.632s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.648s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.664s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.676s] -- Install configuration: ""
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.676s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.677s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.678s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.679s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.680s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.681s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.682s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.683s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.684s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.685s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.686s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.687s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.688s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.689s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.689s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.689s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.689s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.689s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.690s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.691s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.732s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.732s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.733s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.746s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.751s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_server
[ 66%] Built target ik_client
[100%] Built target poppy_core
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_server
[ 66%] Built target ik_client
[100%] Built target poppy_core
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,26 @@
[0.023s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.110s] [ 33%] Built target ik_server
[0.111s] [ 66%] Built target ik_client
[0.117s] [100%] Built target poppy_core
[0.131s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.134s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[0.145s] -- Install configuration: ""
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
[0.145s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
[0.146s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
[0.147s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
[0.148s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
[0.148s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
[0.149s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
[0.149s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
[0.149s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
[0.149s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml
[0.152s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,287 @@
[0.157s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.157s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=<colcon_mixin.mixin.mixin_argument.MixinArgumentDecorator object at 0x7f5467d47550>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x7f5467efc220>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x7f5467efc220>>, mixin_verb=('build',))
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.398s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/EENG4/AdvancedRobotics_Lab3'
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.413s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ignore', 'ignore_ament_install']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore_ament_install'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_pkg']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_pkg'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_meta']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_meta'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ros']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ros'
[0.419s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_app' with type 'ros.ament_cmake' and name 'advrobotics_lab3_app'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore_ament_install'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_pkg']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_pkg'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_meta']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_meta'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ros']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ros'
[0.421s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install']
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore_ament_install'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_pkg']
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_pkg'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_meta']
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_meta'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ros']
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ros'
[0.422s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[0.423s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.423s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.423s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.423s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.423s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.465s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.465s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.468s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ros/EENG4/AdvancedRobotics_Lab3/install
[0.469s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install
[0.471s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble
[0.474s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None'
[0.547s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.548s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None}
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_args' from command line to 'None'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target' from command line to 'None'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_cache' from command line to 'False'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_first' from command line to 'False'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_force_configure' from command line to 'False'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'ament_cmake_args' from command line to 'None'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_cmake_args' from command line to 'None'
[0.548s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.548s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_app' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app', 'symlink_install': False, 'test_result_base': None}
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None'
[0.549s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.549s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None}
[0.550s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.551s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.551s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces' with build type 'ament_cmake'
[0.552s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces'
[0.555s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.555s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.555s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.573s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.201s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.216s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.303s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.303s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.307s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.308s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.308s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.309s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.309s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.310s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.311s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.312s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.312s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.312s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.313s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.313s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.314s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.314s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.314s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.315s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.316s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.317s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.318s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.319s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.320s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.321s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.321s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.322s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.323s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.323s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.324s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.324s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.325s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.325s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.325s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.326s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.326s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.327s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.327s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.327s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.328s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.328s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.329s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.330s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.331s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.331s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.332s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.332s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app' with build type 'ament_cmake'
[1.332s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app'
[1.333s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.333s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.341s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2' with build type 'ament_cmake'
[1.341s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2'
[1.342s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.342s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.360s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[1.365s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.474s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.476s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.493s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.493s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.494s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.494s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.494s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.495s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.495s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.496s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.497s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.497s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.497s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.497s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.498s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.498s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.499s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.499s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.500s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.500s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.501s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[1.501s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.502s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.502s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.503s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.503s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.503s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.504s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.505s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.505s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.505s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.505s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.505s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.506s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.507s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.508s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.508s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.509s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.510s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[9.828s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[9.830s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[9.846s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[9.848s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[9.849s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[9.849s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[9.850s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[9.851s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[9.853s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[9.854s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[9.855s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[9.856s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[9.856s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[9.857s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[9.858s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[9.859s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[9.861s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[9.862s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[9.863s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[9.864s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[9.866s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[9.867s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[9.868s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[9.870s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[9.871s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[9.873s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[9.874s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[9.875s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[9.877s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[9.878s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[9.878s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[9.879s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[9.880s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[9.881s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[9.883s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[9.884s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[9.886s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[9.888s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[9.890s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[9.891s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[9.892s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[9.892s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0'
[9.892s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[9.914s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[9.914s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[9.915s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[9.956s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[9.956s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.ps1'
[9.959s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_ps1.py'
[9.962s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.ps1'
[9.966s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.sh'
[9.969s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_sh.py'
[9.971s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.sh'
[9.980s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.bash'
[9.981s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.bash'
[9.987s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.zsh'
[9.988s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.zsh'

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app

View File

@ -0,0 +1,22 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[100%] Linking CXX executable build_tower
[100%] Built target build_tower
-- Install configuration: ""
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
-- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml

View File

@ -0,0 +1,22 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[100%] Linking CXX executable build_tower
[100%] Built target build_tower
-- Install configuration: ""
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
-- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml

View File

@ -0,0 +1,26 @@
[0.024s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.095s] Consolidate compiler generated dependencies of target build_tower
[0.128s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[8.301s] [100%] Linking CXX executable build_tower
[8.643s] [100%] Built target build_tower
[8.657s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[8.659s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[8.669s] -- Install configuration: ""
[8.669s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower
[8.672s] -- Set runtime path of "/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/advrobotics_lab3_app/build_tower" to ""
[8.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_app
[8.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_app
[8.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.sh
[8.673s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/ament_prefix_path.dsv
[8.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.sh
[8.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/environment/path.dsv
[8.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.bash
[8.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.sh
[8.674s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.zsh
[8.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/local_setup.dsv
[8.675s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv
[8.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/ament_index/resource_index/packages/advrobotics_lab3_app
[8.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig.cmake
[8.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/cmake/advrobotics_lab3_appConfig-version.cmake
[8.675s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.xml
[8.678s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 4%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 4%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.018s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.104s] [ 4%] Built target advrobotics_lab3_interfaces__cpp
[0.104s] [ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.128s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.162s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.162s] [ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.178s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.179s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.205s] [ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.209s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.241s] [ 76%] Built target advrobotics_lab3_interfaces
[0.273s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.306s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.362s] [ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.364s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.367s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.627s] running egg_info
[0.628s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.628s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.629s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.633s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.634s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.682s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.701s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.720s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.733s] -- Install configuration: ""
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.733s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.795s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.795s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.795s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.801s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.802s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.802s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.803s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.803s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.803s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.807s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.813s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_server
[ 66%] Built target poppy_core
[100%] Built target ik_client
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_server
[ 66%] Built target poppy_core
[100%] Built target ik_client
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,26 @@
[0.023s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.129s] [ 33%] Built target ik_server
[0.133s] [ 66%] Built target poppy_core
[0.144s] [100%] Built target ik_client
[0.159s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.161s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[0.171s] -- Install configuration: ""
[0.172s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
[0.172s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
[0.173s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
[0.174s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
[0.174s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
[0.174s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
[0.174s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
[0.175s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
[0.175s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
[0.175s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
[0.175s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
[0.176s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
[0.176s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
[0.176s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
[0.176s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
[0.176s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
[0.177s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
[0.177s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml
[0.179s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,287 @@
[0.156s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.156s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=<colcon_mixin.mixin.mixin_argument.MixinArgumentDecorator object at 0x761936e4f550>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x761936e04220>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x761936e04220>>, mixin_verb=('build',))
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.401s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.401s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/EENG4/AdvancedRobotics_Lab3'
[0.401s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.401s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.401s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.401s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.402s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.402s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.402s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.402s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.402s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.417s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.418s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ignore', 'ignore_ament_install']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore_ament_install'
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_pkg']
[0.419s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_pkg'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_meta']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_meta'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ros']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ros'
[0.423s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_app' with type 'ros.ament_cmake' and name 'advrobotics_lab3_app'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore_ament_install'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_pkg']
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_pkg'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_meta']
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_meta'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ros']
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ros'
[0.425s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces'
[0.425s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install']
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore'
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore_ament_install'
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_pkg']
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_pkg'
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_meta']
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_meta'
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ros']
[0.426s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ros'
[0.427s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2'
[0.427s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[0.427s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[0.427s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[0.427s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[0.428s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[0.428s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[0.428s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[0.428s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[0.428s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[0.428s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.428s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.428s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.428s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.428s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.472s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.472s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.476s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ros/EENG4/AdvancedRobotics_Lab3/install
[0.477s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install
[0.480s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble
[0.483s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None'
[0.558s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.558s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None}
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_args' from command line to 'None'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target' from command line to 'None'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_cache' from command line to 'False'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_first' from command line to 'False'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_force_configure' from command line to 'False'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'ament_cmake_args' from command line to 'None'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_cmake_args' from command line to 'None'
[0.559s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.559s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_app' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app', 'symlink_install': False, 'test_result_base': None}
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None'
[0.560s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.560s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None}
[0.560s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.562s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.562s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces' with build type 'ament_cmake'
[0.563s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces'
[0.566s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.566s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.566s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.581s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.264s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.284s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.375s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.376s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.379s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.379s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.380s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.380s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.381s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.382s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.383s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.383s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.383s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.384s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.385s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.385s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.385s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.386s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.386s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.387s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.388s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.389s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.390s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.391s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.392s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.394s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.394s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.395s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.395s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.396s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.396s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.397s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.398s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.398s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.398s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.399s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.399s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.400s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.401s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.401s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.401s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.402s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.403s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.404s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.405s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.405s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.406s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.406s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app' with build type 'ament_cmake'
[1.406s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app'
[1.407s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.407s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.414s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2' with build type 'ament_cmake'
[1.415s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2'
[1.415s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.415s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.432s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[1.438s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.574s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.576s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.593s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.594s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.595s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.595s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.596s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.596s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.597s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.597s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.598s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.598s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.598s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.599s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.599s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.600s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.601s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.601s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.602s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.603s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.603s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[1.604s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.604s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.605s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.605s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.606s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.606s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.607s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.608s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.608s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.608s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.608s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.609s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.609s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.611s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.611s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.612s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.613s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.613s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[10.065s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[10.068s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[10.085s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[10.085s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[10.086s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app
[10.087s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[10.087s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[10.087s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[10.088s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[10.089s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[10.089s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[10.089s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[10.089s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[10.090s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[10.090s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[10.091s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[10.091s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[10.092s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[10.092s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[10.093s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[10.093s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[10.094s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[10.094s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[10.095s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[10.095s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[10.096s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[10.096s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[10.097s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[10.098s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[10.099s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[10.099s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[10.100s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[10.102s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[10.103s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[10.106s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[10.107s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[10.109s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[10.110s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[10.111s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[10.112s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[10.113s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[10.113s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0'
[10.113s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[10.124s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[10.124s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[10.125s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[10.149s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[10.150s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.ps1'
[10.153s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_ps1.py'
[10.157s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.ps1'
[10.161s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.sh'
[10.161s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_sh.py'
[10.163s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.sh'
[10.168s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.bash'
[10.169s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.bash'
[10.175s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.zsh'
[10.177s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.zsh'

View File

@ -0,0 +1,2 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,20 @@
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:46: error: cube_height was not declared in this scope; did you mean safe_height?
81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:18: error: move_to was not declared in this scope; did you mean mode_t?
81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~
| mode_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:46: error: cube_height was not declared in this scope; did you mean safe_height?
84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:18: error: move_to was not declared in this scope; did you mean mode_t?
84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~
| mode_t
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

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

View File

@ -0,0 +1,22 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:46: error: cube_height was not declared in this scope; did you mean safe_height?
81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:18: error: move_to was not declared in this scope; did you mean mode_t?
81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~
| mode_t
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:46: error: cube_height was not declared in this scope; did you mean safe_height?
84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:18: error: move_to was not declared in this scope; did you mean mode_t?
84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~
| mode_t
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

@ -0,0 +1,24 @@
[0.029s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.096s] Consolidate compiler generated dependencies of target build_tower
[0.123s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[3.797s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
[3.798s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:46: error: cube_height was not declared in this scope; did you mean safe_height?
[3.798s] 81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
[3.798s] | ^~~~~~~~~~~
[3.798s] | safe_height
[3.803s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:18: error: move_to was not declared in this scope; did you mean mode_t?
[3.803s] 81 | move_to(tower[0], tower[1], cube_height*i, 1.5);
[3.803s] | ^~~~~~~
[3.803s] | mode_t
[3.811s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:46: error: cube_height was not declared in this scope; did you mean safe_height?
[3.811s] 84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
[3.811s] | ^~~~~~~~~~~
[3.811s] | safe_height
[3.816s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:18: error: move_to was not declared in this scope; did you mean mode_t?
[3.817s] 84 | move_to(tower[0], tower[1], cube_height*(i-1), 1.5);
[3.817s] | ^~~~~~~
[3.817s] | mode_t
[5.516s] gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
[5.516s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
[5.516s] gmake: *** [Makefile:146: all] Error 2
[5.519s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.021s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.097s] [ 2%] Built target advrobotics_lab3_interfaces__cpp
[0.100s] [ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.127s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.149s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.160s] [ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.166s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.189s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.196s] [ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.202s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.238s] [ 76%] Built target advrobotics_lab3_interfaces
[0.269s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.303s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.356s] [ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.359s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.368s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.638s] running egg_info
[0.640s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.641s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.641s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.645s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.646s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.690s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.708s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.721s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.734s] -- Install configuration: ""
[0.734s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.735s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.736s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.737s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.738s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.739s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.740s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.741s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.742s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.743s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.744s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.745s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.746s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.747s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.748s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.748s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.749s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.750s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.796s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.796s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.797s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.804s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.805s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.806s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.807s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.808s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.809s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.809s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.810s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.811s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.812s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.813s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.813s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.813s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.813s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.814s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.814s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.814s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.815s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.815s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.815s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.816s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.816s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.816s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.817s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.817s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 66%] Built target poppy_core
[100%] Built target ik_server
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_client
[ 66%] Built target poppy_core
[100%] Built target ik_server
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

View File

@ -0,0 +1,26 @@
[0.023s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.138s] [ 33%] Built target ik_client
[0.143s] [ 66%] Built target poppy_core
[0.150s] [100%] Built target ik_server
[0.167s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[0.171s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[0.185s] -- Install configuration: ""
[0.185s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
[0.186s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
[0.186s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
[0.187s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
[0.187s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
[0.187s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
[0.188s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
[0.188s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
[0.188s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
[0.189s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
[0.189s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
[0.190s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
[0.190s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
[0.190s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
[0.190s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
[0.190s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
[0.190s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
[0.191s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml
[0.192s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,267 @@
[0.158s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build']
[0.158s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=<colcon_mixin.mixin.mixin_argument.MixinArgumentDecorator object at 0x745da084f550>, verb_extension=<colcon_core.verb.build.BuildVerb object at 0x745da0804220>, main=<bound method BuildVerb.main of <colcon_core.verb.build.BuildVerb object at 0x745da0804220>>, mixin_verb=('build',))
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover
[0.398s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover
[0.398s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/EENG4/AdvancedRobotics_Lab3'
[0.398s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta'
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros']
[0.399s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore'
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install']
[0.414s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ignore', 'ignore_ament_install']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ignore_ament_install'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_pkg']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_pkg'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['colcon_meta']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'colcon_meta'
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['ros']
[0.415s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'ros'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['cmake', 'python']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'cmake'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extensions ['python_setup_py']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src) by extension 'python_setup_py'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ignore', 'ignore_ament_install']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ignore_ament_install'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_pkg']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_pkg'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['colcon_meta']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'colcon_meta'
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extensions ['ros']
[0.416s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_app) by extension 'ros'
[0.420s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_app' with type 'ros.ament_cmake' and name 'advrobotics_lab3_app'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ignore_ament_install'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_pkg']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_pkg'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['colcon_meta']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'colcon_meta'
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extensions ['ros']
[0.420s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_interfaces) by extension 'ros'
[0.421s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces'
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install']
[0.421s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ignore_ament_install'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_pkg']
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_pkg'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['colcon_meta']
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'colcon_meta'
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extensions ['ros']
[0.422s] Level 1:colcon.colcon_core.package_identification:_identify(src/advrobotics_lab3_ros2) by extension 'ros'
[0.423s] DEBUG:colcon.colcon_core.package_identification:Package 'src/advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2'
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extensions ['ignore', 'ignore_ament_install']
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) by extension 'ignore'
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/build) ignored
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extensions ['ignore', 'ignore_ament_install']
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) by extension 'ignore'
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/install) ignored
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extensions ['ignore', 'ignore_ament_install']
[0.423s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) by extension 'ignore'
[0.424s] Level 1:colcon.colcon_core.package_identification:_identify(src/log) ignored
[0.424s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults
[0.424s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover
[0.424s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults
[0.424s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover
[0.424s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults
[0.468s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters
[0.468s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover
[0.471s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 3 installed packages in /home/ros/EENG4/AdvancedRobotics_Lab3/install
[0.472s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install
[0.474s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble
[0.477s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults
[0.552s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None'
[0.552s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None'
[0.552s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.552s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.553s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None}
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_args' from command line to 'None'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target' from command line to 'None'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.553s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_cache' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_clean_first' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'cmake_force_configure' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'ament_cmake_args' from command line to 'None'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_cmake_args' from command line to 'None'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_app' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.554s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_app' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app', 'symlink_install': False, 'test_result_base': None}
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False'
[0.554s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None'
[0.555s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None'
[0.555s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False'
[0.555s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2', '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/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None}
[0.555s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor
[0.556s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete
[0.557s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces' with build type 'ament_cmake'
[0.557s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_interfaces'
[0.560s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems
[0.560s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[0.560s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[0.579s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.266s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[1.279s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.373s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.375s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[1.379s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.380s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.381s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.382s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.384s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.385s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.388s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.388s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.389s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.389s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.390s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.391s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.391s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.391s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.392s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.392s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.393s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.394s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.395s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.397s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.398s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.400s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces)
[1.400s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake module files
[1.403s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces' for CMake config files
[1.404s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path')
[1.404s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1'
[1.405s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv'
[1.406s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh'
[1.407s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib'
[1.407s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib')
[1.407s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1'
[1.408s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv'
[1.409s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh'
[1.409s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.409s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc'
[1.410s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages'
[1.410s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/bin'
[1.411s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1'
[1.412s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv'
[1.413s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh'
[1.413s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash'
[1.414s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh'
[1.415s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces)
[1.416s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app' with build type 'ament_cmake'
[1.417s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app'
[1.417s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.418s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.428s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2' with build type 'ament_cmake'
[1.428s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_ros2'
[1.429s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell
[1.429s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment
[1.448s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[1.454s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.598s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
[1.602s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.622s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.623s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.623s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
[1.624s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.625s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.625s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.626s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.627s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.628s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.628s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.628s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.629s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.630s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.630s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.631s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.633s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.634s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.634s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.635s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[1.637s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2)
[1.637s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake module files
[1.639s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2' for CMake config files
[1.639s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path')
[1.639s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1'
[1.640s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv'
[1.641s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh'
[1.642s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib'
[1.642s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.642s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc'
[1.643s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/python3.10/site-packages'
[1.644s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/bin'
[1.644s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1'
[1.646s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv'
[1.647s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh'
[1.648s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash'
[1.649s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh'
[1.650s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2)
[6.938s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[6.939s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_app)
[6.939s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake module files
[6.940s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app' for CMake config files
[6.940s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_app', 'cmake_prefix_path')
[6.940s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.ps1'
[6.941s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.dsv'
[6.942s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/hook/cmake_prefix_path.sh'
[6.942s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib'
[6.943s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.943s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/pkgconfig/advrobotics_lab3_app.pc'
[6.943s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/lib/python3.10/site-packages'
[6.944s] Level 1:colcon.colcon_core.environment:checking '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/bin'
[6.944s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.ps1'
[6.945s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.dsv'
[6.946s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.sh'
[6.946s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.bash'
[6.947s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/advrobotics_lab3_app/package.zsh'
[6.948s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app/share/colcon-core/packages/advrobotics_lab3_app)
[6.958s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop
[6.959s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed
[6.959s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '2'
[6.959s] DEBUG:colcon.colcon_core.event_reactor:joining thread
[6.979s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems
[6.979s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems
[6.979s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2'
[7.021s] DEBUG:colcon.colcon_core.event_reactor:joined thread
[7.021s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.ps1'
[7.024s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_ps1.py'
[7.027s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.ps1'
[7.032s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.sh'
[7.033s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/EENG4/AdvancedRobotics_Lab3/install/_local_setup_util_sh.py'
[7.034s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.sh'
[7.039s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.bash'
[7.040s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.bash'
[7.045s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/local_setup.zsh'
[7.046s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/EENG4/AdvancedRobotics_Lab3/install/setup.zsh'

View File

@ -0,0 +1,2 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,12 @@
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:53: error: cube_height was not declared in this scope; did you mean safe_height?
81 | move_to_smooth(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:53: error: cube_height was not declared in this scope; did you mean safe_height?
84 | move_to_smooth(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~~~~~
| safe_height
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

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

View File

@ -0,0 +1,14 @@
Consolidate compiler generated dependencies of target build_tower
[ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:53: error: cube_height was not declared in this scope; did you mean safe_height?
81 | move_to_smooth(tower[0], tower[1], cube_height*i, 1.5);
| ^~~~~~~~~~~
| safe_height
/home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:53: error: cube_height was not declared in this scope; did you mean safe_height?
84 | move_to_smooth(tower[0], tower[1], cube_height*(i-1), 1.5);
| ^~~~~~~~~~~
| safe_height
gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

View File

@ -0,0 +1,16 @@
[0.026s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4
[0.093s] Consolidate compiler generated dependencies of target build_tower
[0.122s] [ 50%] Building CXX object CMakeFiles/build_tower.dir/src/build_tower.cpp.o
[3.708s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp: In member function void BuildTower::build_tower():
[3.708s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:81:53: error: cube_height was not declared in this scope; did you mean safe_height?
[3.708s] 81 | move_to_smooth(tower[0], tower[1], cube_height*i, 1.5);
[3.708s] | ^~~~~~~~~~~
[3.708s] | safe_height
[3.715s] /home/ros/EENG4/AdvancedRobotics_Lab3/src/advrobotics_lab3_app/src/build_tower.cpp:84:53: error: cube_height was not declared in this scope; did you mean safe_height?
[3.715s] 84 | move_to_smooth(tower[0], tower[1], cube_height*(i-1), 1.5);
[3.715s] | ^~~~~~~~~~~
[3.716s] | safe_height
[5.401s] gmake[2]: *** [CMakeFiles/build_tower.dir/build.make:76: CMakeFiles/build_tower.dir/src/build_tower.cpp.o] Error 1
[5.402s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/build_tower.dir/all] Error 2
[5.402s] gmake: *** [Makefile:146: all] Error 2
[5.406s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app' returned '2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_app -- -j4 -l4

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,198 @@
[ 2%] Built target advrobotics_lab3_interfaces__cpp
[ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[ 76%] Built target advrobotics_lab3_interfaces
[ 78%] Built target advrobotics_lab3_interfaces__py
[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
running egg_info
writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml

View File

@ -0,0 +1,202 @@
[0.018s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.099s] [ 2%] Built target advrobotics_lab3_interfaces__cpp
[0.104s] [ 12%] Built target advrobotics_lab3_interfaces__rosidl_generator_c
[0.109s] [ 12%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces
[0.152s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp
[0.152s] [ 34%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp
[0.157s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp
[0.162s] [ 55%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c
[0.187s] [ 65%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c
[0.193s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c
[0.220s] [ 76%] Built target advrobotics_lab3_interfaces
[0.250s] [ 78%] Built target advrobotics_lab3_interfaces__py
[0.279s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py
[0.323s] [ 91%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext
[0.327s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext
[0.328s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext
[0.566s] running egg_info
[0.567s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO
[0.567s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt
[0.568s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt
[0.571s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.571s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'
[0.611s] [100%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg
[0.631s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces -- -j4 -l4
[0.645s] Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces
[0.656s] -- Install configuration: ""
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.656s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h
[0.657s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h
[0.658s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv
[0.659s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h
[0.660s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp
[0.661s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp
[0.662s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.663s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.664s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp
[0.665s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h
[0.666s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg
[0.667s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp
[0.668s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv
[0.669s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info
[0.669s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO
[0.669s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt
[0.669s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt
[0.669s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg
[0.670s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c
[0.671s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py
[0.672s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py
[0.710s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...
[0.710s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...
[0.710s] Listing '/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so
[0.717s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so
[0.718s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl
[0.719s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg
[0.720s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv
[0.721s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv
[0.722s] -- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv
[0.722s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake
[0.723s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake
[0.724s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake
[0.725s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake
[0.726s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake
[0.726s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake
[0.726s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake
[0.726s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake
[0.726s] -- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml
[0.727s] Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_interfaces

View File

@ -0,0 +1,4 @@
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --build /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2 -- -j4 -l4
Invoking command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2
Invoked command in '/home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2' returned '0': CMAKE_PREFIX_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2:/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_app:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins /usr/bin/cmake --install /home/ros/EENG4/AdvancedRobotics_Lab3/build/advrobotics_lab3_ros2

View File

@ -0,0 +1,22 @@
[ 33%] Built target ik_server
[ 66%] Built target poppy_core
[100%] Built target ik_client
-- Install configuration: ""
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv
-- Installing: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake
-- Up-to-date: /home/ros/EENG4/AdvancedRobotics_Lab3/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml

Some files were not shown because too many files have changed in this diff Show More