-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ Thanks for taking the time to fill out this issue report! ποΈ ποΈ ποΈ ποΈ ποΈ ποΈ
Summarize
Fresh colcon build of the repo, ran into error.
Contact details
[email protected]
TM App Version
tmr_ros2 Humble 1.0.6
To Reproduce
Steps to reproduce the bug:
- Create a new workspace
- Clone tmr_ros2 (humble branch) into workspace
- Modify name of tmr_ros2 to src
- Run colcon build --symlink-install
- Error appears
Reproducibility
Fresh installation of tmr_ros2
Expected behavior/code
Build successful.
Environment
- Robot Device: TM5X-900
- Your OS and Version: Ubuntu 22.04.3 LTS
- ROS install: Humble
- MoveIt install: Not installed
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)Metadata
Metadata
Assignees
Labels
No labels
