Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colcon build failed #39

Open
daeronhing opened this issue Mar 13, 2024 · 1 comment
Open

Colcon build failed #39

daeronhing opened this issue Mar 13, 2024 · 1 comment
Assignees

Comments

@daeronhing
Copy link

daeronhing commented Mar 13, 2024

πŸ•ŠοΈ πŸ•ŠοΈ πŸ•ŠοΈ πŸ•ŠοΈ πŸ•ŠοΈ πŸ•ŠοΈ 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:

  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

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)
@TechmanRobotIncOwner
Copy link
Contributor

TechmanRobotIncOwner commented Mar 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants