Skip to content

Converts MoCap pose to vision pose and sends it to EKF2 of PX4

License

Notifications You must be signed in to change notification settings

lis-epfl/mocap_to_vision_pose_ros2

Repository files navigation

MoCap to Vision Pose Converter

This package converts the pose of the drone received from MoCap to the frame of the EKF2 of the PX4 and publishes it on /mavros/vision_pose/pose_cov with the covariance set in the config file config/config.yaml. Make sure the drone's forward direction (x direction) is aligned with the optitrack's x direction when you turn on the drone.

Getting Started

Create and build workspace

Create a ROS2 workspace and clone the repo optitrack_pkgs_ros2 inside the src folder of the workspace (or simply clone it inside an existing workspace), then build it:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone git@github.com:lis-epfl/optitrack_pkgs_ros2.git
cd ..
colcon build --symlink-install --packages-select optitrack_wrapper_ros2 optitrack_wrapper_ros2_msgs optitrack_multiplexer_ros2 optitrack_multiplexer_ros2_msgs

Change the config parameters

Modify the config file optitrack_multiplexer_config.yaml in optitrack_multiplexer_ros2/config to specify the rigid bodies/skeletons you want to publish to a separate topic along other parameters.

Clone and build this repo

Clone and build this repo:

cd ~/ros2_ws/src
git clone git@github.com:lis-epfl/mocap_to_vision_pose_ros2.git
cd ..
colcon build --symlink-install --packages-select mocap_to_vision_pose_ros2 

Update the config file accordingly config/config.yaml

Launch all nodes

Launch both the wrapper and the mulitplexer in a terminal:

cd ~/ros2_ws
. install/setup.bash
ros2 launch optitrack_multiplexer_ros2 wrapper_and_multiplexer.launch.py

In another terminal, launch the pose converter:

cd ~/ros2_ws
. install/setup.bash
ros2 run mocap_to_vision_pose_ros2 check_and_launch.py

The check_and_launch.py script checks first that we set the gps position and the home position because sometime they are not set (for some speculative reason like congestion or queuing in communication). When both have been set, the pose converter launches.

About

Converts MoCap pose to vision pose and sends it to EKF2 of PX4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published