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

Support ROS 1/2 in this repository #17

Closed
wants to merge 46 commits into from
Closed

Support ROS 1/2 in this repository #17

wants to merge 46 commits into from

Commits on Oct 12, 2021

  1. Replace "ROS" with "ROS2"

    HansRobo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    40c3f0c View commit details
    Browse the repository at this point in the history
  2. Replace "ROS" with "ROS2"

    HansRobo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b1a7c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a0dd3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9870a84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5515bfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f2d1c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90fea43 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Fix implementation

    HansRobo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    33b79bd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. WIP

    HansRobo committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3af8ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb60fb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    b932b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b11ef View commit details
    Browse the repository at this point in the history
  3. Format

    HansRobo committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4037e29 View commit details
    Browse the repository at this point in the history
  4. Format

    HansRobo committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    fda1aec View commit details
    Browse the repository at this point in the history
  5. Apply clang-format

    HansRobo committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    32646fa View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Update ROS2 plugin path

    HansRobo committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    86d4e96 View commit details
    Browse the repository at this point in the history
  2. Add build test

    HansRobo committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f721150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183af3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05b0952 View commit details
    Browse the repository at this point in the history
  5. Fix build_test.yaml

    HansRobo committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    5d37602 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5677e05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e58fae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0f7252 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad824ce View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Merge pull request #1 from choreonoid/feature/github_ci

    Add GitHub Actios workflow for build error checking
    HansRobo authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    71872e7 View commit details
    Browse the repository at this point in the history
  2. Change PROJECT_NAME

    HansRobo committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    26ec0bf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Use image_transport to publish images (#2)

    * Replace image publishers with ones in image_transport
    
    * Fix loading plugin name
    
    * Delete debug messages
    
    * Delete unused code
    HansRobo authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    df50a60 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Support ROS 2 Humble (#4)

    * Fix library install destination
    
    * Set include directories in CMakeLists.txt
    
    * Use generalized plugin path for app
    
    * Delete duplicated-instanciated plugin
    
    * Update ros2 to humble in build test workflow
    
    * Update build dependencies (ref: latest install-requisites-ubuntu-22.04.sh)
    
    * Do apt update/upgrade in build workflow
    
    * Use osrf/ros:humble-desktop-jammy as build workflow base image
    
    * Update ros-tooling/action-ros-ci
    
    * Add libzip-dev to install dependencies
    
    * Fix plugin/CMakeLists.txt
    
    * Clean up build test workflow
    
    * Skip test on build test workflow
    
    * Add python3-colcon-lcov-result / python3-colcon-coveragepy-result to dependencies
    HansRobo authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    84222c4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/ros2-dev' into feature/ros2

    # Conflicts:
    #	CMakeLists.txt
    #	package.xml
    #	src/node/choreonoid_ros.cpp
    #	src/plugin/BodyROSItem.cpp
    #	src/plugin/BodyROSItem.h
    #	src/plugin/CMakeLists.txt
    #	src/plugin/ROSPlugin.cpp
    HansRobo committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aaa3779 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    7df6989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdc5f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7431a83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcf05b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    84e8c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b4c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f73856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ccf1d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb178c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf0b319 View commit details
    Browse the repository at this point in the history
  7. Reset BodyPublisherItem.cpp

    HansRobo committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0bac661 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2ffa60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a541495 View commit details
    Browse the repository at this point in the history
  10. Clean up debug message

    HansRobo committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7d8e9bd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix indent and reformat

    HansRobo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eff27ca View commit details
    Browse the repository at this point in the history