ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

bjurek5's profile - activity

2019-01-29 03:14:05 -0500 received badge  Famous Question (source)
2018-05-07 14:56:04 -0500 received badge  Supporter (source)
2018-05-07 14:55:36 -0500 commented answer cmd_vel topic from navigation stage not sending to raspberry robot

I added on host PC export ROS_MASTER_URI to .bashrc file, and the second thing where I had problem earlier was to have i

2018-05-07 14:52:34 -0500 marked best answer cmd_vel topic from navigation stage not sending to raspberry robot

Hello I have some problem with navigation stage module. I have a robot with raspberry pi and hokuyo lidar mount on it and base station for mapping calculation. The standard way to run the ROS on two machine is: 1. start roscore 2. start scan streaming 3. start reading cmd_vel on robot 4. start tf publisher 5. start rf2o 6. start hector_slam 7. start navigation_stage 8. start frontier_exploration And my problem is when I try to set 2d Nav point somewhere in the room and in the same team run echo on cmd_vel topic I can see that navigation stage is publishing some velocity data. But when I run cmd_vel echo on RPi there is no data. The more interesting thing is that I wrote my manual control topic which is publishing to cmd_vel and this is working correctly and robot is moving. It seems that for some reason when running navigation_stage data is only visible on local PC and not on RPi. Can you help finding solution for that problem ?

2018-05-07 14:52:34 -0500 received badge  Scholar (source)
2018-04-24 02:14:28 -0500 received badge  Notable Question (source)
2018-04-23 05:06:20 -0500 received badge  Popular Question (source)
2018-04-23 04:32:41 -0500 commented answer cmd_vel topic from navigation stage not sending to raspberry robot

I will check in afternoon where I have configured IP's and where not. Does the console running roscore also need to have

2018-04-23 04:28:54 -0500 commented answer cmd_vel topic from navigation stage not sending to raspberry robot

Data from Hokuyo Lidar is correctly published from RPi to PC. Cmd_vel subscriber on RPi works for now only with my manua

2018-04-22 19:55:03 -0500 asked a question cmd_vel topic from navigation stage not sending to raspberry robot

cmd_vel topic from navigation stage not sending to raspberry robot Hello I have some problem with navigation stage modul