Skip to content
Snippets Groups Projects
Commit 78a93c44 authored by Stevedan Ogochukwu Omodolor's avatar Stevedan Ogochukwu Omodolor
Browse files

chanamespace in config and launch file

parent 855278b4
No related branches found
No related tags found
No related merge requests found
# configuration file for all the omniwheels # configuration file for all the omniwheels
name: "omniwheel1" name: "omniwheel2"
id: 1 id: 2
channel: 90 # change to the correct one channel: 90 # change to the correct one
type: default type: default
position_offset: 0.11 # ofsset from crazyflie module to the cenyter of the omniwheels position_offset: 0.11 # ofsset from crazyflie module to the cenyter of the omniwheels
......
<launch> <launch>
<rosparam command="load" file="$(find omniwheels_controller)/config/omniwheels_config.yaml"/> <rosparam command="load" file="$(find omniwheels_controller)/config/omniwheels_config.yaml"/>
<group ns = "omniwheel1"> <group ns = "omniwheel2">
<node name="omniwheel_controller" pkg="omniwheels_controller" type="omni_wheel_controller_node.py" output="screen"/> <node name="omniwheel_controller" pkg="omniwheels_controller" type="omni_wheel_controller_node.py" output="screen"/>
<node name="crazyflie_logger" pkg="omniwheels_controller" type="crazyflie_logger_node.py" output="screen"/> <node name="crazyflie_logger" pkg="omniwheels_controller" type="crazyflie_logger_node.py" output="screen"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment