Skip to content

flowcean/flowcean-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flowcean_ros package

This package provides an interface for using Flowcean in ROS 2 Humble.

Pre-requisites

To use this package, you need to have ROS 2 installed on your system. You can follow the instructions on the ROS 2 installation page to install ROS 2 on your system. You will also need to create a workspace to build the package.

Installation

To be able to use the latest features of Flowcean, you need to clone the Flowcean repository and install it from a local project path. Then build the flowcean_ros package, as some features may not be included in the latest PyPi release.

Here are the exact steps to install the package:

# clone flowcean_ros into your ROS 2 workspace
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/flowcean/flowcean-ros

# clone flowcean to your desired location
cd /your/path/to
git clone https://github.com/flowcean/flowcean

# install flowcean system-wide
python3.10 -m pip install /your/absolute/path/to/flowcean

# build the package
cd ~/ros2_ws
colcon build --packages-select flowcean_ros
source install/setup.bash # or setup.zsh

launch the node

To launch the predictor node, you can use the following command:

ros2 launch flowcean_ros deploy.launch.py

About

ROS 2 interface for the Flowcean framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages