当前位置:网站首页>ROS starts non native nodes
ROS starts non native nodes
2022-07-24 07:02:00 【lifei_ 0001】
1. Set up the node host
Set on the non host ROS_MASTER_URI, Ensure that every device can access ros Master.
2. Set up remote scripts
#!/bin/bash
export ROSLAUNCH_SSH_UNKNOWN=1
export ROS_MASTER_URI=http://192.168.31.6:11311
source /opt/ros/kinetic/setup.bash
source ~/dashgo_ws/devel/setup.bash
export ROS_HOSTNAME=ros-smart
exec "[email protected]"
3. call
<launch>
<machine name="ros-smart" user="eaibot" password="eaibot" address="ros-smart" env-loader="/home/eaibot/HRobot/env.sh"/>
<group ns="smart">
<node name="smart_driver" pkg="smart_node" type="smart_node" output="screen" respawn="true" machine="ros-smart" >
<rosparam file="$(find smart_node)/config/smart_parms_imu.yaml" command="load" />
</node>
</group>
<group ns="NX">
<include file="$(find ydlidar)/launch/ydlidar1_up.launch"/>
<include file="$(find dashgo_description)/launch/dashgo_description.launch"/>
<include file="$(find dashgo_nav)/launch/include/imu/gmapping_base.launch"/>
<include file="$(find dashgo_nav)/launch/include/imu/teb_move_base.launch"/>
<node name="robot_pose_publisher" pkg="robot_pose_publisher" type="robot_pose_publisher" />
<node name="robot_data" pkg="dashgo_tools" type="robot_data.py" respawn="true" />
<node name="scan_cloud" pkg="dashgo_tools" type="get_scan_data" respawn="true" />
</group>
</launch>边栏推荐
- Redis.conf details
- (static, dynamic, file) three versions of address book
- 8. Use the quadratic geometry technology to draw a small column on the screen.
- (静态,动态,文件)三个版本的通讯录
- oss授权单个bucket权限
- Geek planet ByteDance one stop data governance solution and platform architecture
- Identification of Chinese medicinal materials
- Camera Hal OEM模块 ---- cmr_grab.c
- C语言中extern,static, register,volatile 关键字的作用;保姆级教学!
- [jQuery自定义插件] 1 自定义缓存插件-jQueryCache
猜你喜欢

STM32 MP3 music player based on FatFs r0.14b & SD card (also a simple application of FatFs)
![(note sorting is not completed) [graph theory: find the shortest path of single source]](/img/58/e61aea3c4d0a33d3615144763160f7.png)
(note sorting is not completed) [graph theory: find the shortest path of single source]
![[media controller] open source project learning notes (based on Arduino micro development board)](/img/08/39ed97437f235806c6d4415f53c47b.png)
[media controller] open source project learning notes (based on Arduino micro development board)

tensorflow scatter_ Nd function
![[lvgl (important)] style attribute API function and its parameters](/img/55/f25a510cf04caff7ee15e72360c3a1.png)
[lvgl (important)] style attribute API function and its parameters

Redis special data type hyperloglog

metaRTC5.0实现君正的纯C的webrtc版IPC

Jinan renshe has signed 1w+ electronic labor contract, which greatly helps HR digitalization

数据分析思维之从整体出发分析零售行业——全方位多方面细节分析

Prediction of advertising investment and sales based on regression analysis -- K neighborhood, decision tree, random forest, linear regression, ridge regression
随机推荐
[lvgl] [stage summary 1]
Identification of Chinese medicinal materials
Neo4j modify tag name
Geek planet ByteDance one stop data governance solution and platform architecture
Redis special data type Geo
极客星球丨 字节跳动一站式数据治理解决方案及平台架构
【学习笔记】Web页面渲染的流程
《大厂面试》之JVM篇21问与答
(note sorting is not completed) [graph theory: find the shortest path of single source]
Redis特殊数据类型-BitMap
Libevent multithreaded server + client source code
[C language] operator details (in-depth understanding + sorting and classification)
不去和谁比较,只需做好自己
Introduction to pyqt5 - student management system
vs2019配置运行open3d例子
OSS authorizes a single bucket permission
Redis basic type - ordered set Zset
项目问题积累
不运动也能增肌???打一针冬眠黑熊的血清就行
Redis data type -string (string type)