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

sw14928's profile - activity

2023-02-13 16:00:44 -0500 received badge  Famous Question (source)
2022-11-21 03:26:21 -0500 received badge  Notable Question (source)
2022-11-21 03:26:21 -0500 received badge  Popular Question (source)
2022-06-28 13:51:32 -0500 commented answer moveit! launch file does not run stating "syntax error near unexpected token `newline'"

Thank you for your help.

2022-06-28 13:50:03 -0500 asked a question [ERROR]: Robot semantic description not found. Did you forget to define or remap '/robot_description_semantic'?

[ERROR]: Robot semantic description not found. Did you forget to define or remap '/robot_description_semantic'? Hi, I am

2022-04-04 06:38:56 -0500 edited question moveit! launch file does not run stating "syntax error near unexpected token `newline'"

moveit! launch file does not run stating "syntax error near unexpected token `newline'" I am trying to run the KUKA expe

2022-04-04 06:38:20 -0500 edited question moveit! launch file does not run stating "syntax error near unexpected token `newline'"

moveit! launch file does not run stating "syntax error near unexpected token `newline'" I am trying to run the KUKA expe

2022-04-04 06:37:56 -0500 edited question moveit! launch file does not run stating "syntax error near unexpected token `newline'"

moveit! launch file does not run stating "syntax error near unexpected token `newline'" I am trying to run the KUKA expe

2022-04-04 06:35:14 -0500 asked a question moveit! launch file does not run stating "syntax error near unexpected token `newline'"

moveit! launch file does not run stating "syntax error near unexpected token `newline'" I am trying to run the KUKA expe

2020-04-17 09:16:17 -0500 received badge  Famous Question (source)
2020-04-17 09:16:17 -0500 received badge  Notable Question (source)
2020-02-16 20:39:14 -0500 received badge  Famous Question (source)
2020-02-16 20:39:14 -0500 received badge  Notable Question (source)
2020-02-16 20:39:14 -0500 received badge  Popular Question (source)
2020-02-12 23:19:38 -0500 received badge  Famous Question (source)
2020-02-10 06:23:34 -0500 received badge  Famous Question (source)
2019-10-31 18:00:28 -0500 received badge  Notable Question (source)
2019-10-31 18:00:28 -0500 received badge  Popular Question (source)
2019-10-15 09:27:46 -0500 received badge  Famous Question (source)
2019-10-04 07:48:21 -0500 received badge  Notable Question (source)
2019-10-04 07:48:21 -0500 received badge  Popular Question (source)
2019-08-07 11:24:21 -0500 received badge  Notable Question (source)
2019-08-07 11:24:21 -0500 received badge  Popular Question (source)
2019-07-23 09:36:53 -0500 asked a question ERROR: cannot launch node of type [joint_state_publisher/joint_state_publisher]: joint_state_publisher

ERROR: cannot launch node of type [joint_state_publisher/joint_state_publisher]: joint_state_publisher I am trying to ru

2019-07-23 06:43:35 -0500 marked best answer How do you save ROS tutorial subscriber data?

In the "Writing a Simple Publisher and Subscriber (C++)" tutorial it states that in:

void chatterCallback(const std_msgs::String::ConstPtr& msg)
{
  ROS_INFO("I heard: [%s]", msg->data.c_str());
}

The message is passed in a boost shared_ptr, which means you can store it off if you want.

How exactly can I use this to store my data in a text file. I have no clue where to begin with this. I went through the boost shared_ptr documentation, but I do not understand it.

2019-07-23 06:43:35 -0500 received badge  Scholar (source)
2019-07-23 06:43:33 -0500 received badge  Supporter (source)
2019-07-23 06:42:06 -0500 commented answer How do you save ROS tutorial subscriber data?

Sorry my C++ is not very good. Would that write my list to a vector, then how would I print that into my file iterativel

2019-07-23 06:24:31 -0500 commented answer How do you save ROS tutorial subscriber data?

Thanks for your advice - it works, but how can I make it print a list? cheers

2019-07-23 05:19:50 -0500 asked a question How do you save ROS tutorial subscriber data?

How do you save ROS tutorial subscriber data? In the "Writing a Simple Publisher and Subscriber (C++)" tutorial it state

2019-06-24 05:35:47 -0500 commented question MoveIt - unable to identify any set of controllers

Ah ok, I managed to solve mine in the end. I discovered the controller naming was wrong in one of my config files

2019-06-24 05:34:33 -0500 asked a question How to connect ROS moveit to simulator

How to connect ROS moveit to simulator Hi All, I wish to connect my ros rviz simulation to a kuka rsi simulator

2019-06-20 09:08:23 -0500 received badge  Famous Question (source)
2019-06-20 09:08:23 -0500 received badge  Notable Question (source)
2019-06-20 09:08:23 -0500 received badge  Popular Question (source)
2019-06-20 09:08:19 -0500 received badge  Famous Question (source)
2019-06-20 09:08:19 -0500 received badge  Notable Question (source)
2019-06-20 07:30:25 -0500 received badge  Popular Question (source)
2019-06-20 07:30:24 -0500 received badge  Enthusiast
2019-06-19 06:55:11 -0500 edited question Error receiving joint states in moveit

Error receiving joint states in moveit I have a problem reading joint states from my robot arm in moveit. I have a robo

2019-06-17 04:43:11 -0500 asked a question Error receiving joint states in moveit

Error receiving joint states in moveit I have a problem reading joint states from my robot arm in moveit. I have a robo

2019-06-17 02:37:38 -0500 commented question MoveIt - unable to identify any set of controllers

Hi, i am receiving exactly the same error for exactly the same robot! Did you ever work this one out? Cheers

2019-06-13 10:17:29 -0500 edited question Error running RVIZ using Moveit!

Error running RVIZ using Moveit! I am trying to test a robot config I created in the tutorial: http://wiki.ros.org/Indu

2019-06-13 09:36:08 -0500 asked a question Error running RVIZ using Moveit!

Error running RVIZ using Moveit! I am trying to test a robot config I created in the tutorial: http://wiki.ros.org/Indu

2019-06-13 09:12:52 -0500 commented answer Error converting xacro to urdf ROS Moveit!

Fantastic! Thanks ever so much for your help. It works!! I was running in the former, when I switched to the latter it w

2019-06-13 09:12:52 -0500 received badge  Commentator
2019-06-13 08:56:54 -0500 commented answer Error converting xacro to urdf ROS Moveit!

Thanks again, I did not realise build was the same as make. The workspace was successfully created, but I am still recei

2019-06-13 08:36:28 -0500 edited question Error converting xacro to urdf ROS Moveit!

Error converting xacro to urdf ROS Moveit! I am trying to convert an xacro file to a urdf so I can use it in Moveit! My

2019-06-13 08:35:01 -0500 commented answer Error converting xacro to urdf ROS Moveit!

Thanks for the advice, but when I do that your catkin_make step gives the error I have added to the question.

2019-06-13 07:59:40 -0500 asked a question Error converting xacro to urdf ROS Moveit!

Error converting xacro to urdf ROS Moveit! I am trying to convert an xacro file to a urdf so I can use it in Moveit! My