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

Fix moveit_py rclcpp::init() #2223

Merged
merged 8 commits into from
Jun 20, 2023
Merged

Commits on Jun 2, 2023

  1. Fix moveit_py rclcpp::init()

    Rclcpp has been initialized without args which was problematic
    for some use cases like clock simulation. Parameters like
    use_sim_time:=true need to be passed to rclcpp, also
    NodeOptions access the global rcl state on construction.
    henningkayser committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e4d22b4 View commit details
    Browse the repository at this point in the history
  2. modernize-for-loop

    henningkayser committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    70785e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca8b7dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d568d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac78096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5dbdc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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