Activating OpenNi depth registration by default
Hello!
My problem is the following: I use the openni_kinect package to get rgb/depth feeds from my kinect. I start the ROS nodes for this by using
roslaunch openni_launch openni.launch
My program needs depth registration to function properly (disabled by default), so far I have enabled this by running
rosrun dynamic_reconfigure reconfigure_gui
and setting the parameter manually, but it is quickly getting old. Is there a way to turn the depth registration on by default in my roslaunch?