No version for distro humble showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro ardent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro bouncy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro crystal showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro eloquent showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro dashing showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro galactic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro foxy showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro iron showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro lunar showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro jade showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro indigo showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro hydro showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro kinetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro melodic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange

No version for distro noetic showing jazzy. Known supported distros are highlighted in the buttons above.

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carologistics/clips_executive.git
VCS Type git
VCS Version master
Last Updated 2025-08-22
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Central CX bringup scripts and parameters for launching CLIPS example programs

Maintainers

  • Tarik Viehmann

Authors

No additional authors.

cx_bringup

Provides an example bringup mechanism for CX applications.

This package includes configuration files to showcase the different plugins params folder.

The CLIPS-Executive environment (CLIPS Environment Manager node) is configurable to specify which CLIPS environments should be loaded at startup and which plugins should be loaded in those environments.

It provides a dedicated node (cx_node) inside the src directory, which configures the lifecycle manager node per default.

Lastly, it provides a convenient launch file that can be used in order to launch the provided node including common configuration options.

Launching the CLIPS-Executive

Make sure to source the CLIPS-Executive workspace and run the following command to select a configuration to launch:

ros2 launch cx_bringup cx_launch.py manager_config:=<config-file>

where config-file is one of:

  • plugin_examples/ament_index.yaml
  • plugin_examples/config.yaml
  • plugin_examples/executive.yaml
  • plugin_examples/fibonacci_action.yaml
  • plugin_examples/file_load.yaml
  • plugin_examples/pddl_parser.yaml
  • plugin_examples/protobuf_linked.yaml
  • plugin_examples/protobuf.yaml
  • plugin_examples/ros_msgs.yaml
  • plugin_examples/set_bool_srv.yaml
  • plugin_examples/string_msg.yaml

It defaults to plugin_examples/file_load.yaml.

CHANGELOG

Changelog for package cx_bringup

0.1.3 (2025-08-06)

  • 0.1.3
  • project: remove occurrences of pkgconfig (it is not used)
  • cx_bringup: make cx_protobuf_plugin a build-time dependency This is required when generating custom plugins from it.
  • cx_bringup: add usage example for ros param plugin
  • Contributors: Tarik Viehmann

0.1.2 (2025-07-16)

0.1.1 (2025-07-11)

  • project: prepare for first ros2 release
  • Contributors: Daniel Swoboda, Ivaylo Doychev, Tarik Viehmann

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cx_bringup at Robotics Stack Exchange