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

Zenoh Integration To MoveIt #2879

Closed
wants to merge 7 commits into from
Closed

Commits on Jun 7, 2024

  1. Reimplemented server response-waiting functionalities inside the meth…

    …ods of move_group_interface
    
    - Reimplemented getPlannerParams, setPlannerParams, getInterfaceDescription, getInterfaceDescriptions, plan, execute, move and computeCartesianPath methods of move_group_interface using rclcpp's own api
    - Removed callback_thread_
    CihatAltiparmak committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8b34466 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2868bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    e928b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9586346 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    2a5c382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db86507 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Changed MultiThreadedExecutor with SingleThreadedExecutor because of …

    …rmw_wait issues of rmw_zenoh
    
    - Changed move_group server's executor as SingleThreadedExecutor
    - Added event_topic_subsciber to different executor
    CihatAltiparmak committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7988cc2 View commit details
    Browse the repository at this point in the history