Skip to content

Commit 920ddb2

Browse files
committed
replaced links to cbg_executor source code from boschresearch repo to ros2/rclcpp repo
1 parent 48bab98 commit 920ddb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • _docs/concepts/client_library/execution_management

_docs/concepts/client_library/execution_management/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,20 +602,20 @@ The different callbacks of the Drive-Base node are distributed to different Exec
602602
### API Changes
603603
604604
In this section, we describe the necessary changes to the Executor API:
605-
* [include/rclcpp/callback\_group.hpp](https://github.com/boschresearch/ros2_rclcpp/tree/cbg-executor-0.5.1/rclcpp/include/rclcpp/callback_group.hpp):
605+
* [include/rclcpp/callback\_group.hpp](https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/callback_group.hpp):
606606
607607
* Introduced an enum to distinguish up to three real-time classes (requirements) per node (RealTimeCritical, SoftRealTime, BestEffort)
608608
* Changed association with Executor instance from nodes to callback groups.
609-
* [include/rclcpp/executor.hpp](https://github.com/boschresearch/ros2_rclcpp/tree/cbg-executor-0.5.1/rclcpp/include/rclcpp/executor.hpp)
609+
* [include/rclcpp/executor.hpp](https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/executor.hpp)
610610
611611
* Added functions to add and remove individual callback groups in addition to whole nodes.
612612
613613
* Replaced private vector of nodes with a map from callback groups to nodes.
614614
615-
* [include/rclcpp/memory\_strategy.hpp](https://github.com/boschresearch/ros2_rclcpp/tree/cbg-executor-0.5.1/rclcpp/include/rclcpp/memory_strategy.hpp)
615+
* [include/rclcpp/memory\_strategy.hpp](https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/memory_strategy.hpp)
616616
617617
* Changed all functions that expect a vector of nodes to the just mentioned map.
618-
* [include/rclcpp/node.hpp](https://github.com/boschresearch/ros2_rclcpp/tree/cbg-executor-0.5.1/rclcpp/include/rclcpp/node.hpp) and [include/rclcpp/node_interfaces/node_base.hpp](https://github.com/boschresearch/ros2_rclcpp/tree/cbg-executor-0.5.1/rclcpp/include/rclcpp/node_interfaces/node_base.hpp)
618+
* [include/rclcpp/node.hpp](https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/node.hpp) and [include/rclcpp/node_interfaces/node_base.hpp](https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/node_interfaces/node_base.hpp)
619619
620620
* Extended arguments of create\_callback\_group function for the real-time class.
621621
* Removed the get\_associated\_with\_executor\_atomic function.

0 commit comments

Comments
 (0)