You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ Thanks for taking the time to fill out this issue report! ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ
Summarize
Fresh colcon build of the repo, ran into error.
________________________________
ε―δ»Άθ : Low Soon Hing ***@***.***>
ε―δ»Άζ₯ζ: 2024εΉ΄3ζ13ζ₯ δΈε 05:42
ζΆδ»Άθ : TechmanRobotInc/tmr_ros2
ε―ζ¬: V_ROS-I_owner; Assign
δΈ»ζ¨: [TechmanRobotInc/tmr_ros2] Colcon build failed (Issue #39)
ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ Thanks for taking the time to fill out this issue report! ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ
Summarize
Fresh colcon build of the repo, ran into error.
Contact details
***@***.******@***.***>
TM App Version
tmr_ros2 Humble 1.0.6
To Reproduce
Steps to reproduce the bug:
1. Create a new workspace
2. Clone tmr_ros2 (humble branch) into workspace
3. Modify name of tmr_ros2 to src
4. Run colcon build --symlink-install
5. Error appears
Reproducibility
Fresh installation of tmr_ros2
Expected behavior/code
Build successful.
Relevant logs and screenshots
tmrobot_build_error.png (view on web)<https://github.com/TechmanRobotInc/tmr_ros2/assets/31173368/f3e4d7f5-9aab-4571-8b80-f692dbfc475b>
Environment
* Robot Device: TM5X-900
* Your OS and Version: Ubuntu 22.04.3 LTS
* ROS install: Humble
* MoveIt install: Not installed
In send_command.cpp line 24
if(rclcpp::spin_until_future_complete(node, res_future) != rclcpp::executor::FutureReturnCode::SUCCESS)
Change to
if(rclcpp::spin_until_future_complete(node, res_future) != rclcpp::FutureReturnCode::SUCCESS)
β
Reply to this email directly, view it on GitHub<#39>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUY4S6HL4NF2MGGLZBNGPLYYANRTAVCNFSM6AAAAABETZPLPGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DGNJUGI4TMOA>.
You are receiving this because you were assigned.Message ID: ***@***.***>
ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ Thanks for taking the time to fill out this issue report! ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ
Summarize
Fresh colcon build of the repo, ran into error.
Contact details
soonhing.low@crowndigital.io
TM App Version
tmr_ros2 Humble 1.0.6
To Reproduce
Steps to reproduce the bug:
Reproducibility
Fresh installation of tmr_ros2
Expected behavior/code
Build successful.
Relevant logs and screenshots
Environment
Possible Solution
In send_command.cpp line 24
if(rclcpp::spin_until_future_complete(node, res_future) != rclcpp::executor::FutureReturnCode::SUCCESS)
Change to
if(rclcpp::spin_until_future_complete(node, res_future) != rclcpp::FutureReturnCode::SUCCESS)
The text was updated successfully, but these errors were encountered: