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

ROS 2 port & Gazebo demos #118

Open
wants to merge 34 commits into
base: ros2
Choose a base branch
from
Open

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    2e6b0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b88ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8384400 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

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

Commits on Aug 6, 2021

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

Commits on Aug 9, 2021

  1. Some more changes

    Abishalini committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    772e87d View commit details
    Browse the repository at this point in the history
  2. Some more fixes

    Abishalini committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7ba71c5 View commit details
    Browse the repository at this point in the history
  3. Remove LOGNAME

    Abishalini committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7a99b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f36358d View commit details
    Browse the repository at this point in the history
  5. Initial port of tests

    Abishalini committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    bcd3b4d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Loads display in RViz

    Abishalini committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a6cca4d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Add image transport dependency

    Vatan Aksoy Tezer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    668929b View commit details
    Browse the repository at this point in the history
  2. Add node for tf_visual_tools

    Vatan Aksoy Tezer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    3f70f54 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge pull request #1 from vatanaksoytezer/pr-fix_ros2

    Fix tf visual tools, add image transport dependency
    Abishalini committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8b1d0c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Refactor CMake config and fix exporting of pluginlib classes

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1a81445 View commit details
    Browse the repository at this point in the history
  2. Fix compilation of tests (not yet functional)

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    968a750 View commit details
    Browse the repository at this point in the history
  3. Fix compilation of handeye_calibration_target as a shared library

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e91de73 View commit details
    Browse the repository at this point in the history
  4. Use a unique rclcpp::logger in handeye_calibration_solver lib

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1f64994 View commit details
    Browse the repository at this point in the history
  5. Fix moveit_calibration_gui for ROS 2

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    76727a2 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOGs

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    294ec4c View commit details
    Browse the repository at this point in the history
  7. Update README with instructions

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b1d24cb View commit details
    Browse the repository at this point in the history
  8. Run pre-commit on all files

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b8f2408 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Works on rolling

    Abishalini committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    010310f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update pre-commit config

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d1b6c83 View commit details
    Browse the repository at this point in the history
  2. Add Gazebo demos (moveit_calibration_demos)

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    15d4cb7 View commit details
    Browse the repository at this point in the history
  3. Add Docker setup for moveit_calibration_demos

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    90f84fe View commit details
    Browse the repository at this point in the history
  4. Integrate OpenCV solvers for hand-eye calibration

    - This replaces ROS 1 solvers from crigroup
    
    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    dd835a7 View commit details
    Browse the repository at this point in the history
  5. Add exporters of ROS 2 launch files (Python, XML and YAML)

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    13d3548 View commit details
    Browse the repository at this point in the history
  6. Add Docker helper script .docker/run.bash

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f959c5d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Support YAML launch files with .yml extension

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6712423 View commit details
    Browse the repository at this point in the history
  2. Refactor launch file exporters into separate functions

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    23dd00b View commit details
    Browse the repository at this point in the history
  3. Refactor solver method maching into a map

    Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
    AndrejOrsula committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0263c8c View commit details
    Browse the repository at this point in the history