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

Alberth's profile - activity

2018-03-05 09:56:32 -0500 received badge  Notable Question (source)
2018-03-05 03:05:08 -0500 received badge  Popular Question (source)
2018-03-05 02:17:36 -0500 edited question Why does ROS c++ codestyle wiki contradict google c++ codestyle

Why does ROS c++ codestyle wiki contradict google c++ codestyle While looking for the standard C++ codestyle, I ended up

2018-03-05 02:17:10 -0500 edited question Why does ROS c++ codestyle wiki contradict google c++ codestyle

Why does ROS c++ codestyle wiki contradict google c++ codestyle While looking for the standard C++ codestyle, I ended up

2018-03-05 02:17:10 -0500 received badge  Editor (source)
2018-03-05 01:53:03 -0500 edited answer How can I visualize Dijkstra and A* steps in rviz?

If you use the same notion of distance in both algorithms, then you should indeed expect to get the same shortest path r

2018-03-05 01:52:32 -0500 answered a question How can I visualize Dijkstra and A* steps in rviz?

If you use the same notion of distance in both algorithms, then you should indeed expect to get the same result, except

2018-03-05 01:27:14 -0500 asked a question Why does ROS c++ codestyle wiki contradict google c++ codestyle

Why does ROS c++ codestyle wiki contradict google c++ codestyle While looking for the standard C++ codestyle, I ended up

2017-10-20 06:01:14 -0500 received badge  Enthusiast
2017-10-18 02:16:12 -0500 answered a question CI recommendation

I don't think there are enough people around here that have enough experience in all the listed CI solutions to give an

2017-10-18 02:02:56 -0500 commented answer Where are the text files

You can also query environment variables from within C/C++ by using getenv, like 'const char *home = getenv("HOME");' Be

2017-10-10 02:47:51 -0500 received badge  Teacher (source)
2017-10-10 02:35:33 -0500 answered a question Where are the text files

Assuming you pressed CTL+C after you executed the above code, what exactly is your home directory? Usually a path in you

2017-10-09 03:50:59 -0500 received badge  Supporter (source)
2017-10-09 03:38:58 -0500 commented answer debugging a ros Python program

Never tried that, but https://stackoverflow.com/questions/12828956/pdb-cannot-break-in-another-thread suggests to add a

2017-10-05 09:31:09 -0500 answered a question debugging a ros Python program

noob, but afaik, rosrun just eliminates the need to go to the directory with the file in it. You can thus easily get aro