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

danscava's profile - activity

2019-09-06 06:28:39 -0500 received badge  Enthusiast
2019-09-04 07:12:03 -0500 commented answer turtlebot navigation using uwb

You should add your PC hostname to the file /etc/hosts of your pi. Add the following line: 192.168.x.x your-pc-host

2019-09-04 07:09:07 -0500 commented answer turtlebot navigation using uwb

You should add your PC hostname to the file /etc/hosts of your pi. Add the following line: 192.168.x.x your-pc-host

2019-09-03 21:02:56 -0500 answered a question turtlebot navigation using uwb

Take a look at Running ROS across multiple machines. If the pi is in the same network as your PC, you should be able to

2019-09-03 21:02:56 -0500 received badge  Rapid Responder (source)
2019-09-03 19:55:39 -0500 received badge  Supporter (source)
2019-09-02 07:47:53 -0500 edited answer 3D SLAM with pointcloud as input

I'm assuming you are using a depth camera, there are some RGB-D SLAM algorithms, like rtabmap_ros If you want to use a

2019-09-02 07:47:46 -0500 edited answer 3D SLAM with pointcloud as input

I'm assuming you are using a depth camera, there are some RGB-D SLAM algorithms, like rtabmap_ros If you want to use a

2019-09-02 07:47:46 -0500 received badge  Editor (source)
2019-09-02 07:47:32 -0500 edited answer 3D SLAM with pointcloud as input

I'm assuming you are using a depth camera, there are some RGB-D SLAM algorithms, like rtabmap_ros If you want to use a

2019-09-02 07:47:14 -0500 answered a question 3D SLAM with pointcloud as input

I'm assuming you are using a depth camera, there are some RGB-D SLAM algorithms, like [rtabmap_ros].(http://wiki.ros.org

2019-09-02 07:47:14 -0500 received badge  Rapid Responder (source)
2019-09-02 02:40:45 -0500 received badge  Teacher (source)
2019-09-02 02:10:51 -0500 answered a question How to stop recording by camera node through an user input?

You can subscribe a topic only once, there's no need to subscribe to the /camera_status every iteration in the loop. Do

2019-09-01 21:02:02 -0500 received badge  Rapid Responder (source)