Hello friends,
I am trying to use ROSforLV toolkit to publish messages more than just /chatter string. So I decided to send something different but got a problem; (
Here is some information about my computer systems.
LabVIEW Environment:
Windows OS: win 10 (language: Chinese Simplified)
LabVIEW version:2014f1
ROSforLV version:2.1.0.2 download from LabVIEW tools network
ROS Environment:(Virtual Machine in VMware workstation; Network: Bridge)
Ubuntu version:14.04
ROS version: Indigo
Move_base: built-in
Here are what I did and got:
1, run PublisherExample.vi in windows and rosrun rospy_tutorials listener in Ubuntu. It Worked Perfectly.
2, run
test.vi made by myself to publish pose_stamped msg. And use some of built-in vis to build msg including PRY_to_Quat.vi and
add_pose_stamped.vi topic:move_base_simple/goal
type: geometry_msgs/PoseStamped
action: publisher
update (ms): 1
write queue: 1
3, roslaunch move_base.launch (Actually I am using Mobilesim, ROSARIA etc. from P3AT Mobile Robots development kits)
4, I got Error from the terminal running move_base node
[ERROR]couldn't resolve publisher host []
Every time I run the
test.vi I got this error once.
5, I tried to search in the Internet but found nothing. So I really need your help and thank you very much if you could give me some hints.
Best regards!
Zhensheng