umdlife / psdk_ros2

This repository is a ROS 2 wrapper for the DJI PSDK libraries.

Home Page:https://umdlife.github.io/psdk_ros2/documentation/Introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declare parameter data_frequency.altitude

Janphr opened this issue · comments

Hey,

thanks for all the work!
You're not declaring the new parameter data_frequency.altitude here
Throws: [psdk_wrapper_node-1] [ERROR] [1704814450.520272733] [wrapper.psdk_wrapper_node]: altitude frequency param not defined
Fix: Add line

declare_parameter("data_frequency.altitude", 1);

Best regards!

Hi @Janphr,
Thanks for reporting it. It is being fixed in #37 and will get merged asap.