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

pvl's profile - activity

2021-10-28 01:58:15 -0500 edited answer libxmlrpcpp not found

In my case sourcing the Ros distro's setup.bash helped. I am guessing that you need to source after you change to the ro

2021-10-28 01:43:33 -0500 answered a question libxmlrpcpp not found

In my case sourcing the Ros distro's setup.bash helped. The default sourcing command for linux (using bash) and your d

2021-07-06 10:54:07 -0500 answered a question MoveIt visual tools demo (visual_tools_demo.launch ) is not wotrking

I know this is a really late answer, but for others stumbling upon this kind of question. The error message indicates th

2021-06-30 03:46:18 -0500 answered a question Arguments in launch files

There are many arguments in this launch file, luckily there are defaults set for them. This probably means that simply n

2021-06-30 03:46:18 -0500 received badge  Rapid Responder (source)
2021-06-29 06:13:02 -0500 commented question Is it possible to run the Rosbridge as standalone Websocket-Server?

Thank you, that clarifies the intent. You could also make a custom client that allows the server to connect to ros_bridg

2021-06-29 06:12:32 -0500 commented question Is it possible to run the Rosbridge as standalone Websocket-Server?

You could also make a custom client that allows the server to connect to ros_bridge. It can share the robot's IP address

2021-06-29 06:00:23 -0500 commented answer Very simple ROS2 Launch xml file, but i get syntxt error at '<launch>'

Renaming it to test.launch.xml did not work? (See my answer)

2021-06-29 05:49:01 -0500 edited answer Very simple ROS2 Launch xml file, but i get syntxt error at '<launch>'

It appears as if ros2 launch uses the default python format instead of XML. There are different formats to use for ROS2

2021-06-29 05:42:42 -0500 commented answer How to split a launch file for two different nodes?

Have you tested the things mentioned in the ros.org networking guide? The link is in the answer.

2021-06-29 05:38:16 -0500 answered a question Very simple ROS2 Launch xml file, but i get syntxt error at '<launch>'

There are different formats to use for ROS2 launch files, namely Python (default), YAML and XML. Each format has an requ

2021-06-29 05:38:01 -0500 received badge  Nice Answer (source)
2021-06-29 05:00:51 -0500 commented question Is it possible to run the Rosbridge as standalone Websocket-Server?

I am not sure I understand the problem correctly. Do you want to have a remote websocket server with custom messages/int

2021-06-29 04:57:29 -0500 commented question Hi! I'm new to Ros trying to learn about gazebo simulated. But I can't run " sudo apt-get install ros-noetic-simulator-gazebo". Could anyone help me, thanks a lot !

Welcome to ROS answers! We are here to help, but need good questions to do that. First of all give your question a norma

2021-06-29 02:44:36 -0500 commented question Is it possible to run the Rosbridge as standalone Websocket-Server?

Is ROS necessary on the cloud server? Does something like the websockets python package suffice?

2021-06-29 02:39:55 -0500 commented question Writing Unit Test for ROS2 Action Server

Interesting question! Not a full answer, but there is a package called launch_testing_ros (github, which could be adapte

2021-06-29 02:28:35 -0500 answered a question Hi! I'm new to Ros trying to learn about gazebo simulated. But I can't run " sudo apt-get install ros-noetic-simulator-gazebo". Could anyone help me, thanks a lot !

You could use the following command to install Gazebo: sudo apt-get install ros-noetic-gazebo-ros-pkg This will insta

2021-06-29 02:28:35 -0500 received badge  Rapid Responder (source)
2021-06-29 02:23:41 -0500 commented question Hi! I'm new to Ros trying to learn about gazebo simulated. But I can't run " sudo apt-get install ros-noetic-simulator-gazebo". Could anyone help me, thanks a lot !

Welcome to ROS answers. We are here to help, but need good questions to do that. First of all give your question a norma

2021-06-28 06:35:28 -0500 edited answer ROS NodeHandles : nh_ vs nh_priv_

A nodehandle is a RAII (resource acquisition is initialization) type according to ros.org - NodeHandles. RAII is a C++

2021-06-28 06:35:28 -0500 received badge  Editor (source)
2021-06-28 06:34:15 -0500 answered a question ROS NodeHandles : nh_ vs nh_priv_

A nodehandle is a RAII (resource acquisition is initialization) type according to source: ros.org. RAII is a C++ term m

2021-06-28 06:34:15 -0500 received badge  Rapid Responder (source)
2021-06-28 06:14:58 -0500 answered a question How to split a launch file for two different nodes?

Welcome to the ROS community! Launch files & ROS nodes A launch file is used to start the nodes required for the a

2021-06-28 06:14:58 -0500 received badge  Rapid Responder (source)
2021-06-25 02:44:37 -0500 received badge  Teacher (source)
2021-06-24 10:12:57 -0500 commented answer How to select the Pilz Motion Planner?

You are welcome ;). Let me know if it works and if it does please accept the answer to let others know that it works.

2021-06-24 10:12:44 -0500 commented answer How to select the Pilz Motion Planner?

You are welcome. Let me know if it works and if it does please accept the answer to let others know that it works.

2021-06-24 10:11:31 -0500 answered a question MoveIt create PlanningSceneInterface

The header is actually: moveit/planning_scene_interface/planning_scene_interface.h. It is part of the planning_scene_int

2021-06-24 10:11:31 -0500 received badge  Rapid Responder (source)
2021-06-24 10:00:53 -0500 edited answer How to select the Pilz Motion Planner?

There is an apt package that contains the pilz motion planner. Install it with the following command: sudo apt-get inst

2021-06-24 10:00:34 -0500 answered a question How to select the Pilz Motion Planner?

There is a apt package that contains the pilz motion planner. Install it with the following command: sudo apt-get insta

2021-06-24 10:00:34 -0500 received badge  Rapid Responder (source)
2021-06-23 09:14:34 -0500 answered a question Adding collision objects with moveitCpp API

The PlanningSceneMonitor inside MoveItCpp already contains a planning scene. It can be accessed directly, but needs to b

2021-06-23 06:21:34 -0500 received badge  Supporter (source)
2021-06-10 06:09:56 -0500 received badge  Enthusiast