forked from mirte-robot/mirte-ros-packages
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
121 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<launch> | ||
|
||
<!-- Load parameters that match the correct | ||
mcu connections --> | ||
<group ns="mirte"> | ||
<rosparam file="$(find mirte_telemetrix)/config/mirte_user_config.yaml"/> | ||
</group> | ||
|
||
<!-- Telemetrix node to start all services and topics | ||
for the sensors and actuators connected to the | ||
mcu --> | ||
<node name="mirte_telemetrix_mirte" output="screen" | ||
pkg="mirte_telemetrix" | ||
type="ROS_telemetrix_aio_api.py" | ||
respawn="true"/> | ||
|
||
<!-- ROS control hardware interface for differential | ||
drive robot. --> | ||
<node name="mirte_base_node" output="screen" | ||
pkg="mirte_control_master" | ||
type="mirte_control_master_node"/> | ||
|
||
<!-- <node name="my_robot_camera" | ||
pkg="mirte_ros_package" | ||
type="camera.py" output="screen"/> --> | ||
|
||
<!-- <node name="mirte_navigation" | ||
pkg="mirte_ros_package" | ||
type="navigation.py" output="screen"/> --> | ||
|
||
<!-- Load controller config --> | ||
<rosparam command="load" file="$(find mirte_control_master)/config/control.yaml"/> | ||
|
||
<node name="controller_spawner" | ||
pkg="controller_manager" | ||
type="spawner" | ||
output="screen" | ||
args="mobile_base_controller"/> | ||
|
||
<!-- Start the websocket server --> | ||
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch"> | ||
<arg name="websocket_external_port" value="80"/> | ||
</include> | ||
|
||
|
||
<!-- TODO: openCV bridge --> | ||
<node name="webcam" pkg="usb_cam" type="usb_cam_node"> | ||
<param name="pixel_format" value="yuyv"/> | ||
</node> | ||
|
||
|
||
<node name="web_video_server" pkg="web_video_server" type="web_video_server"> | ||
<param name="default_transport" value="theora"/> | ||
<param name="port" value="8181"/> | ||
</node> | ||
|
||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.